Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
15 years ago

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...