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 multiple iterations, but it got hanged at the second iteration.
And when I restarted the ReadyAPI and tried again, it is getting hanged at the first iteration itself.
Please find the attached screenshot for reference.
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