Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
just modify the url to contain the property-expansion, for example
http://my.host.com/someurl?${#TestCase#queryString}
which would look for a "queryString" property in the testcase (populated with a groovy script for example) and expand it into the URL
in other contexts the property-expansion would just expand to an empty string.
Does that make sense?
regards,
/Ole
eviware.com
just modify the url to contain the property-expansion, for example
http://my.host.com/someurl?${#TestCase#queryString}
which would look for a "queryString" property in the testcase (populated with a groovy script for example) and expand it into the URL
in other contexts the property-expansion would just expand to an empty string.
Does that make sense?
regards,
/Ole
eviware.com