alibaba82
16 years agoSuper Contributor
testcase status via groovy
I have trying to get the status of all test cases after a test suite finishes testsuite code. for (i in 0..testSuite.testCaseList.size()-1) { def testCase = testSuite.getTestCaseAt(i) log.i...