Hi,
I am running following command from command prompt "ant debug && adb install -r bin/TicTacToe-debug.apk" and able to in launch the InstrumentationTestRunner using following command "adb shell am instrument -w com.colinwjones.tests/android.test.InstrumentationTestRunner".Here I am using "com.colinwjones.tests" for my testcase directory.
After running this I am able to see the test result from command prompt as mentioned below.
Test results for InstrumentationTestRunner=..
Time: 1.009 OK (2 tests)
Is there any way to get a comprehensive result like a html or xml format ?
Thanks N Regards,
Smruti

