12-10-2007 12:02 AM
12-10-2007 12:58 AM
Hi,
Either via Database or the Report. These can be enabled via the Configure | Database Options or Report Options. You can also set these options by use of the Override callbacks DatabaseOptions and ReportOptions.
Regards
Ray Farmer
12-13-2007 12:28 AM
Hello Prasat,
If want to collect results of a sequence e.g. PreUut. You have to enable the report flags in your model. Now Reports will be generated.
But take care there is a step (Clear information from previous loop) that deletes your local ResultList !!! (Move it before PreUut if possible !! )
Now it should be able to collect your models results in your in your reportfile. Or if you want to get in your MainSequence
Try this: RunState.Root.Locals.ResultList[0].Status (This is the result of SequnceCall PreUut )
RunState.Root.Locals.ResultList[0].TS.SequenceCall.ResultList[0].Status (This is the result of step Identify Uut)
I have tried this with TS 4.0 and it works!
But note you have to modify your model !
Greetings from the lake of constance, Germany
Juergen
12-13-2007 03:11 AM
Hi j_dodek,
Thanks for your reply. As you said we could be able to retrieve the step result status using the way you suggested. I'm done with that. Now I would liek to retrieve the module time of the executed client Step from inside the process model. could you suggest me a way to do that.
Thanks
Arun
12-13-2007 03:32 AM