logo logo

Online Selenium Quiz – Test Your Knowledge!

How well do you think you know Selenium WebDriver?

Test your knowledge with this most up to date Selenium quiz!

Implicit wait time is applied to all elements in your code while Explicit waits are applied only to a single element for a specified amount of time.

Data Driven Testing (DDT) is a methodology in automated testing to test only a single set of Test Data.

Select the following true statements:

WebDriverWait wait = new WebDriverWait(driver, 30);

wait.until(ExpectedConditions.presenceOfElementLocated(by));

The above wait condition is considered an:

Which browsers support Selenium IDE ?

Using Selenium, how can we click on an element at certain coordinates ?

What would be the ideal way to identify an element without ID or Class ?





Consider the following HTML:







Using Selenium WebDriver, how would you select only the element with the 2 classes: 'container' and 'title' ?

Select all the correct answers.


Click SUBMIT to find out how you scored! Enter your E-mail address to receive the correct answers via mail.

***Your E-mail address will remain confidential. We will NOT spam, spy and we will NEVER share your information with any third parties.



Email
FacebookLinkedInTwitterEmail

Leave a Reply