It sounds like you are doing load testing which is not what I think WATiR is intended for.
WATiR is meant for functional/procedural testing. If you are simply wanting to load/perf-test large quantities of simultaneous sessions on the system ... That would possibly be better suited for simple HTTP calls directly... ( like using uri-open or wget and/or curl ) That's my $0.02 ... YMMV j. On 8/26/05, Murtaza Lokhandwala <[EMAIL PROTECTED]> wrote: > Hi Everybody, > > I started using WATIR to write my first web > application test script two ago. > > -- The web page I am testing has approximately 6 input > boxes and 7 drop down boxes for each record. And I am > displaying 10 records per page. To view more user have > to use 'Next >>' or '<< Previous' buttons. > > I started with hard coded values to have a feel of > WATIR. The script is working but I was planning to use > it to load the web server / database by creating 200 > sessions. And each session creating 1 form having > approx 50 transactions. > > Using the script I created couple of forms but each > form is taking approximately 12-14 min for 20 > transactions. > > I am attaching the script for the review. Please help > me me in making the script more efficient. Because the > test case I am handling needs 200 such sessions. > > Thank you very much. > > Murtaza > > > > __________________________________ > Yahoo! Mail for Mobile > Take Yahoo! Mail with you! Check email on your mobile phone. > http://mobile.yahoo.com/learn/mail > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > > > > -- "So long, and thanks for all the fish" Jeff Wood _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
