02-06-2009 04:58 AM
I dont want to show the skipped step in the result. How can this happen.
i use teststand4 and expand.xsl style sheet
can anyone help in this regard.
02-06-2009 09:31 AM
hi
What do you mean exactly?
Disable the skip step s in report?
you have to put "Result.Status != "Skipped" in the filtered expression report options
Cdt
Kamal
Datus Rhônes Alpes
02-06-2009 12:44 PM
02-08-2009 06:34 AM
Hi
Yes i have testsed and unfortunately it doesn't work for XML reports.
I Have tested to add the engine callback SequenceFilePostResultListEntry. This callvack has a parameters which is a boolean DiscardResult.
With this parameter we can discard the result list of the Step.
Look at my example attached...
Kamel
Datus Rhônes Alpes
02-10-2009 01:21 AM
Hi,
Does that resolve your issue?
Thanks
02-10-2009 01:43 AM
02-10-2009 10:47 AM
hi,
I don't understand what is wrong with my solution...
Kamal
02-11-2009 03:37 AM
02-13-2009 03:51 AM
You can modify your process model to have that callback available for each sequence you execute with it.
In order to do this, you have to open the process model and include/modify the ProcessModelPostResultListEntry callback.
hope this helps,
Norbert