
The workflow of Selenium testing system, consist of three Stages. The three stages are are follows. Stage 1: Run Test Scripts can be written in a variety of different languages. Stage 2: Launches Pages to be tested in customized browsers. Stage 3: Record Screens at key validation points and generate reports. The H T T P Requests from the stage 1 is given to the Selenium Remote control server. The Selenium Remote control server launches the pages to be tested in customized browser, which is the stage 2 of the work flow. Three browsers are shown here, which are as follows: Microsoft Explorer, Google chrome and Mozilla Firefox. The Selenium Remote control server also record screens at key validation points and generate reports. This is the stage 3.
Back