Hi,
In the ErrorHandler.seq, in the sequence MainSequence, add the String variable StepDetails to the Parameters. Also add a String Variable StepDetails to the Locals.
Still in the ErrorHandler.seq, in MainSequence, add a expression step in the beginning of the Setup Group to do the following expression; Locals.StepDetails = Parameters.StepDetails.
In Displaytest3.seq, in the sequence SequenceFilePostStepFailure, select the step in Main called "ErrorHandler" and right mouse click, select Specify Module. In the Parameter List, set the StepDetails to use Locals.StepDetails, which you have prevoiusly defined.
I haven't looked in SequenceFilePostFailure where you are actually setting Locals.StepDetails before you make the SequenceCall to the ErrorHandler.
Hope this helps, I would have modified your examples but unfortunately I do not have access to TestStand at this moment in time.
Regards
Ray Farmer
Regards
Ray Farmer
