Forum Discussion
jjwright
2 years agoMember
Did you ever figure out what the issue was that was causing this error?
- srixon8 months agoOccasional Contributor
jjwrightI encountered this issue and here is how I was able to solve it.
It appears some tags that no longer existed in settings.xml made it into several test case xml files during a PR merge.
To find the offending suite (it ended up being 3 Test Suites in our project with bad tags) I would right click on each Test Suite and select 'Launch TestRunner'
If TestRunner failed to launch and the error displayed in the ReadyAPI Log, I would:
- export the Test Suite
- Save the Project
- Re-import the Test Suite
- Add the correct Tags to each Test Case
- Save the Project
- Right click on the Test Suite and launch Test Runner. The error should no longer display.
- Repeat as necessary.
Hopefully this helps and if so, please mark as the solution. Thanks!