Madhav
7 years agoOccasional Contributor
Unable to Call Test Step in another test case by using Groovy scripts
project = testRunner.testCase.testSuite.project; tcase = project.testSuites {"TestSuite"}.testCase{"TestCaseName"} hello = tcase.getTestStepByName("Hello"); testStep.run(testRunner,context)
cont...
- 7 years ago
Hi,
tcase = project.testSuites {"TestSuite"}.testCase{"TestCaseName"}
These curly brackets should be square brackets:
tcase = project.testSuites ["TestSuite"].testCase["TestCaseName"]
- 7 years ago
Error is :- Missing PropertyException:No such property:testStep for class:Script27 error lat ine:4