Download PDF
Free download in PDF Selenium Multiple Choice Questions with Answers for competitive exams. These short objective type questions with answers are very important for Board exams as well as competitive exams. These short solved questions or quizzes are provided by Gkseries.
61
During which phase is the Entry Criteria determined?
[A]
Review meeting
[B]
Planning
[C]
Kick of
[D]
Preparation
62
Which axis name in Selenium is related to the selection of all the parent, grandparent and so on?
[A]
Parent
[B]
Ancestor
[C]
Preceding
[D]
All of these
63
Which process will be used in JavaScript to find an element?
[A]
BY CSS sector
[B]
BY XPath query
[C]
By DOM query
[D]
All of these
64
The test language usually used in Selenium is ________________.
[A]
JavaScript
[B]
Python
[C]
PHP
[D]
None of the above
65
Which label is used as a prefix pattern to specify a globbing pattern parameter for a Selenese command?
[A]
glob
[B]
regex
[C]
pattern
[D]
None
66
What does the assertTitle checks?
[A]
Page title
[B]
Block title
[C]
Title of an element under focus
[D]
Element title
67
Select the language which is NOT supported by the Selenium RC.
[A]
PHP
[B]
Java
[C]
ASP
[D]
C#
68
The Selenium can
[A]
access controls within the desktop
[B]
both web and desktop applications
[C]
only test web applications
[D]
None of the above
Answer: only test web applications
69
Which command can be used to enter values into text boxes?
[A]
sendKeys()
[B]
sendKeys
[C]
sendKey()
[D]
sendsKeys()
70
Select the language which is supported by The Selenium Web Driver
[A]
Cobol
[B]
SQL
[C]
Perl
[D]
ASP
71
Which Selenium component supports All Operating System?
[A]
Selenium Generator
[B]
Selenium IDE
[C]
Selenium WebDriver
[D]
None of the above
Answer: Selenium WebDriver
72
Select the command in Selenium IDE used to open a page using the URL.
[A]
Open
[B]
OpenTable
[C]
OpenText
[D]
OpenRecord
73
The Actions commands
[A]
are commands that verify if a certain condition is met.
[B]
are commands that allow you to store values to a variable.
[C]
are commands that directly interact with page elements.
[D]
None of these.
Answer: are commands that directly interact with page elements.
74
Select the tab that shows which command Selenium IDE is currently executing.
[A]
Info
[B]
Information
[C]
Variable
[D]
Data
75
Select the variation which locates elements by the value of their “id” attribute in Web Driver Selenium
[A]
By.id
[B]
By.tag_id
[C]
By.idno
[D]
By.id_no
76
In Selenium variables are stored in _________ .
[A]
VariablesStore
[B]
storedVars
[C]
stored variables
[D]
All of the above
77
Which command should be used to confirm that test will pass in the future when a new element is added after page loaded?
[A]
waitForElementPresent
[B]
pause
[C]
assertElementPresent
[D]
None of these
Answer: waitForElementPresent
78
Select the command which is NOT a type of assertion in Selenium IDE.
[A]
Wait
[B]
WaitFor
[C]
Verify
[D]
None of these
79
Applications do not have the items needed for the tests when the tests get to commands. To get around this, we had a look at adding for 'waitFor' commands to test. This is related to while ___________.
[A]
Working with multiple windows
[B]
Debugging tests
[C]
Working with AJAX applications
[D]
All of these
Answer: Working with AJAX applications
80
Variable can be saved in which format?
[A]
${variableName}
[B]
storedVars['variableName']
[C]
Both of these
[D]
None of these
Please share this page