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 : 36
In case of Selenium IDE, the Source view shows your script in

DHTML format
J2EE format
XML format
HTML format.

Question No : 37
The Actions commands

are commands that directly interact with page elements.
are commands that allow you to store values to a variable.
are commands that verify if a certain condition is met.

Question No : 38
Select the command which is used to check the presence of a certain element.

verifyTable
verifyTitlePresent
verifyTextPresent
verifyElementPresent

Question No : 39
Select the command which is used to print a string value or a variable in Selenium IDE.

The 'display' command
The 'echo' command
The 'print' command
The 'printr' command

Question No : 40
Which component of Selenium can create customized test results.

Web driver
Selenium RC
Selenium IDE
Selenium Grid

Question No : 41
Select the command which is used to compare the contents of a table with expected values.

verifyTables
verifyTableData
verifyTable
verifyTableCell

Question No : 42
Select the command which is used to pause execution until the specified element becomes present.

waitForElementPresent
waitForPagePresent
waitForTablePresent
waitForFieldPresent