Forum Discussion

nramesh's avatar
nramesh
Occasional Contributor
10 years ago
Solved

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 per...
  • chrisb's avatar
    10 years ago
    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.