06-08-2006 02:40 AM
06-08-2006 03:16 AM - edited 06-08-2006 03:16 AM
Hi Petri,
One way would be to have a None adapter step set to record, and you call when every your problem occurs
eg
IF (expression)
ok
ELSE
NONE Adapter step set to record problem
END
You dont want to just include a step with a precondition as it will get recorded as Skipped.
Regards
Ray Farmer
Message Edited by Ray Farmer on 06-08-2006 09:21 AM
06-08-2006 04:00 AM
06-08-2006 04:30 AM
Petri,
You have to actually have the MainSequence and sub sequence Report Option set to allow reporting with all other steps switch off except for the None Adapter step for this to work.
Is you MainSequence/SubSequence only called once?
Regards
Ray Farmer
06-08-2006 04:33 AM