Forum Discussion

Jagruuti's avatar
Jagruuti
Contributor
4 years ago
Solved

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...
  • HimanshuTayal's avatar
    HimanshuTayal
    4 years ago

    Jagruuti :

     

    def LeadId = context.expand( '${Create lead #Response#$[\'Id\']}' )
    log.info(LeadId);
    testRunner.testCase.getTestStepByName("Get ID ").setPropertyValue("Id ", LeadId);//inverted comma removed

     

    try with this