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 : 43
Select the command that will NOT wait for a new page to load before moving onto the next command.

clickAndWait
selectAndType
typeAndWait
selectAndWait

Question No : 44
Select the command which is used to pause execution until the page is loaded completely.

waitForPageToLoad
waitForElementPresent
waitForPage
waitForLoad

Question No : 45
Select the syntax to locate an element using inner text.

css=tag:contains(inner text�)
css=tag:value(inner text�)
css=tag:attributes(inner text�)
css=tag:class(inner text�)

Question No : 46
Select the command which is used to compare the actual page title with an expected value.

verifyTitle
verifiedTitle
verifyTitles
verifiedTitles

Question No : 47
Select the command which is NOT used in verifying page elements .

verifyElementPresent
verifyElementRight
verifyElementNotPresent
verifyElementPositionLeft

Question No : 48
Select the tab which gives feedback and other useful information when executing tests.

Information
Feedback
Reference
Element

Question No : 49
What is TestNG?

TestNextGeneration
TestNewGenerlization
TestNewGeneration
TestNextGenerations