Forum Discussion
st-pat
Occasional Contributor
sanj I had read this somewhere but when I paste this I get "missing property exception" for the 'testStep' do i need to fill in my testcase name with # ?!?
Furthermore I'd need it to work for the testcase
sanj
7 years agoSuper Contributor
Do the following to get reference to tc and test step,
After that you should be able run using context and get status of the test step
tc = testsuite.getTestCaseByName("TC Name")
def testStep = tc.testSteps['TS name']
Related Content
- 4 years ago
- 4 years ago
Recent Discussions
- 3 days ago