Hi all,
I'm using robotium 4.1 with emulator.
1. When running that script alone, it works fine - return: Failed and give exception
But when I put it in test suite, that script make 'Process crash'. I also attach some images for your review. (see RunAlone.jpg, RunInTestSuite.jpg, Logcat.jpg)
2. I made a test suite (see RunInTestSuite.jpg) but when I run it from command, sometime it only runs the first test case, sometime it runs many tests but not as the order I put on test suite.
- Command: adb shell am instrument -w -e class swim.com.test.test.AllTest swim.com.test/android.test.InstrumentationTestRunner
Please help me point out root cause for 2 issues above. Thanks in advance.
Best Regards,
----------------------
Tam