JoostDG
6 years agoFrequent Contributor
Hi, yes, great feature request! I'd like to add: wherever I declare a property (project, testSuite, testCase level) I want to be able to find this back easily. Just like in an IDE I want to be able to find the source where I did this declaration (i.e. in IntelliJ by clicking ctrl+B).
Use Case: I do a rest request A to retrieve some values. One of those values (="X") I write to a property by using testRunner.setPropertyValue "propX".
Some test Suites down the road I assert against that particular property value propX. During a run this assertion suddenly fails, as propX no longer has a value. This was probably due to a change in request A, but I want to be able to find back where exactly I can retrieve the declaration of "propX".