Selenium Tutorial
Components of Selenium: a. Selenium IDE – Plugin to Firefox to record and playtests in firefox and also export tests in different languages. The most appealing format is the HTML test case which seems to based on fit HTML. b. Selenium RC- Allows playing of exported test in different platforms/OS. c. Selenium Grid – Allows controlling lots of selenium machines.Selenium RC Tutorial: Selenium RC is a Java-based command-line server that starts browsers and runs commands you pass from your tests. Steps to set up the Selenium tool and execute the test case: 1. Install Selenium IDE 2. Record a test…