06-10-2008 01:58 AM
06-10-2008 02:49 AM
06-10-2008 03:33 AM
Hello MY,
thank you for your suggestion.
I just tried this, but it seems a little bit complicated: I need to specify in the callback all the test names I want to add. There is also the risk that modifying the name in the sequence and not in the report callback the report is not updated as required.
What I'm looking for is a property that can be placed directly in the step.
Regards
Baloss
06-10-2008 04:36 AM
Hello,
I solved my problem adding a statement after each step which should be removed from report.
The statement expression is:
(
RunState.PreviousStep.Result.Status == "Skipped")?(Locals.ResultList.DeleteElements( GetNumElements(Locals.ResultList)-1,1,0)):(1)Bye
Baloss
06-12-2008 10:52 AM
06-13-2008 08:52 AM
06-14-2008 07:41 AM