Question

We are developing an android port of an existing iOS application (made by same company and accessing same server API). The server API is huge and contain many optional parameters. The developer can tend to skip the optional parameters... that may tend the application to behave slightly differently in certain use-cases.

Manually scanning of code of all such parameters for different situations is tedious and still error prone. Is here any way to do it with softwares.

Like sniff http calls from both APIs and take differences. Anyway to automate it to some extent even if not completely?

I guess its a common problem for companies maintaining apps for different platforms.

Was it helpful?

Solution

You can use a tool like Fiddler. Its a little old and something I haven't used recently, but might just work for you.

More info here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top