Which WebDriver implementation claims to be the fastest?

1.0K    Asked by FedericoFyock in QA Testing , Asked on Jan 14, 2020
Answered by Federico Fyock

The fastest implementation of WebDriver is the HTMLUnitDriver. It is because the HTMLUnitDriver does not execute tests in the browser. Starting a browser and running test cases took more time compared to running the scripts without a browser. HTMLUnitDriver took a simple HTTP request-response mechanism for test case execution.


Your Answer

Interviews

Parent Categories