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 : 22
The Web driver is used

To execute tests on the HtmlUnit browser.
To design a test using Selenese
To quickly create tests
To test a web application against Firefox only.

Question No : 23
The Selenium IDE is used

To create customized test results.
To deploy your tests across multiple environments using Selenium Grid
To test with HTMLUnit
To test a web application against Firefox only.

Question No : 24
The Selenium RC is used

To run your test against different browsers (except HtmlUnit) on different operating systems.
To create tests with little or no prior knowledge in programming.
To test a web application against Firefox only.
To run a huge test suite, that can be executed on multiple machines.

Question No : 25
Out of the following which can only test web applications

QTP
Selenium

Question No : 26
Select the command which is NOT a type of assertion in Selenium IDE.

Assert
Verify
WaitFor
Wait

Question No : 27
Select the method which selects the option at the given index.

selectByIndex()
selectIndex()
selectedByIndex()
selectByIndexes()

Question No : 28
The Selenium can

access controls within the desktop
both web and desktop applications
only test web applications