Forum Discussion
Hi,
If I'm understanding you right, you have an Assertion with a fixed value (id) in a GET request in a REST Request TestStep and you want this to vary when automating (running SoapUI from a script)? If so, then it sounds like all you need to do is to use a property (variable) as a "parameter" in the Assertion, then you can pass in different values for the Assertion to check at runtime - then yes, this is possible in all versions of SoapUI.
Is this the sort of thing you meant? If not, please provide an example of the response and Assertion that you want to do and hopefully I or someone else can help.
Regards,
Rup
Yes, you are perfect could be plz help me out to do this process
Need to pass diff id in the same api URL
ex
In my API rest has userid id like
http://www.thomas-bayer.com/sqlrest/CUSTOMER/IIC123000
IIC123000 is my userid and created the new test suite
for some other reason am changing the user id
Ex:
http://www.thomas-bayer.com/sqlrest/CUSTOMER/IIC123001
( No request and response parameter changed only data cget changed )
it's possible to change the userid in the existing suite and reuser the same suite for api automation