Hi,

Currently I executed single unit test case one by one manually via Jenkins job 
since I have to collect full logs(adb logs) for each run. My question is how to 
run 100 test cases with separate Jenkins jobs and collect logs for each test 
case and saved in workspace with test case name.

The requirements as follows,
1. Only one test case executed for each run (100 cases in total, hope it can be 
executed 100 times automatically)
2. Only "Pass" test case's log should be copied to another workspace with test 
case name , hope this step can be automated (each case with 3 logs, so 300 logs 
in total should be copied to workspace if all are passed)
3. It will generate a list for any failure test case and saved in different 
workspace 

Can any one give any suggestion? Thank you in advance for your sharing.


Thanks,
Stephanie

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to