Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
if you put a property in the context available in the Setup Script at the project level, this will be copied to all contexts in subsequent testsuite and testcase executions.. ie
context.myValue = "hello"
in the Project Setup Script
will then allow for
log.info context.myValue in all contained testsuites and testcases provided that they are executed within a project-level run.
Does that help?
regards!
/Ole
eviware.com
if you put a property in the context available in the Setup Script at the project level, this will be copied to all contexts in subsequent testsuite and testcase executions.. ie
context.myValue = "hello"
in the Project Setup Script
will then allow for
log.info context.myValue in all contained testsuites and testcases provided that they are executed within a project-level run.
Does that help?
regards!
/Ole
eviware.com