01-25-2019 08:41 AM
Normally ResultList is collecting properties from Step.Result container, however according to this article there are some exceptions.
So how is this exception implemented? For instance, how to recreate this exception in my custom step type?
Also, I found that in the Computer Motherboard example, Video Test step (and all the other Numeric Limit Tests) has more exceptions.
Status, Error, ReportText, Common, and TS are as usual. Numeric and Units are included because they are inside od Step.Result. Limits and Comp are the mentioned exceptions. But what about RawLimits? It is not inside of Step.Result and it is not mentioned exception.
Is Status Expression somehow used to make an exception?
Why these exceptions exist anyways?
01-25-2019 09:12 AM
Ok I was wrong.
Everything is fine - more or less.
The RawLimits is a part of the Step.Result and all the properties with the flag "include in report" are in the ResultList.
I don't know why Numeric, Units and RawLimits has this flag also. These properties are already in Step.Results so they should be included in the ResultList anyway. Am I right?
07-01-2019 01:35 AM
Hi,
I would like to know how do you viewed the ResultList container step data. I know container will be created for each step during run time, but I'm unable to view it. Can you please share the information (Its shown in the image you attached)
Thanks in advance 🙂
07-10-2019 02:40 AM
I viewed it in runtime. Set a breakpoint on the step and run the sequence. When it stops on the breakpoint, switch to Variables pane and then you will be able to check the step data.