Forum Discussion

Binary's avatar
Binary
New Contributor
6 years ago
Solved

Cannot pass transfered property (REST)

Hi all,   we managed to transfer the value from the response of a REST call intro a property but we are not able to place it into the next RESt call.   So we have the following structure:  ...
  • Lucian's avatar
    6 years ago

    hi Binary ,

     

    It should work, just keep in mind that you must use:

     

    1. ${#TestCase#yourProperty} or ${#TestSuite#yourProperty} and so on - if you reffer to the level your property exists

    2. ${NameOfAStepOrTestCase#yourProperty} - when you reffer to a specific test step or test case.