Forum Discussion

rocket1989's avatar
rocket1989
New Member
8 years ago

Property Transfer in Soap UI

Hi everyone,

I need your help. I have following task:

1. Perform First Request. As result get Response in JSON format, e.g.:

"paymentTypeId": 0,
"paymentTypes": [
{
"id": 999991,
"name": "Discover",
"type": "creditcard"
},
{
"id": 999992,
"name": "Pay at Restaurant",
"type": "cash"
},
{
"id": 999993,
"name": "Gift Card",
"type": "giftcard"
}

]

}

 

Note, Id is a dynamic value

 

2. Perform Second Request. In this request I should use Id, e.g. where type = giftcard

How Can I do it using Property Transfer?

 

Thanks,

Yuriy

No RepliesBe the first to reply