Friday, October 10, 2008

Using javacode in Selenium test

Here i will list out the steps to be followed to run a java code using Selenium RC

* :Using Selenium IDE create the script 
* :Export to a java code
* :Be sure the java file is in the folder specified in the package statement
* :Run selenium server
* :Compile the java file
* :Run the java file