Description: Adds an element to the sequence.
Parameter:
- triggerType: Type of the trigger (CAutoTest::TRIGGER_*) or the type event, that should happen to begin with the given element of the sequence.
- triggerParam: Parameter for the trigger (e.g. string that should be read from the screen when in CAutoTest::TRIGGER_OCR mode).
- answersA: Associative array with the answers and parameters.
- execType: Type of action (CAutoTest::EXEC_*), that will be executed when the trigger is hit.
- execParam: Parameter for the action (e.g. keys to press, when in CAutoTest::EXEC_KEY mode).
- timeout: Time to wait (in seconds) until the element of sequence will become a failure.
- description: Description for the test.
root
2015-09-06