tlubear
3 years agoNew Contributor
Cannot Run Functional Test - ERROR: Failed to start the test. No endpoint is specified.
I'm using ReadyAPI 3.40.1 and have a Project with about 35 Test Suites. I've setup environments and have defined a specific environment. But when I try to run the entire project's Functional Tests, it immediately cancels and gives me:
ERROR: Failed to start the test. No endpoint is specified.
However, I can click on the first Test Suite and successfully run it.
I do have a Test Suite where I am using groovy scripts to change the Environment, run 3 tests, and then changing the environment back to the original. This Test Suite also gives me the above error. However, I can run each individual Test Step successfully.
And all other Test Suites, I can run successfully individually. What am I missing? Any help is appreciated.