viki3110
6 years agoSenior Member
Getting 404 using Groovy but works well with manual hit
Can someone help me on -
i am trying to run a test step ( in the same testSuite) using groovy script, the teststeps is executing but its failing and giving 404
whereas when doing a manul hit on the test step , its passing.
i tried putting waiting time but it did not help me.
I am using below steps to run a test step
def val = testRunner.testCase.testSuite.getTestCaseByName("ABC").getTestStepByName("XYZ")
val.run(testRunner, context)