Skip to content Skip to sidebar Skip to footer

Launching App And Executing Some Test Cases With Robotium

I am new to Robotium and tried to execute following code to launch an app and perform some functions. An example would be, launch messaging app on android emulator and send a text

Solution 1:

Test methods that you want to be executed must have the prefix "test", e.g. "testSms".


Post a Comment for "Launching App And Executing Some Test Cases With Robotium"