Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
you could define a script in the script library to calculate the header, and then set the header value to
${=your.package.HeaderCalculator.calcHeader(context)}
the context will be the TestRunContext for the containing TestCase, which gives access to anything you might need, check the javadoc or ask for specifics..
Does that help?
regards!
/Ole
eviware.com
you could define a script in the script library to calculate the header, and then set the header value to
${=your.package.HeaderCalculator.calcHeader(context)}
the context will be the TestRunContext for the containing TestCase, which gives access to anything you might need, check the javadoc or ask for specifics..
Does that help?
regards!
/Ole
eviware.com