Welcome to the World of Automation
Few Good Things about Selenium Automation Testing Tool...
1. Selenium is an open source tool i.e. Unlike the proprietary tools its available free of cost.
2. This is the best tool available in the market for web application testing
3. Its extensible and flexibility, along with its tight integration with the browser, is unmatched by available proprietary tools.
4. Selenium is possibly the most widely used open source solution.
5. One of the selenium's key features is the support for executing one's tests on multiple browser platforms like Internet Explorer, Firefox, Google Chrome, Opera, Safari etc.
6. Selenium allows you to control a browser from a language of your choice. You can choose any one of these Six languages to write automation scripts -> Java, C#, Ruby, Python, Perl and Php
7. Selenium is available for Operating Systems such as Windows, Linux and Mac
8. Selenium can be used for functional, compatibility, regression testing and User Acceptance Testing 9. Selenium is mainly used for Regression testing, to decrease the effort of Manual Testers.
- Functional Testing refers to the test that verifies a specific action of the software e.g. - Logging into the Facebook is an action.
- Compatibility Testing is performed to verify whether a software works with all other supported Browser, OS, Hardware and Different kind of System Environment.
- Regression Testing is the testing done by executing older test cases to make sure that new functionality is not Impacted on older one.
- User Acceptance Testing is testing an application prior to customer delivery for functionality and usability using real world scenarios which resemble how the application will be used by the end users.
1. Selenium is a browser based testing tool. It can be used only to test web based applications.
No comments:
Post a Comment