Forum Discussion
nmrao
Champion Level 3
Do you have a suite, case, step as Utilities, Reporting, Groovy1 respectively in the same project?
Chitra
9 years agoNew Contributor
Lemme put it in another way.. I have a project ABC, which have 5 test suites, I am trying to write a tear down script at project level, calling some utilities from test suite "Utilities" . So is this is the correct way of calling???
testRunner.testCase.testSuite.project.testSuites["Utilities"].testCases["Reporting"].testSteps["Groovy1"].run(testRunner, context);
- nmrao9 years agoChampion Level 3I believe that there ain't exists any thing call teardown for project level. Would you mind showing a screen shot?
- Chitra9 years agoNew Contributor
Hi,
Please find the screenshot attached. The setup and tear down can be applied to all the test suites,
Correct me If I am wrong.
Related Content
- 7 years ago
- 10 years ago
- 8 years ago