JOIN with duplicates uses last value in dataDriven
--------------------------------------------------
Key: WT-383
URL: http://webtest-community.canoo.com/jira/browse/WT-383
Project: WebTest
Type: Bug
Environment: winxp, jdk1.5.0_07, webtest R_1660
Reporter: Roman Parkin
Attachments: ByDefaults.xls
ByDefaults.xls - roles spreadsheet
role.name user.nick
guest Mittie
vip Marc
admin Martin
ByDefaults.xls - user spreadsheet
user.nick user.first user.last
Marc Marc Hoffmann
Mittie Dierk Koenig
Martin Martin Huber
Maus Karin Koenig
ByDefaults.xls - JOIN spreadsheet
table name
roles user.nick
Webtest:
<dataDriven tableContainer="../ByDefaults.xls"
table="roles" filterclass="All" >
<echo> ${role.name} ${user.nick} ${user.first} ${user.last} </echo>
</dataDriven>
Result:
[echo] guest Mittie Dierk Koenig
[echo] vip Marc Marc Hoffmann
[echo] admin Martin Martin Huber
When i add 'test Marc' to roles spreadsheet and run the same webtest i got:
[echo] guest Mittie Dierk Koenig
[echo] test Marc Marc Hoffmann
[echo] admin Martin Martin Huber
[echo] test Marc Marc Hoffmann
Double 'test' and no 'vip' values.
Is it correct behaviour?
If I want to get
[echo] guest Mittie Dierk Koenig
[echo] vip Marc Marc Hoffmann
[echo] admin Martin Martin Huber
[echo] test Marc Marc Hoffmann
what parameters in dataDriven should be used.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest