1.

Explain the following line of code.

Answer» WEBDRIVER driver = new FirefoxDriver();

 'WebDriver' is an interface, and we are generating a WebDriver OBJECT by instantiating a FirefoxDriver object (This object uses Firefox Driver to LINK the test CASES with the Firefox BROWSER).



Discussion

No Comment Found