Forum Discussion
ThomasAu
15 years agoContributor
Yeah, that's why I am having trouble...
The reason I'm using Property Transfer, is because I have a GET method and I want it to use the GUID from a previous test step as its resource path.
So, basically, I have a GET method to get the list of information. Say, under "endpoint/path".
Then, I have a GET method after to get info from a specific item from that list. So, I have to grab the guid from the previous step, and have the path for this step be "endpoint/path/{guid}".
I'm guessing from what you said, that I have to use the groovy script after my first method, and then take the guid of interest and somehow use it as the path for my 2nd method.
Can you point me in the right direction on how I can accomplish this?
I'm sorry if my questions don't make sense. I've only used SOAP UI for 2 weeks.
The reason I'm using Property Transfer, is because I have a GET method and I want it to use the GUID from a previous test step as its resource path.
So, basically, I have a GET method to get the list of information. Say, under "endpoint/path".
Then, I have a GET method after to get info from a specific item from that list. So, I have to grab the guid from the previous step, and have the path for this step be "endpoint/path/{guid}".
I'm guessing from what you said, that I have to use the groovy script after my first method, and then take the guid of interest and somehow use it as the path for my 2nd method.
Can you point me in the right direction on how I can accomplish this?
I'm sorry if my questions don't make sense. I've only used SOAP UI for 2 weeks.