[Webtest] Error with propertyTable
Dierk Koenig
webtest@lists.canoo.com
Fri, 22 Oct 2004 14:45:07 +0200
Hi Sebastien,
It seems the join does not resolve the container correctly.
It tries to find "testdata/Test.xls".
You need to start the tests from the root dir which is right the
one that contains the file "propertyTable.xml" (= parent of where
the "Test.xls" is).
Test.xls shows the usage without Defaults. The default would
be the current container. Using it would be less error-prone.
Therefore, if the above fails, you can try to delete the cell
under "container" in the JOIN worksheet in Test.xls
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Sebastien Mathy
> Sent: Freitag, 22. Oktober 2004 11:48
> To: webtest@lists.canoo.com
> Subject: [Webtest] Error with propertyTable
>
>
> Hi,
> I'm not able to work with propertytable.
> When I try to exec the example given on the community site I have :
> echoAll:
> [propertytable] DEBUG [main] (?:?) - 3 entries in Test.xls roles
> [propertytable] DEBUG [main] (?:?) - 1 entries in Test.xls JOIN
> [propertytable] DEBUG [main] (?:?) - 4 entries in Test.xls user
> [propertytable] DEBUG [main] (?:?) - 1 entries in Test.xls JOIN
> [propertytable] DEBUG [main] (?:?) - 4 entries in Test.xls user
> [propertytable] DEBUG [main] (?:?) - 1 entries in Test.xls JOIN
> [propertytable] DEBUG [main] (?:?) - 4 entries in Test.xls user
> [propertytable] DEBUG [main] (?:?) - 1 entries in Test.xls JOIN
> [propertytable] DEBUG [main] (?:?) - propertiesList.size() = 3
> [propertytable] DEBUG [main] (?:?) - setting key/value role.name/guest
> [propertytable] DEBUG [main] (?:?) - setting key/value user.nick/Mittie
> [echo] guest Mittie ${user.first} ${user.last}
> DEBUG [main] (?:?) - setting key/value role.name/vip
> DEBUG [main] (?:?) - setting key/value user.nick/Marc
> [echo] vip Marc ${user.first} ${user.last}
> DEBUG [main] (?:?) - setting key/value role.name/admin
> DEBUG [main] (?:?) - setting key/value user.nick/Martin
> [echo] admin Martin ${user.first} ${user.last}
> BUILD SUCCESSFUL
>
> Any Ideas?
>
> Thanks
>
> --
> Sebastien Mathy
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>