Hi, I was finally able to figure this out. This happens when i use Ant 1.8 As soon as I downgraded to ant 1.7 it worked.
Thanks for all the help. On Tue, Feb 16, 2010 at 4:14 AM, Marc Guillemot <[email protected]> wrote: > Hi, > > are you sure that your first sheet in the file contains columns with titles > "Username" and "Password"? > > Cheers, > Marc. > -- > Blog: http://mguillem.wordpress.com > > > Aparna Shankar wrote: > >> Hi, >> >> I have a webtest that I am trying to iteratively run for the data in the >> excel file. Strangely I am not able to get the values from the excel >> anywhere inside the webtest tag. >> >> <dataDriven tableContainer="simple.xls"> >> <webtest name="Login ${Username} ${Password}"> >> <echo message="Hello ${Username} ${Password}"/> >> ... >> >> </webtest> >> </dataDriven> >> >> I can print the value of the username and password in the webtest name . >> But the echo does not print the value, instead prints "Hello ${Username} >> ${Password}" >> >> Has anybody seen this happening? >> Any help is appreciated. >> >> Thanks >> >> >> > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest >

