- mhjSenior Member
There is already a ReadyAPI plugin that adds the search functionality.
Just goto menu File->Plugins and install The "Full Text Search Plugin".
When installed (and ReadyAPI re-started) the search function is available in workspaces using Ctrl-F or menu File->Search
At least this works in ReadyAPI version 2.1.0
- JoostDGFrequent 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".