nramesh
11 years agoOccasional Contributor
Calling Variables from one project to another within the suite
My project suite has two projects. In my first project, i had captured a property of an object element and saved it as a Persistant Variable within this project.
Is there a way to call this persistant variable when i am using the second project?
Thank you very much!
Is there a way to call this persistant variable when i am using the second project?
Thank you very much!
- Take a look at project suite variables:
http://support.smartbear.com/viewarticle/55666/
If you wanted to share test data between tests you could also look at reading and writing data to a data store, for example writing data to a spreadsheet or database.