Hi,
I'm using webtest R_1810.
I noticed that the WebTestReport.xml file generated by webtest is not
consistent for the ifstep.
Suppose you have a construct:
<ifStep ...
<condition ...
...
</condition>
<then ...
...
</then>
<else ...
...
</else>
</ifStep>
If this is performed with a condition that is successful, WebTestReport.xml
contains all steps that are contained in the construct (those in the 'then'
part are 'completed', those in the 'else' part are 'notexecuted').
If the same is performed with a condition that is not successful,
WebTestReport.xml contains 2 time the steps in the 'else' part. The first time,
those steps are 'completed'; and immediately after that, the else part is
specified again with the same steps 'notexecuted'.
So this looks like a bug to me.
Marc, what do you think?
Thanks!
David