Forum Discussion
nmowbray
9 years agoOccasional Contributor
I am using ready api 2.0.0, i already looked at that but get the same results. The steps are not executed
- groovyguy9 years agoCommunity Hero
Are those tests in the same test case as your object trying to run them?
- nmowbray9 years agoOccasional Contributor
Yes its in the same test case, I create a groovy step and use the following in the step to try to run it
// Create Account in CDI
if (context.expand('${#TestSuite#Mode}') == 'CDI'){
testRunner.runTestStepByName("CDI - Create Customer")
testRunner.runTestStepByName("PropertyTransfer Customer Id")
testRunner.runTestStepByName("CDI - Create Account")
testRunner.runTestStepByName("PropertyTransfer Account Id")
testRunner.runTestStepByName("CDI - Add to Billing")
}
- nmrao9 years agoCommunity HeroIf you have previous version and check if that is working there?
- nmowbray9 years agoOccasional Contributor
I have tried on 1.7.0 and 1.9.0 and still same results