def testCases = context.testCase.testSuite.getTestCaseList()
testCases.each
{
log.info "Test Case:" + testCases.name
for(testSteps in it.testStepList)
{
log.info "Test Step:" + testSteps.name
}
}
testCases.each
{
log.info "Test Case:" + testCases.name
for(testSteps in it.testStepList)
{
log.info "Test Step:" + testSteps.name
}
}
No comments:
Post a Comment