I have an Android JUnit test case that uses Robotium to automate the entire functional flow of my Android application. Nevertheless, I want that after the test is completed I need to write the results to a text file, preferably on an excel sheet, where it writes “Pass” or “Fail” for the various test cases mentioned.
Anticipate your help!
Thanks in advance!
source
share