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.info(testCase.getLabel() )
log.info(testaCase status)
}
how can I output the status of the test case here
log.info(testaCase status)
testsuite code.
for (i in 0..testSuite.testCaseList.size()-1)
{
def testCase = testSuite.getTestCaseAt(i)
log.info(testCase.getLabel() )
log.info(testaCase status)
}
how can I output the status of the test case here
log.info(testaCase status)