Beasty337
14 years agoNew Contributor
Hi guys, I need help on Property Transfer Test Steps!
Hi everyone,
Just before explaining my problem, I just want to inform you that my English is not my first language. Sorry if my thoughts are hard to follow =).
OK, I'm working on a project in SoapUI 4.5 for 2 weeks. In one of my functional testing, my first step is to perform a GET method. By doing that, my system in test return to SoapUI a hexadecimal code. I need to export this code to another Test Step.
In XML format, it return something like : <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">722a6f83-d583-4268-8401-732fc6ea1666</string>
In this case, my problem is when I want to transfer this code to another test step, the property transfer action always transfer all xml line. I cannot have only the hexadecimal code.
In JSON format, it return the hexadecimal code but with '' ".
In this case, my problem is when I want to transfer this code to another test step, the property transfer action also include '' ''.
The result of these problem is when I want to use this code in a further test step, hexadecimal number is not recognized.
So, whatever format choose, is there a way to exclude '' '' or the .xml line and only import my hexadecimal code to another test step?
Thank you and sorry again for my bad english.
Just before explaining my problem, I just want to inform you that my English is not my first language. Sorry if my thoughts are hard to follow =).
OK, I'm working on a project in SoapUI 4.5 for 2 weeks. In one of my functional testing, my first step is to perform a GET method. By doing that, my system in test return to SoapUI a hexadecimal code. I need to export this code to another Test Step.
In XML format, it return something like : <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">722a6f83-d583-4268-8401-732fc6ea1666</string>
In this case, my problem is when I want to transfer this code to another test step, the property transfer action always transfer all xml line. I cannot have only the hexadecimal code.
In JSON format, it return the hexadecimal code but with '' ".
In this case, my problem is when I want to transfer this code to another test step, the property transfer action also include '' ''.
The result of these problem is when I want to use this code in a further test step, hexadecimal number is not recognized.
So, whatever format choose, is there a way to exclude '' '' or the .xml line and only import my hexadecimal code to another test step?
Thank you and sorry again for my bad english.