Forum Discussion

tclotworthy's avatar
tclotworthy
Contributor
9 years ago
Solved

Using A Transferred Parameter in a Test Step Request (REST)

Hi, I appear to have successfully passed a parameter from Test Step1 to Test Step2 using the Property Transfer capability. However, I cannot figure out how to use the parameter in the request of Tes...
  • simonjdonnelly's avatar
    simonjdonnelly
    9 years ago

    Looks good, can you try something similar to this now in the property transfer step: (Soap Request is your CreatePID step).

     

    PlanID - Transfer.PNG

  • tclotworthy's avatar
    tclotworthy
    9 years ago

    ok, your last reply got the Property Transfer step to appear to work properly when I run the step stand-alone (see valid output below):

    Screen Shot 2016-01-07 at 1.07.38 PM.png

    However, something still must be missing, because when I run the entire test case, the step that needs the planId as input (UPdatePIDComment) is generating an output essentially indicating a failure message (i.e., that the planId never was sent as the expected parameter in its request) (see below):

    Screen Shot 2016-01-07 at 1.10.25 PM.png

    So, seems to be something still not working in the transfer or something. Thanks for all your help!