AutoTest Selenium Questions and Answers

AutoTest Selenium | Mock Test

 
1
A test method can belong to one or more groups in
a. Junit
b. Nunit
c. TestNg
d. Nimmble

Answer : TestNg

2
Adantage of Page Object
a. Reusability
b. Modularity
c. Portability
d. All of the above
Answer : All of the above

3
Advantages of Ant 1.7.1 are
a. Bug fix release
b. Support for java6 features
c. Support for javaFX
d. All of the above
Answer : All of the above

4
Ant address the deployment problems of java project such as
a. FTP, Telnet
b. Application Servers
c. SQL Commands
d. All of the above
Answer : All of the above

5
By default the dependent methods are grouped by
a. methodDependency
b. ClassDependency
c. Invalid Option
d. Classes
Answer : Classes

6
Which of the following is not the section of Selenium Core
a. TestSuite
b. Current Test
c. Control Panel
d. Editor
Answer : Editor

7
Chnaging User agent in Selenium Web Driver is easy with the browser
a. Internet Explorer
b. Safari
c. Google Chrome
d. Mozilla Firefox
Answer : Mozilla Firefox

8
Client and Server are the components of
a. Remote Driver Server
b. Remote Web Driver Server
c. Web Driver Server
d. Web Driver
Answer : Remote Web Driver Server

9
Extending Selenium RC to to distribute to your tests across multiple servers , Saving time by running the test I parllel is the functionality of
a. Selenium Core
b. Selenium Grid
c. Selenium TestNG Framework
d. Robot Framework
Answer : Selenium Grid

10
How can we use Ant tasks in Maven 2?
a. Using Ant Plugin
b. Using AntRun plugin
c. Using the instructions in the Ant documentation
d. All of the above
Answer : Using AntRun plugin