tech321
5 years agoContributor
How to refer to array created in ScriptSetup?
I have created variables containing data in ScriptSetup at the test suite level. I would like to refer to these variables from a Rest step body. How can I do that. I have tried the following format/syntax and it did not work.
ex:
in the ScriptSetup
variable = globalDateTimevalue[]
in the Rest step body I try:
${globalDateTimevalue[]}
or
${#globalDateTimevalue[]}
Thanks a lot in advance.
- You can use context and set your property and access the same wherever you need.
However, this works only if you run whole suite.
There is sample project done sometime ago, please have a look
https://github.com/nmrao/sample-soapui-projects/tree/master/data-access