Forum Discussion
altus_nel
11 years agoContributor
Hi David,
For Testcomplete to launch the application on the mobile device, you should (at the very least) have:
* The "TestedApps" item in you project (and you instrumented app included)
* The "Run TestedApp" test action included in your test (which references your application under test)
If you have more than one device attached... you will have to tell TestComplete on which device you want to run. The action there is "Select Device" (You can find this action under the "Mobile" Operations section)
Something that may be handy is if there is some sort of an error log?
Alternatively, see if you can manually install / uninstall the application on your mobile deivce with ADB:
* adb install <app.apk>
* adb uninstall <package>
For Testcomplete to launch the application on the mobile device, you should (at the very least) have:
* The "TestedApps" item in you project (and you instrumented app included)
* The "Run TestedApp" test action included in your test (which references your application under test)
If you have more than one device attached... you will have to tell TestComplete on which device you want to run. The action there is "Select Device" (You can find this action under the "Mobile" Operations section)
Something that may be handy is if there is some sort of an error log?
Alternatively, see if you can manually install / uninstall the application on your mobile deivce with ADB:
* adb install <app.apk>
* adb uninstall <package>