The 'Selenium WebDriver Test: Quiz!' assesses knowledge on Selenium's capabilities and limitations across various platforms and programming languages. It focuses on practical skills in automating web application testing using Selenium, covering different tools and methods within the Selenium suite.
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
Rate this question:
ASP
Java
C#
PHP
Rate this question:
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.
Rate this question:
SelectByIndex()
SelectIndex()
SelectedByIndex()
SelectByIndexes()
Rate this question:
Access controls within the desktop
Both web and desktop applications
Only test web applications
None of the above
Rate this question:
Provides professional customer support
Test Reports are generated automatically
Comes with a built-in object repository
Cannot access elements outside of the web application under test
Rate this question:
True
False
Rate this question:
SendsKeys()
SendKey()
SendKeys
SendKeys()
Rate this question:
Perl
Sql
Cobol
ASP
Rate this question:
Selenium Generator
Selenium WebDriver
Selenium IDE
None of the above
Rate this question:
OpenRecord
Open
OpenText
OpenTable
Rate this question:
DHTML format
J2EE format
XML format
HTML format
Rate this question:
WaitForPageToLoad
WaitForElementPresent
WaitForPage
WaitForLoad
Rate this question:
By.name
By.nametag
By.tagname
By.nametags
Rate this question:
By.cssSelected
By.cssSelection
By.cssSelector
By.Selectcs
Rate this question:
Is_Selected()
IsSelect()
IsSelected()
Is_Select()
Rate this question:
Selenium Grid
Selenium IDE
Selenium RC
Selenium Webdriver
Rate this question:
DselectAll()
Deselect_All()
Dselect_All()
DeselectAll()
Rate this question:
Click_Context()
Context.Click()
ContextClick()
Context_Click()
Rate this question:
GetinnerText()
Get_in_Text()
Get_inner_Text()
GetText()
Rate this question:
SelectText()
GetText()
GetElementText()
GetText(WebElement)
Rate this question:
SendKeys("text")
Elenium.type()
Driver.type("text")
SendKeys()
Rate this question:
SelectByIndex()
SelectByVisibleText()
SelectByValue()
All above
Rate this question:
driver.getCountOfElements()
Driver.findElement(By.id("search")).getCount()
Driver.findElements(By.id("search")).size()
Driver.findElements(By.id("search")).length()
Rate this question:
Css = li.contains("Opera")
Css = ul.li(4)
Css = ul > li:nth-of-type(4)
Css = ul > li:nth-of-type(3)
Css = ul.li:nth-child(4)
Rate this question:
Navigate.forward()
Navigate.forward()
Navigate().forward()
Navigate_forward()
Rate this question:
GoToUrl("url")
Navigate.to("url")
GetUrl("url")
Get("url")
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.