[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

for cms based website

sid

12/28/2005 10:40:00 AM

can anybody know whether ruby scripts can be used for cms based website
testing??
like performance and stress testing,and navigation too

2 Answers

Michael Fellinger

12/28/2005 12:53:00 PM

0

Of course you could build your own testing, but why reinvent the wheel? ;)

there are some mighty tools out there to do that already:
My favorite is http://rubyselenium.ruby... (cross-platform/browser)
but there is also Watir http://wtr.ruby... wich depends on IE (that was
the last status i heard)

Hope that helps
~~~~manveru

Am Mittwoch, 28. Dezember 2005 11:42 schrieb sid:
> can anybody know whether ruby scripts can be used for cms based website
> testing??
> like performance and stress testing,and navigation too

Devin Mullins

12/28/2005 1:48:00 PM

0

sid wrote:

>can anybody know whether ruby scripts can be used for cms based website
>testing??
>like performance and stress testing,and navigation too
>
>
http://www.red-bean....
http://wtr.ruby...
and somewhat relatedly: http://atomicobject.com/s...
http://www.ntecs.de/blog/Blog/WWW-Mech...
http://neurogami.com/caf...
http://www.crummy.com/software/Ru...
http://www.ruby-doc.org/stdlib/libdoc/test/...

Devin