The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
25 views

Load testing web service with SoapUI to confirm android app's slowness

The AUT is on Android platform which has experienced slowness or long time loading a section's contents (more than 17s). I can notice the app only has long time loading the first time I enter that ...
0
votes
1answer
31 views

Use Android VirtualBox Instead of Emulator for Jenkins

I want to configure my Android Jenkins projects to run a Virtualbox AndroVM instance. I have the Virtualbox/Jenkins plugin but I don't see how to run the the VBox instance in the job, only have ...
-2
votes
0answers
53 views

Testing SMS apps [closed]

I am currently involved in development of mobile app. The application sends SMS and is for Android (2.2 and higher) and iPhone (iOS 6). I want to summarize test cases for functionality of sending SMS ...
1
vote
5answers
126 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
175 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
96 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
75 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
77 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
383 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
454 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
536 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
147 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
301 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
280 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
152 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
773 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 ...