4 messages in com.canoo.lists.webtest[Webtest] use of propertytable
FromSent OnAttachments
Sébastien Mathy13 Oct 2004 07:57 
Dierk Koenig13 Oct 2004 08:06 
Sébastien Mathy13 Oct 2004 08:28 
Dierk Koenig13 Oct 2004 08:48 
Subject:[Webtest] use of propertytable
From:Sébastien Mathy (seba@kereval.com)
Date:10/13/2004 07:57:11 AM
List:com.canoo.lists.webtest

Hi,

I have another question. I would like to use a <propertytable>. I'm able to run the example provided on this page : http://webtest-community.canoo.com/wiki/space/PropertyTable/Examples

But now I would like to insert in my groupware 2 users. I have a spreadsheet whith 2 users and I do something like :

<target name="case"> <testSpec name="create_new_user" > &config; <steps> <propertytable container="${data.dir}/users.xls" table="user" filterclass="All" > <echo>${user.nick} ${user.first} ${user.last}</echo> <invoke url="adduser.php" stepid="" /> <!-- here i addd the user </propertytable> </steps> </testSpec> </target>

But I have this error : Task must be of type "Step": propertytable at create_new_user.xml:16: is of type com.canoo.ant.task.PropertyTableTask

Regards