Choose a topic to test your knowledge and improve your Selenium skills
Select the command which is used to print a string value or a variable in Selenium IDE.
Which component of Selenium can create customized test results.
Select the command which is used to compare the contents of a table with expected values.
Select the command which is used to pause execution until the specified element becomes present.
Select the command that will NOT wait for a new page to load before moving onto the next command.
Select the command which is used to pause execution until the page is loaded completely.
Select the syntax to locate an element using inner text.
Select the command which is used to compare the actual page title with an expected value.
Select the command which is NOT used in verifying page elements .
Select the tab which gives feedback and other useful information when executing tests.
What is TestNG?
Select the variation which finds elements based on the driver's underlying CSS selector engine in Web driver Selenium.
Select the variation which locates elements by the value of the name attribute in Web driver Selenium
Select the tab that shows which command Selenium IDE is currently executing.
Which is a faster component between the SeleniumWeb driver and Selenium RC?
Select the variation which locates elements by the value of their id attribute in Web Driver Selenium
Select the Get command which fetches the inner text of the element that you specify in Web driver Selenium.
Which Navigate command takes you forward by one page on the browser's history in Web driver Selenium.
Which method is used when you want to verify whether a certain check box, radio button, or option in a drop-down box is selected in Web driver Selenium
Which Component is used to run multiple tests simultaneously in different browsers and platforms?
Select the View which shows your script in HTML format.
Select the method which clears all selected entries in Web driver Selenium.
Method which selects the option which displays the text matching the parameter passed to it
Out of the following which is NOT a wait command.
Select the command which retrieves the alert message and stores it in a variable that you will specify.
Select the method which performs a context-click at the current mouse location.
By Default time of WAITFOR command is :
Selenium is compatible with
In Selenium variables are stored in _________ .
Which command should be used to confirm that test will pass in the future, when new element is added after page loaded?
Which is the following is true in case of waitFor command?
How to execute specific command?
Which is odd one out?
_____ finds the item ending with the value passed in. This is the equivalent to the XPath ends-with. Is concern with?
In Selenium, Following Axis is related to:
The // tells the query that
In regular Expression * quantifier refers to:
Which regular expression sequence that loosely translates to anything or nothing?
Which of the following is not verify and asserts method in Selenium?
If you wanted to access the element that has the text This element has an ID that changes every time the page is loaded in it, then which of the following is used:
To delete a cookie we need to call the deleteCookie method, passing in two parameters.
Which two commands you use to validate a button?
In selenium, parent and child nodes are in same query because HTML has a tree structure.
Selects all the parent, grandparent, and so on of the element is related to which axis name in Selenium:
echo(): is used
The term AJAX expands to ________.
Which selenium command check whether specific text exists somewhere on the page?
What does the term CSS refer to?
What is Selenium IDE?
Where is XPath used in?