406
views
views
Automation testing mainly focuses on automating the action with minimal manual activities. This type of QA testing involves various tools, scripts, and software to execute the test cases repeatedly.
Benefits of automation testing:
- Automation increases test coverage.
- Optimize the testing speed.
- Improve the testing quality.
- Reduces the cost and execution time of testing.
- Automation scripts can be run several times?.
- Easy to test stress, performance, and load
What is Selenium?
- Selenium is a free, open-source, and widely used automation tool for testing web applications.
- Selenium automation is designed in such a way that automates the functional aspects of a web application.
Here we are going to use Selenium on the Linux platform, which is the most powerful and flexible platform to execute the Linux automation scripts along with the Eclipse IDE.