What sort of performace are you trying to measure? Watir will return page load times for any action that causes a page load.
So it can be used for simple performance tests. For a bit more detailed measurements, see the watir-webdriver- performance gem (http://altentee.com/blogs/2011/watir-webdriver- performance-gem-released/) because it's designed for functional testing, and drives a real browser, it's not a good tool for generating the load needed for testing performance under load. For that I'd use a real loadtest tool, what works best depends a lot on your technology stack. On Jan 13, 5:48 am, chtiloft <[email protected]> wrote: > hi all, > i am looking for a tool to make performance tests. and i am wondering > if watir can do it. The particularity, is that we use a remote destop > to run tests. > > tks in advance > Arnaud -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
