| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. WebDriver, which command can be used to enter values onto text boxes? Select the best

Correct Answer is : sendKeys("text")

2. Selenium IDE is supported by which browser?

Correct Answer is : Mozilla Firefox

3. Which WebDriver method is used to change focus to an alert, a frame or a browser window?

Correct Answer is : switchTo()

4. In webdriver, what is the method that counts the number of elements?

Correct Answer is : driver.findElements(By.id("search")).size()

5. In webdriver, which command takes you forward by one page on the browser’s history?

Correct Answer is : navigate().forward()