NEW
Font size
S
M
L
XL
WorksheetsST KKEM QUIZ SELENIUM PART!
Total questions: 10
Worksheet time: 5mins
Name
Class
Date
1.
First Name of Selenium is
a)
Javascript TestRunner
b)
Java Runners
c)
JavaScript Testcase
d)
Java Testcase
2.
We cannot write selenium scripts using the language
a)
Perl
b)
Poweshell
c)
Ruby
d)
PHP
3.
Selenium is not
a)
Opensource
b)
Cross browser
c)
Cross Platform
d)
Unit Testing tool
4.
This is not the navigate command
a)
navigate().To()
b)
navigate().next()
c)
navigate().back()
d)
navigate().refresh()
5.
to maximize the browser we use
a)
driver.manage().maximize();
b)
driver.window().manage().maximize();
c)
driver.manage().window().maximize();
d)
driver.window().maximize();
6.
We create an instance to launch chrome browser
a)
WebDriver dr = new ChromeDriver();
b)
webdriver dr = new ChromeDriver();
c)
WebDriver driver = new chromedriver();
d)
webdriver driver = new chromedriver();
7.
Which method should we use to launch a url?
a)
openUrl()
b)
get()
c)
startChrome()
d)
open()
8.
What does DOM stands for?
a)
Discover Object Mechanism
b)
Document Object Model
c)
Data Object Matrix
d)
Desktop Object Model
9.
Selenium IDE stands for?
a)
Selenium Intialization Development Environment
b)
Selenium Interrelated Development Environment
c)
Selenium Integrated Development Environment
d)
Selenium Information Development Environment
10.
The Selenium can...
a)
access controls within the desktop
b)
test both web and desktop applications
c)
only test web applications
Reset
