05-13-2008 03:39 AM
05-13-2008 04:20 AM
05-13-2008 09:49 AM
05-14-2008 02:42 AM
05-14-2008 03:08 AM
Hi Norbert,
Thanks for coming back to me. Yes that would make sense now...
Is this property mentioned read only? I would like to set it in different parts of my test to change the reporting method for different sub-sequences and hope that this property will allow me to do that.
Regards,
Ben
05-15-2008 01:47 AM
06-04-2008 06:19 AM
Hi Norbert,
In the end I decided against using on-the-fly reporting as I noticed when I used it before that the layout of the report was not the same as the final report. However I did not give it an extensive try so I could be incorrect here.
Instead I found that I could use the report options callback to set the following:
Parameters.ReportOptions.ResultFilterExpression = "(Result.TS.StepType == \"SequenceCall\") || (Result.TS.StepType == \"Label\") || (Result.TS.StepType == \"Action\") || (Result.TS.StepType == \"NumericLimitTest\" && Result.Status == \"Failed\")"
With this I found that I could control the reporting to the level that I required.
Many thanks for your help.
Ben