Jagruuti
5 years agoContributor
Transfer step gets hanged while executing the whole test case
I'm trying to execute the whole test case. ReadyAPI gets hanged at the Transfer property step though it gets executed when it is run individually. I also tried executing the whole test case for multi...
- 5 years ago
Jagruuti :
def LeadId = context.expand( '${Create lead #Response#$[\'Id\']}' )
log.info(LeadId);
testRunner.testCase.getTestStepByName("Get ID ").setPropertyValue("Id ", LeadId);//inverted comma removedtry with this