开发者

How to generate reports for Android Automation

开发者 https://www.devze.com 2023-04-06 18:23 出处:网络
I have a Robotium test cases that I would like to run nightly using automation tool, however I am not sure if it can be done without manually running it through Eclipse first. Is there a build script

I have a Robotium test cases that I would like to run nightly using automation tool, however I am not sure if it can be done without manually running it through Eclipse first. Is there a build script that would enable me to run the Robotium test cases automatically on nightly basis. Ide开发者_StackOverflow社区ally this test cases would run directly on the device as we want to test compatibility across different Android OS Platform.

How can I run the test cases automatically? Is there any build script for Android out there that would enable me to do what I need to do?"


No you have to use the java io to generate report and store it in the android and after the report is generated you just have to pull the file out.

0

精彩评论

暂无评论...
验证码 换一张
取 消