Forum Discussion
SiKing
13 years agoCommunity Hero
From the testCase SetupScript:
Just FYI: you are aware that if you need something done at the start of a test(case | suite | project), all the levels have a Setup Script capability, right?
def amIFirst
amIFirst = testCase.name.equals(testCase.testSuite.testCaseList[0].name)
Just FYI: you are aware that if you need something done at the start of a test(case | suite | project), all the levels have a Setup Script capability, right?