Become a member
Sign in
Ruchika Rawat
Ruchika Rawat

Ruchika Rawat

2 Following
4 Followers
  • Profile
  • Claps
  • Responses

Latest

Ruchika Rawat
Ruchika Rawat
Feb 28, 2018 · 3 min read

Automating Async API testing in JavaScript using Mocha, Chai & Supertest

A RESTful API is an application programming interface that uses HTTP requests to GET, POST, PUT & DELETE data. It is very important to test API endpoints to reduce tests in UI level. Test pyramid approach…

79