Parameterized Tests Share Same Test Case ID

Modified on Wed, 6 May at 11:01 AM

The reason is that you are running a parameterized test. In this case, TestOps treats all runs with different parameters as executions of the same test case.
That’s why:
  • You see different parameters inside the results
  • But the test case ID remains the same
In other words, the parameters are handled within a single test case, not as separate test cases.
If you need different IDs, each variation should be implemented as a separate test case instead of a parameterized one.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article