Forum Discussion
- khoffman90ContributorHi,
If you click on the project suite in the project explorer there is a variable tab. You can add variables here and then use them in your scripts like:
ProjectSuite.Variables.[name of variable]
Here’s the article I used:
http://support.smartbear.com/viewarticle/30340/ - ivan_syContributoryou can also create variables and change its values dynamically at runtime, you can even choose at which level (Project level or Project Suite level) you want to declare it.
http://support.smartbear.com/viewarticle/31386/ - sonali_suhaniOccasional Contributoryou can use the keyword "public " infront of variable name at the top of the script and then you will be able to use the variables all into the script