7 messages in com.canoo.lists.webtestRE: [Webtest] Re: Data driven tests
FromSent OnAttachments
David Louvton17 Jul 2004 19:39 
Jason Kissinger23 Jul 2004 07:59 
Lisa Crispin23 Jul 2004 08:22 
Mike D'Ambrogia23 Jul 2004 08:25 
Ji Kim23 Jul 2004 09:27 
Dierk Koenig23 Jul 2004 10:54 
Jason Kissinger23 Jul 2004 12:28 
Subject:RE: [Webtest] Re: Data driven tests
From:Ji Kim (Ji.@cnet.com)
Date:07/23/2004 09:27:36 AM
List:com.canoo.lists.webtest

CSV file will be great. I still haven't figured out how to use <repeat> w/o hard coding Ant property names. As discussed in other posting, (1) you can't concat/embed the property name with #{count} since Ant properties are evaluated first (2) you can't use <storexpath> against the property value since it always works from last page received.

-----Original Message----- From: webt@gate2.canoo.com [mailto:webt@gate2.canoo.com] On Behalf Of lisa@att.net Sent: Friday, July 23, 2004 8:23 AM To: webt@gate2.canoo.com Subject: Re: [Webtest] Re: Data driven tests

I'm interested! -- Lisa

-------------- Original message from Jason Kissinger : --------------

I've also started working on a csv loop for webtest similar to the foreach task from ant-contrib. My implementation adds a csvData task similar to what you are proposing. I should have this ready to share early next week if anyone is interested.

url="path/to/reports.jsp"

username="${csv.column1}" password="${csv.column2}"/>

name="rptType" text="${csv.column3}"/> name="effDate" text="${csv.column4}"/> label="Generate Report"/> text="${csv.column5}"

regex="true"/>