04/01/2024
MOST ASKED AUTOMATION TESTING Q’S!
1) What is Selenium?
Selenium is an open-source automation framework for web applications. It provides a suite of tools for web browser automation and supports multiple programming languages.
2) How to do file upload in selenium?
In Selenium, you can use the WebElement.sendKeys method to interact with file input elements and upload files.
3) What is Robot API?
Robot API is a class in selenium that simulates keyboard and mouse actions, allowing interaction with non-web elements like dialog boxes.
4) What is hub and node in selenium grid?
In selenium grid, a hub manages test distribution and a node executes tests on different machines/browsers.
5) What is Cross-Browser
Testing?
Cross-browser testing ensures that a web application functions correctly across different web browsers. It helps identify and address compatibility issues.