lmcadory
14 years agoOccasional Contributor
Running TestSteps
Hello,
I am trying to setup Rest Test Cases. The problem I am having is verifying Post request correctly. I need to run the Post test then run the Get Request step to pull the new response. The problem I am having is running a test step through Groovy. The testRunner.runTestStepByName( "nameofteststep" ) is giving me an error. I was wondering how do I run a test step from an assertion step?
If this as already been answered I sorry for the repeat question. If the thread exist can someone point me to it, thanks.
I am trying to setup Rest Test Cases. The problem I am having is verifying Post request correctly. I need to run the Post test then run the Get Request step to pull the new response. The problem I am having is running a test step through Groovy. The testRunner.runTestStepByName( "nameofteststep" ) is giving me an error. I was wondering how do I run a test step from an assertion step?
If this as already been answered I sorry for the repeat question. If the thread exist can someone point me to it, thanks.