I'm trying to create a simple Junit test with SeeTest, after reading this tutorial, on eclipse with Junit4.
This is the console output:
[2013-05-27 12:13:30 - MY_APP_TEST] Android Launch!
[2013-05-27 12:13:30 - MY_APP_TEST] adb is running normally.
[2013-05-27 12:13:30 - MY_APP_TEST] Performing android.test.InstrumentationTestRunner JUnit launch
[2013-05-27 12:13:30 - MY_APP_TEST] Application already deployed. No need to reinstall.
[2013-05-27 12:13:30 - MY_APP_TEST] Project dependency found, installing: MY_APP
[2013-05-27 12:13:31 - MY_APP] Application already deployed. No need to reinstall.
[2013-05-27 12:13:31 - MY_APP_TEST] Launching instrumentation android.test.InstrumentationTestRunner on 3134A2179BDA00EC
[2013-05-27 12:13:31 - MY_APP_TEST] Failed to launch test
I cannot understand what I'm doing wrong and how can I monitor or debug it?
Please provide the JUnit system out. Also the error.log located under %appdata%\seetest will help. Thanks,