From: Shekar Ls Date: 2009-01-09T00:30:56+09:00 Subject: Testng with ruby All, I am planning to Setup Automation framework consisting of following : 1) Selenium RC with ruby 2) Testng 3) Ant Question 1: I would want to know what is the equivalent of : import org.testng.annotations.*; import org.testng.annotations.BeforeMethod ; import org.testng.annotations.Test ; import static org.testng.Assert.assertEquals ; -- this is in Java, can i get the equivalent require '' of this in ruby. Question 2: Can anyone share any knowledge/code which is on similar lines Hope to Hear from you soon guys! Cheers -- Posted via http://www.ruby-forum.com/.