Interview Questions

Selenium WebDriver - Why do we go for automation testing ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - Why do we go for automation testing ?

Reasons-
a) Manual testing of all work flows, all fields, all negative scenarios is time and cost consuming.

b) It is difficult to test for multi lingual sites manually.

c) Automation does not require human intervention. We can run automated test unattended(Overnight).

d) Automation increases speed of test execution.

e) Automation helps increase test coverage.

f) Manual testing can become boring and hence error prone.

private, default, protected and public.

(Continued on next question...)

Other Interview Questions