how to test backend server calls?

abhilasha sharma's picture

i am a manual mobile app tester. 

Tags: 

1 Answer

Justin Rohrman's picture

That depends entirely on how those calls are being made. Two of the more popular methods today are REST and Webservices. You can use tools like Postman, or a framework like Ruby Airborn to test these. As for test design, the test ideas will be similar to how you test data through a user interface. The only difference is you are using a tool to interface with bits of code rather than a finished user interface in a web browser. 

StickyMinds is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.