2
votes
1answer
54 views

What are the available multi platform test tools available for native mobile applications?

I'm trying to push my organisation into more modern ways of testing our mobile software, thus I'm trying to build a list of tools that I can use to present to my line manager and his bosses. By ...
2
votes
3answers
169 views

Test automation strategy for mobile apps

I am currently working on planning a test strategy for test automation for our mobile apps. The problem is that all the automation frameworks I've seen utilize a slightly different context than what ...
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
6answers
407 views

any suggestions on automation tools for mobile application? [duplicate]

Possible Duplicate: What are some tools for testing Mobile web apps? Me and my friends have developed an application for all the mobile platforms. The mobile camera opens immediately ...
2
votes
2answers
459 views

Why run unit tests on mobile devices?

I know unit test suites exist for Android, Blackberry, Windows Phone, etc. I have some experience in writing unit tests in Java using JUnit, and C++ using CppUnit. Why would one want to write a ...