Thanks a lot for the quick help.. It works for me.. Also, I will definitely use Jmeter for performace
Thanks Maumita On Aug 11, 7:01 pm, Felipe Knorr Kuhn <[email protected]> wrote: > Hello Maumita, > > As Tony said, you should probably stick to JMeter. > > But, if you really want to do that quickly with Ruby, you could try the > following: > > t1 = Time.now > > < Navigate through the site > > > t2 = Time.now > > puts "time taken: " + t2-t1.to_s + " seconds" > > FK > > On Tue, Aug 11, 2009 at 9:25 AM, Tony <[email protected]> wrote: > > > Hi Maumita, > > > The scenario you have described here is performance testing the > > shopping website. > > Would suggest you use jmeter or another performance test tool to do > > this. > > > Watir is best used for functional testing. > > > Thanks, > > Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
