- nmraoChampion Level 3
I am not sure Global Properties are intended for that or not. By the way, you should have all related stuff in a test case rather than spreading across the projects.
- nishantnaOccasional Contributor
I would suggest you to have a property which you should populate with the response you want, and then using groovy script you can access this property anywhere, be it the same project or a different one.
Very interesting!
So, just to check... You're looking for a feature that is global properties that goes across (or above) projects. It's a very interesting feature, but one problem would be if you shared your projects, this feature would be broken, the project would refer to a global property that's not part of the project. It would also create dependencies between projects
- TanyaYatskovskaSmartBear Alumni (Retired)Status added:New Idea
- LoundesMContributor
You can share properties about by using groovy
see this
I've done something similar in the past but cant find an example, quick search found that link
I used a project as a driver for other projects to orchestrate activities as there was an element of re-use across test patterns of those projects
hope it helps
Mike
Related Content
- 5 years ago
- 6 years ago
- 2 years ago
- 9 years ago