Selenium Mcq
When was Selenium developed
2004
Who developed selenium
Jason Huggins
What are Puppeteer , Mocha , QTP
How many components does selenium have?
What is selenium IDE , Selenium RC , Selenium WebDriver , Selenium Grid ?
Also compare them
What is selenium 1 , Selenium 2 or Selenium 3
What is the other name for selenium commands and how many types of selenium
commands are there?
Which type of selenium commands operate the state of application
Which type of selenium command is responsible to store the results in variables
Which type of selenium command use testers to verify the state of the applications
How many components does selenium WebDriver architecture has
How do you run selenium web script driver on the chrome browser
What is IEDriver
findelements method vs findelement method
If the method fails to find the element which of the two methods throws you the
exceptions
How many locators does selenium have
Selenium IDE was originally created by
What is Firefox Plug-in , Flash Plug-in
Selenium IDE is supported by which browser ?
In WebDriver which command can be used to enter value onto text boxes
What is TestNG
SelectAllOptions() is a valid command in selenium webdriver ?
Which method close the open browser in selenium webdriver ?
Which is the most common way to find element on a page
Which is the best call for finding multiple elements using XPath
In Selenium variables are stoed in
Which command should be used to confirm that tests will pass in the future , when new
element is added after page loaded ?
Method is used to work with multiple browser windows
What are class in Selenium
Which method is used when you want to verify weather a certain box,radio button or
drop-down box is selected in Web driver selenium
If you want to validate that a button has appeared on a page , which two commands
would be the best two to use
What can be used to test flex/flash applications using selenium
Selenium IDE is previously known as
Major changes in Selenium 3.0
Which of the following exceptions is not an ideal candidate to ignore via FluentWait?
WebDriver methods is used to clear all selected entries
BY default WAITFOR command is
To delete a cookie we need to call the deleteCookie method and we are passing two
parameters , what are those ?/
Which command should be used to confirm that the test will pass in the future when the
new element is added after the page is loaded ?
During which phase ia the Entry Criteria determined ?/
Which axis name in Selenium is related to the selection all the parent , grandparent and
so on ?
Verify and asserts method in Selenium
Which process will be used in JavaScript to find an element ?
If you wanted to access the element that has the text “This element has a ID that changes
every time the page is loaded , then what to use
Default port number used by hun in selenium
Command use to validate a button
Variable can be saved in which format
What is AssertFoo, VerifyFoo, getFoo, WaitForFoo
In selenimm variables are stored in
Regular expression sequence loosely translate to “anything or nothing “
Language bindings not developed by SeleniumHQ
Command takes you forward by one page on the browser history
What is unit of movement String argument in drag& drop selenium action
Data Driven Tsting requires Apache Poi Dependency
What are the navigation methods
What iS Page Object Model
Default page load strategy followed by geckdriver
What is the WebElement method used to get the BackGroud color of an Element
displayed in the WebPage