Hi, WebTest doesn't contain anything to write into Excel file (this is out of WebTest's scope) but you can easily do it from within a <webtest> with some groovy code for instance: WebTest already contains Apache-POI which can write in Excel files.
Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com Hariram V (ETS-IV&VS) wrote: > Hi Michael, > > There is data sheet (Excel file) where all test data available. Once it > has been entered into the application through the script, there will be > a unique number generated as confirmation of the record saved. This is > the number thru which the record is tracked by user manually. > > As part of user requirement this number has to be captured and stored as > part of the excel file itself. > > Thanks > Hari > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Michael Habbert > Sent: Thursday, January 15, 2009 11:48 PM > To: [email protected] > Subject: Re: [Webtest] How to store the value in Excel > > Hi Ramesh, > > why would you do that? > I don't understand what do you want to test? > > yours > Michael Habbert > > > Ramesh Kumar Ramamoorthi (ETS-IV&VS) schrieb: >> Hi All, >> >> >> >> I need to store the value in Excel sheet which is captured > >> from the web page. I have captured the value using <StoreRegEx> but I >> don't know how to store it in Excel. >> >> Can you tell me, whether Groovy can help us to achieve > this? >> If so then give me the sample script. >> >> >> >> Thanks, >> >> Ramesh R _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

