[Webtest] How to read dbunit-export-files as webtestproperties
Denis N. Antonioli
webtest@lists.canoo.com
Fri, 13 Jan 2006 10:32:05 +0100
Hi
if you can run one webtest pro xml row, then put xmltask in this
manner in your ant build.xml:
<xmltask
source="XML FILE"
>
<call
target="startWebtest"
path="/dataset/FOO"
>
<param name="COL1" path="@COL1"/>
<param name="COL2" path="@COL2"/>
</call>
</xmltask>
This will call the ant target startWebtest for each FOO in your data
xml file, setting every time the ant parameter COL1, COL2 to the
FOO's value.
Best
dna
On 13 janv. 06, at 08:53, St_Germain@web.de wrote:
> Hello Denis,
>
> yes, for each row I'll have to check some content in our web-page
> which is stored in our database.
> I want to make one invoke, and then for each line (contains the
> content for webtest) from dbunit-output there
> is a link in our page which I have to click and then there are some
> input-fields to edit from the dbunit-output.
>
> Thanks for the link. But how solve this xmltask my problem?
>
> kind regards and thanks a lot,
> st germain
> ______________________________________________________________
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
--
The plural of anecdote is not data.
-- Roger Brinner