The android tag has no wiki summary.
1
vote
5answers
112 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
158 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 ...
0
votes
0answers
93 views
Object Spy for Android apps
Is there any open source object spy tool exist for android applications? Any tool that can be used to identify object properties? We can use this information for writing test automation scripts.
2
votes
0answers
66 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 ...
1
vote
3answers
73 views
Is a web application bug found on the Android emulator more likely than not to be a legitimate bug?
Our company hopes to roll out support for mobile devices this year. We plan to go with a pure-browser solution. I am working on a strategy for testing our web application's mobile support. We will, ...
4
votes
2answers
371 views
How do I determine which Android devices to test my application on that will provide the largest coverage with the least amount of handsets?
a new poster here, so I hope I'm posting a good question on-topic.
The problem:
Android platform is famous for it's saturation and variety. Even if I test my app on 6 different devices (low-end, ...
0
votes
2answers
429 views
Test scenario for Android porting test
I am new to testing of Android porting. Could you kindly share with me a testing scenario, any reference document or ref. template for such test case?
Anything might help. Thanks.
7
votes
1answer
525 views
Continuous Integration and testing environment and configuration for Android
I am an Android developer but I am not satisfied with my testing and Continuous Integration environment and configuration.
Someone could recommend me how to configure the best setup and workflow for ...
3
votes
5answers
142 views
how do i make the case to management for QA to get a new android for testing the mobile platform?
right now we only have the Sprint HTC Hero and i feel there is need for a more recent model of android for QA testing our mobile platform so, how do i make the case to management for QA to get a new ...
2
votes
2answers
287 views
Andriod Selenium testing by Python - connecting problem
I'm trying to get the Selenium Android client to run in my emulator:
Install SDK
Run emulator
Install android-server-2.0rc1.apk in the emulator and devices
Forward the port by adb forward tcp:8080 ...
4
votes
5answers
276 views
How does one set up a Private By-Invite Beta Site for Android Apps?
We're working on an Android game (a port) for a professional game studio. We have internal QA who've done a great job testing the app on multiple devices but we'd still like to expand feedback more ...
4
votes
2answers
149 views
What the most efficient way of testing cross platform (i.e. iOS and Android) applications?
I work on several projects were the client wants basically the same application implemented in both iOS and Android. At the end of the day, you have to test both - they are distinct pieces of ...
9
votes
3answers
753 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 ...