Can someone tell me the exact steps (be specific) to test (write tests and then execute them) a website through Firefox using Selenium RC and the Ruby programming language?
I’m new to this and have only done it with Java, Eclipse, and JUnit 4 (and Selenium RC + IDE of course). I’m looking for steps similar to what it took for me to get it up and running with Java.
To get up and running with Java I did the following:
- Created new Java project in Eclipse.
- To this projected I added selenium-java-client-driver.jar, selenium-server.jar, and Junit4 Library.
- Using Selenium IDE I created a test and exported it in the Java language.
- I created a class in my Java project (in Eclipse) and imported this code; which needed some tweeking.
- I then click on the “Run ” in eclipse and it works great.
Can someone give me comparable steps to get up and running with Ruby and any IDE?
Thank you
Okay, figured it out.
for FF and export it as a ruby file
(confirm by typing “ruby -v”) and
navigate to this newly exported ruby
file
that’s it!