Forum Discussion

londo's avatar
13 years ago

Help to Property transfer

Hi,

I have following issue. I created a test case with few requests. I need to pass one value from first request to another. I created a property based on help of this page: http://tedwise.com/2009/08/04/super-sim ... pui-tests/

Then I created Property transfer. It reads the value ok, BUT in Property transfer I can not select the property I created to Target property pull down menu. My property is not on the list.

So how I can get it there?!?

-Newbie
  • astafev's avatar
    astafev
    Occasional Contributor
    Why you didn't used help on official site? You can simply use constructuion like this:
    <esv:certificate>${verifySignature#Response#//certificate}</esv:certificate>

    This takes value of certificate from response from step "verifySignature" from the same TestCase