Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Watir only for Ruby applications?

Or can it be used to automate websites made with other technologies as well?

like image 634
Gerrie Schenck Avatar asked Dec 13 '25 12:12

Gerrie Schenck


1 Answers

Watir is written in Ruby... if you want to write something similar in other languages you can use WatiN(.Net) or Watij(Java). I'm sure there are probably more by now.

In the end... they all can test a web page written in any language.

like image 159
Ryan Ferretti Avatar answered Dec 16 '25 17:12

Ryan Ferretti