InterviewSolution
Saved Bookmarks
| 1. |
Explain Headless browser testing. Advantages and disadvantages of Headless testing. |
|
Answer» A headless browser is a browser that does not have a GUI. It is used to simulate programs even though there is no browser installed on the local system. You will not see the browser in your system but will get the RESULT in the CONSOLE. The headless browser does not have GUI means program runs in the background without GUI. Two headless browsers widely used are HtmlUnitDriver and PhantomJSDriver. Advantages of performing Headless browser testing -
Disadvantages of Headless browsers testing -
|
|