Wednesday, 24 April 2013

How to maintain global variable when script is run through test plans? | Silk Test interview questions

try couple of things
1. use environment variable as suggested by another member of this group
2. copy the variable to the clipboard, every automation tool has a way to write and read content from clipboard which does not affect scope of the script.

No comments: