Interview Questions

Selenium WebDriver - Which web driver implementation is fastest?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - Which web driver implementation is fastest?

HTMLUnitDriver. Simple reason is HTMLUnitDriver does not execute tests on browser but plain http request – response which is far quick than launching a browser and executing tests. But then you may like to execute tests on a real browser than something running behind the scenes

(Continued on next question...)

Other Interview Questions