Recording/Listening SUT startup sequence
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.
Specific branch created "issue71_dev".
Based on the replay mode, create a similar method
Please keep in mind that the recorded script could be "triggered" also based on state information from deriveActions() or selectAction()
The sequence can be recorded now, but calling the replay from beginSequence() has not been tested yet.