1.

Mention The Steps For Testing Api ?

Answer»

API testing steps:

  • Select the test case that has to be fulfilled
  • For API CALL develop a test case
  • To MEET the test case configure the API parameters
  • Determine how will you VALIDATE a successful test
  • Using programming language like PHP or .NET execute the API call
  • Allow the API call to return the data to validate.

API testing steps:



Discussion

No Comment Found