|
* All session control is handled by the kernel All session events are fired by the kernel if there is something wrong with the session and kernel considers these to be fatal and will therefore not execute the step and process repeat step more than once. Therefore, iTest should NOT allow any of the above for the "OnSessionNotOpen" event and this needs to be documented better. Workaround: Do not use events for doing this. Do your own repeat step with "for" or "while" to reconnect. |