Selenium with Java

What is testing?

Testing is the process of finding defects in software or application is called testing.

What are the ways of testing?

  1. Manual testing

Testing the application manually is called manual testing.

  1. Automation testing

Testing the application with the help of an automation tool like QTP, SELENIUM is called automation testing.

or

Converting manual test case into automation test script with help of a tool is called automation testing.

When we go for automation testing?

Once the build is stable instead of doing regression testing we go for automation testing.

Advantages of automation testing

  • Faster than manual testing.

  • Less time consuming

  • Require fewer human resources

  • It is more accurate