Forum Discussion
ZDGN
4 years agoContributor
Hi niteesh2004
Here is my suggestion.
Instead of putting the config properties at the TestSuite level, you should try to use the context.
That is to say your Read_Config TestStep should use this command:
context.setProperty("myProperty", "Property Value")
Then inside your calling script, you can use the context to access the property:
context.getProperty("myProperty")
This could make the job.
Let me know if it helps you.
David.
Related Content
Recent Discussions
- 15 years ago