Hallo,
In our current testplan / teststeps we face the following issues:
- Values from the previous test run are still stored in the output fields at the start of a test run. This can lead to unexpected behaviour when a test plan is partially executed on a second run.
- Verdicts from the previous test run are not automatically cleared at the start of a new test run. This again can lead to unexpected behaviour.
- Due to the different output fields the plan hash is always different. We would prefer if the hash is consistant over several runs, if that is possible.
For point 1 and 2 we currently set the output fields and verdict to a default state in the PrePlanRun of a test step. This does not solve point 3.
So we are wondering if Opentap provides a solution for these issue, or if we should take a different approach.
I have bundled the three issues in one topic since I think they all have the same root cause.