79342016

Date: 2025-01-09 09:17:57
Score: 2
Natty:
Report link

Solved!

Instead of using testRunner.runTestStepByName("SUBMIT_WS_REQUEST") in the called script, I also added a full path call there as well like so, and it works!

def testStep2 = testRunner.testCase.testSuite.project.getTestSuiteByName("MIR_TESTS").getTestCaseByName("DEVICE_LAUNCHER").getTestStepByName("SUBMIT_WS_REQUEST")

testStep2.run(testRunner, context)

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Armen Cholakian