1
vote
5answers
117 views

how to test mobile application which uses wifi connection?

i am in need to test the application which was working based on the wi-fi signal strength,is it there any application/automation tool to randomize my wifi signal and check for applications ...
4
votes
2answers
165 views

How to test a location based application

Our application is location based. We have tested its main functionality, (using mock locations) and now it is time to test how it reacts on real cases using GPS. So, what are the main limitations ...
2
votes
0answers
67 views

Why session is not created in Bot-Bot?

I'm using Bot-Bot, Android automation testing tool with record and replay features. I was able to start a server, record and play sample APK accompanied with bot. Now I need to test my own APK, so I ...
9
votes
3answers
758 views

Android application testing

I have been working as Android developer and been presenting about Android testing with the main SDK tooling, Robotium and Robolectric and running builds on Hudson. It looks like there is a lot of ...