I am New to selenium RC..already working on selenium IDE. For selenium RC i have chosen java language.also installed selenium rc server.
Now i dont have any idea have to go further.
Please advice me on same
I am New to selenium RC..already working on selenium IDE. For selenium RC i
Share
There are two steps.
You have to start the server with
And once it is running you can run a java application with something like:
For more information see, the following tutorial:
Selenium Remote Control For Java — A Tutorial.