What is Mobile API testing ?

Explain with real time project scenario

Showing Answers 1 - 6 of 6 Answers

Imran Bojagar

  • Sep 15th, 2015
 

API, an abbreviation of application program interface, is a set of routines, protocols, and tools for building software applications. The API specifies how software components should interact and APIs are used when programming graphical user interface (GUI) components. A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.

  Was this answer useful?  Yes

Vivek

  • May 17th, 2016
 

Hello,
Mobile app API are program which response according to your requirment.. .API fetch data from server and show this on your device... To get API data you have to hit the API in browser and you will get data...Some the response are in json, xml format ... Your can also do api testing using POSTMAN tool. and after get the data you can copy this to json editor to understand response much better way.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions