TESTAR_dev icon indicating copy to clipboard operation
TESTAR_dev copied to clipboard

Recording/Listening SUT startup sequence

Open pekkakaho opened this issue 7 years ago • 3 comments

In TESTAR protocol it is possible to define startSUT() and beginSequence() specific actions before starting the normal testing. It would be useful if the user could record a script (as now in GenerateManual mode), and tell TESTAR to run that script (from sequence file) when starting the SUT or a sequence.

pekkakaho avatar May 17 '18 19:05 pekkakaho

Specific branch created "issue71_dev".

Based on the replay mode, create a similar method

ferpasri avatar Aug 03 '18 09:08 ferpasri

Please keep in mind that the recorded script could be "triggered" also based on state information from deriveActions() or selectAction()

pekkakaho avatar Aug 06 '18 07:08 pekkakaho

The sequence can be recorded now, but calling the replay from beginSequence() has not been tested yet.

pekkakaho avatar Nov 02 '18 10:11 pekkakaho