Hi,
Currently i am working with datadriven in canoo.
I am facing problem while invoking more than one row from excel sheet..
for eg:
<setSelectField name="applicant.additionalInfo.homeAddress.state" text="AK 
Alaska"/>
<ifStep description="checking the interruptions" test="${County1}=='#B29'">
<setSelectField name="applicant.additionalInfo.homeAddress.county" 
text="${County1}"/>
</ifStep>
In the above script  *County1* consists of list of names in the excel sheet.
My requirement is ,the script should run till the last cell having value(data) 
inspite of
any invalid data or blank values.It shouldnt stop in between so i have 
specified last 
cell value (B29) as the condition.
In  the same script when i change "County1" to "County" and  "B29"  to  " 
C26"the iteration is running for  *County1* values only.That is
For eg :
if county 1 consists of 23 values and county 2  consists of 20,i am getting 23 
iterations for county 2 as well.
which means last value is repeated thrice.
Please help me in sorting y this happens
Thanks
Lavanya
 



      5, 50, 500, 5000 - Store N number of mails in your inbox. Go to 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

Reply via email to