Forum Discussion
I upgraded to ReadyAPI 4.0.1
In below screenshot;
- I ran the test case in big red rectangle. All test steps passed.
- Then I intentionally changed the last step's status code in the Assertion to make it Fail.
- I ran the last test step individually. It failed as expected but didn't show as failed in the left-hand side.
Have you removed the flexibility to test individual Test Steps thomas_hurley thomas_hurley ?
New UI is awful, I agree all the comments here. But what I mentioned above is about functionality of the tool. Imagine you're building a test case with multiple test steps. Each test step is getting some values from the previous ones. You need to run the steps one by one to make sure each of them working as expected.
4.0.1 runs steps individually but doesn't show if it passes or fails. This is absolutely unacceptable. thomas_hurley
- phuong_pham12 days agoOccasional Contributor
Version 4.1.0 still does not appear to fix this issue.
When running the full test suite, some test steps fail. After opening the failed test step and updating/rerunning it, the assertions are evaluated again and now pass successfully.
However, the status icon of the test step in the left navigation panel is not updated accordingly. The test step continues to be marked as failed even though all assertions are passing after the rerun.
This makes it difficult to determine the actual test result and suggests that the test step status is not being refreshed correctly after the assertions are re-evaluated.