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 <ynot...@gmail.com> 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 watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to