Selenium Quiz | Selenium MCQ


Free online self-assessment test on selenium for beginners. Selenium interview preparation made easy for new aspirants. These mock test series consisting of a wide range of multiple-choice questions are designed to evaluate the self-performance of selenium skills. Very useful in interviews and certification exam preparation.



Selenium Test Series: 2

The test consists of 10 questions on selenium.

No negative marking for this test.

No Time limit

The pass percentage is 70%

The correct answer with a description will be displayed after the answer has been marked.

Submit the test to calculate your score once you are done with all the questions.

Complexity Level- Moderate







Q1: 'Following' axis will find _____














Q2: 'Descendant' axis will fetch __________

Select the correct answer:













Q3: Consider the below XPath and select the correct meaning

//li[@id='firstItem']//following::a













Q4: Consider the below XPath and select the correct meaning

//li[@id='firstItem']//child::*














Q5: Select the valid expected conditions for an explicit wait

Select all that applies
























Q6: contextClick() method of the Actions class performs __________ operation?

Select the correct answer:













Q7: Given the below statement, select the correct method chaining for performing the right-click operation?

Actions a=new Actions(driver);













Q8: Firefox specific settings like- 'addPreference', 'setBinary' can be managed by using the class

Select the correct answer:













Q9: setHeadless(true) will _____

Select the correct answer:













Q 10: driver.getTitle() will _____

Select the correct answer: