Selenium:
Selenium JavaScript framework that runs in a web browser Has three main components: IDE Core RC (Remote Control)
How it works:
How it works Simply records user input from within the browser (Firefox) and play’s it back Allows tester to export recorded commands in ant number of programming languages: Java Perl PHP C# and others
The IDE:
The IDE
How it works cont.:
How it works cont. The tester can the import the desired code into an IDE such as Eclipse to create a “suite” of tests that use the third element of Selenium, the RC (Remote Control) to run recorded tests within any number of browsers.
Wanna try?:
Wanna try?
How we did that:
How we did that We created test scripts in Java using the TestNG framework We “wired” them together using various Selenium syntax commands We custom controlled the RC to provide the most seamless testing experience
“Under the hood”:
“Under the hood”
Reporting:
Reporting