Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
Maybe you can use property-expansion in the expected value:
<PerformFunctionResponse xmlns="urn:acme.services.purchase.response">
<SomeValue>123</SomeValue>
<Code>${#TestCase#Code}</Code>
</PerformFunctionResponse>
which would pick up the value of the Code property defined at the TestCase level.. (which you can change easily with a script)
Hope this helps!
regards,
/ole
eviware.com
Maybe you can use property-expansion in the expected value:
<PerformFunctionResponse xmlns="urn:acme.services.purchase.response">
<SomeValue>123</SomeValue>
<Code>${#TestCase#Code}</Code>
</PerformFunctionResponse>
which would pick up the value of the Code property defined at the TestCase level.. (which you can change easily with a script)
Hope this helps!
regards,
/ole
eviware.com