-1

How to configure Selenium RC?

How long it will take to configure?

How to work with Selenium RC?

What are the pre-requisties for working Selenium RC?

Petr Janeček
  • 37,768
  • 12
  • 121
  • 145
Jeeva
  • 1
  • 1
  • 2

1 Answers1

1

configuring Selenium RC is calling it from a shell (Bash or Command Prompt) with java -jar selenium-server-standalone.jar and then use your favourite language that is supported to create your tests. It is that simple.

AutomatedTester
  • 22,188
  • 7
  • 49
  • 62