nmowbray
9 years agoOccasional Contributor
runTestStepByName for HTTP and Property Transfer is not working
When i try to run a test step by name thats a HTTP request or a property transfer request SoapUI is not running the tests.
I have created a groovy step to run these tests
testRunner.runTestStepByName("CDI - Create Customer") //HTTP Request
testRunner.runTestStepByName("PropertyTransfer Customer Id") //PropertyTransfer Request
testRunner.runTestStepByName("CDI - Create Account") //HTTP Request
testRunner.runTestStepByName("PropertyTransfer Account Id") //PropertyTransfer Request
testRunner.runTestStepByName("CDI - Add to Billing") //HTTP Request
There are no logs of any sort when we try to run this, the steps are not called at all either