Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
That setup sounds like it should work just fine. Could you provide us with your project file so that we can check if there is anything wrong with your setup? Either attach it here or send it to support@eviware.com
Also, you may want to note that with this setup, your project file will still have the latest transferred values, but in the properties step instead of the request step. You could add a Script TestStep near the end of your TestCase that removes these values if you don't want them to be saved anywhere. This can be done with the following script:
Regards,
Dain
eviware.com
That setup sounds like it should work just fine. Could you provide us with your project file so that we can check if there is anything wrong with your setup? Either attach it here or send it to support@eviware.com
Also, you may want to note that with this setup, your project file will still have the latest transferred values, but in the properties step instead of the request step. You could add a Script TestStep near the end of your TestCase that removes these values if you don't want them to be saved anywhere. This can be done with the following script:
//Replace 'Properties' with the name of your properties TestStep
testRunner.testCase.testSteps['Properties'].clearPropertyValues()
Regards,
Dain
eviware.com