In QUTest 8.0.4 target tests following an assertion should not reset the...
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
In QUTest 8.0.4 and earlier, target tests that end with an assertion are followed by a test that resets the target. However, this ends up resetting the target twice because the assertion also resets the target. This second reset command to the target might interrupt the yet unfinished startup sequence from the previous reset caused by the failing assertion, which can lead to data corruption.
The solution is NOT to reset the target after an assertion.
Anonymous
Fixed in QTools 8.0.4.
--MMS