You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In principle, there either could be a but in detecting the flow or in detecting the coverage. However, it might aswell be the case that the flow cannot be fully covered. Moreover, the greedy algorithm used sometimes yiels a too great number of test cases. It should be at most a few, though. There are some debugging options in the code for test case elimination that should help with this, though.
If eliminating via Flow Coverage, we get a multitude of test cases, where actually one test case would be sufficient (and correct).
This should be adapted to actually eliminate test cases based upon coverage.
The text was updated successfully, but these errors were encountered: