ifstep xml output bug?

David Jehoul <[email protected]>
Newsgroups gmane.comp.web.canoo.webtest
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.