03-08-2016 02:06 PM
I'd like to execute a single step using Interactive Mode on a particular Test Socket that I specifiy. In order to do this I suspect that I would set RunState.TestSockets.MyIndex prior to step execution (may preinteractive callback). How can I implement this without adding preinteractive callbacks to all subsequences? Adding a preinteractive callback to process model does nothing since the process model is not used when performing interactive on a subsequence.
Any ideas?
Solved! Go to Solution.
03-09-2016 08:02 AM
In your StationCallbacks.seq file add the StationPreInteractive callback.
Hope this helps,