Forum Discussion
MarcusJ
Staff
12 years agoHi,
context.testCase.testSuite.setPropertyValue("Currency", "ABZ")
log.info context.testCase.testSuite.getProperty("Currency")
Works for me in the SubmitListener.afterSubmit Event, keep in mind the property is created after the request has been submitted for this event.
Regards,
Marcus
SmartBear Support
context.testCase.testSuite.setPropertyValue("Currency", "ABZ")
log.info context.testCase.testSuite.getProperty("Currency")
Works for me in the SubmitListener.afterSubmit Event, keep in mind the property is created after the request has been submitted for this event.
Regards,
Marcus
SmartBear Support