Pre-requisites for Selenium RC:
- Selenium IDE
- Eclipse IDE
Selenium RC iki bölümden oluşur (Selenium RC comes in two part)
- Server which handles the browsers
- Client Driver for computer language
How it works
- First client driver establish connection to Selenium RC
- Selenium RC launch URL which you specified
- Client pass the command to Selenium RC
- RC Server interprets the command and then execute it
- After all commands executed browser will be closed
- Send results back to client side