12-01-2010 10:31 PM
Hi,
I have found there will be NO any step result if you add a step in the Sequential Model, even this step is skipped or do nothing. Please refer to the attached files.
Is this a nature of Sequential Model? I need to add some sequences instead of using callbacks.
many thanks,
Wei
12-02-2010 12:49 AM
Hi,
I think you will find that the SequentialModel sequence file has been set to disable recording of results.
12-02-2010 02:24 AM
Hello,
This is my observation, If you include a step before the "MainSequence Callback" step in the Sequence Model.seq processmodel, it won't display the steps results in the Report File, but if you include the step after the "MainSequence Callback" it will show up in the Report.
The reason is (for non OTF) the processmodel will call the Test Report Callback for processing the result, if you see the arguments it will be "Locals.ResultList[0]", which is nothing but your result Container of "MainSequence Callback". If you include a step before this callback, the 0th index will not be from the "MainSequence Callback" so it will not show up in the Report. Do u want to show the Result of the Step included in the Process Model ? (I hope it is not necessary). You can uncheck the Record Result in the Run Options of the Step property for the steps included in the PM
AshwiN,