Home

Selenium automation MCQ Question with Answer

Selenium automation MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Selenium automation MCQ Question Answer PDF

Question No : 57
Which method is used when you want to verify whether a certain check box, radio button, or option in a drop-down box is selected in Web driver Selenium

is_Selected()
isSelect()
isSelected()
is_Select()

Question No : 58
Which Component is used to run multiple tests simultaneously in different browsers and platforms?

Selenium Grid
Selenium IDE
Selenium RC
Selenium Webdriver

Question No : 59
Select the View which shows your script in HTML format.

The Table View
The Source View
The Editor View
The Field View

Question No : 60
Select the method which clears all selected entries in Web driver Selenium.

dselectAll()
deselect_All()
dselect_All()
deselectAll()

Question No : 61
Method which selects the option which displays the text matching the parameter passed to it

selectVisibleText()
selectByVisibleText()
select_VisibleText()
select_ByVisibleText()

Question No : 62
Out of the following which is NOT a wait command.

waitForTitle
waitForTextPresent
waitForActive
waitForAlert

Question No : 63
Select the command which retrieves the alert message and stores it in a variable that you will specify.

storeAlert
storedAlert
store_Alert
storesAlert