Selenium Presentation
Selenium Presentation
What is Selenium
-Open source test tool for web applications Selenium project gathers a set of tools for writing automated tests of websites: Selenium RC (remote control), Selenium IDE, Selenium Grid and Selenium 2 (on beta) which is the next version of Selenium RC. These tools emerged from a javascript library that was used to drive interactions on a webpage on multiple browsers called Selenium Core. -Run in any mainstream browsers: IE, Mozzila/Firefox, Safari, Chrome -Write tests in many languages: Java, .NET, Perl, Phyton, Ruby Selenese(pure HTML, no Java/backend required) -Has ability to run whole suites of tests or individual test
Advantages of Selenium
- Open source, free software -Supports many browsers and many languages - Very mature and complete API -no dedicated machine required for test execution(user can work in parallel) - You can instantiate several concurrent tests with Selenium.
Thanks !