selenium webdriver - Selenium is a free and open source test automation tool for testing web applications. In this selenium tutorials you will learn about selenium IDE, selenium RC, selenium webdriver, selenium framework, TestNG reporting, locators to identify web elements, interview questions, and selenium quiz.
Welcome to selenium99 automation tutorials. In this selenium tutorials, you will learn selenium basics and advanced concepts, core java basics and selenium interview questions.
What is Testing:
It is a process of testing the software to verify that it meets the specific user requirements and to find defects or errors in the application under test. It is of two types.
- Manual Testing
- Automation Testing
Disadvantages of Manual Testing:
- It is very time-consuming.
- For each and every sprint or release you have to run the same set of test cases.
- Selenium is a free and open source test automation tool for testing web applications.
- Results were less accurate.
- In case of database-related testing, comparing huge amounts of data is not possible.
Comments
Post a Comment