Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE
 

Selenium Course Datails


Batch Date:
Jun 25th & 26th @ 9AM

Faculty:
Mr. Kumar

Duration: 2 Weekends Wrokshop

Fee:  5000/- INR

Venue :
DURGA SOFTWARE SOLUTIONS At S.R Nagar
Canara bank building 2nd floor,
near S. R Nagar Ploce Station,
Hyderabad-500038.
Ph.No : 7660 888 786



Syllabus:

Introduction

• What is automation testing?
• What is the use of automation testing?
• What we need to Automate?
• What is Selenium?
• Advantages of Selenium
• What is the difference between Selenium and QTP?
2. Different flavors in Selenium
• IDE
• Selenium Web Driver/Selenium 2.0
• Selenium-Grid
3. Selenium IDE
• Installing Selenium IDE
• Selenium IDE icons
• Recording your first test with Selenium IDE
• IDE Context Menu
• Assert
• Verify
• Adding Selenium IDE comments
• Synchronization commands
• Working on pages with AJAX
• Storing elements
• Creating test suites
• What you cannot record
4. Locators & Object Identification
• Tools to identify elements/objects
• Firebug
• IE Developer tools
• Google Chrome Developer tools
• Locating elements by ID
• Finding elements by name
• Finding elements by link text
• Finding elements by XPath
• Finding Elements by using CSS
• Summary
• Some Special IDE commands
• Write your own Selenium IDE script without record and playback
5. Java For WebDriver
• Introducing the JAVA technology:
a. Relating Java with other languages
b. Showing how to download, install, and configure the Java environment on a Windows system
c. Key features of the technology and advantages of using Java
d. Java Features
e. Write Simple Java Program
f. Compile and Run the class files
g. Java Programming format
h. Java Keywords
i. Java Data Types
j. Declarations and Access Control
k. Operators and Assignments
l. Flow Control
m. Typecasting
n. Arrays
• Packages:
a. Introduction to all predefined packages
b. User Defined Packages
c. Access Specifiers
• Object Oriented Programming Concepts:
a. Introduction
b. Class
c. Object
d. Local, Instance and static variables
e. Constructors
f. This keyword
g. Inheritance and Types
h. Working with super classes and subclasses
i. Using types of polymorphism such as overloading, overriding, and dynamic binding
j. Abstraction
k. Encapsulation
l. Abstract classes
m. Interfaces
• String Processing:
a. String manipulation with String Builder and String Buffer
b. Essential String Methods
• Exceptions and Assertions:
a. Introduction
b. Exceptions categories
c. Standard Java Exception classes
d. Using Try-catch and finally clause
• I/O Streams:
a. I/O using Java
b. Files (Create/Read/Write operations on files)
• Wrapper Classes:
a. Introduction
b. Byte, Short, Integer, Long
c. Float, Double
d. Character
e. Boolean classes
• Collections:
a. Introduction to Collections framework
b. Java.util Package
c. List, Set and Map
d. Difference of All Collections Interfaces and classes
• Reading data from Property files using java program
• Reading and Writing data from/to Excel files using Apache POI API and JXL API
6. Junit FrameWork:
• Running Java Programs using junit
• Writing Selenium tests from scratch using Junit FrameWork
• JUNIT Annotations
• JUNIT Methods
• Frequently used Selenium commands
• Test Suites using JUNIT
• Parameterized test cases using junit framework

7. TestNG FrameWork
a. Overview of TestNG
b. Environment of TestNG
c. Writing WebDriver Test Cases using TestNG
d. Basic Annotations of TestNG
e. Executing Tests
f. Executing Test Suites
g. Ignore Test
h. Dependency Test
i. Parameterized Tests
j. TestNG XML
k. Report Generation
8. Selenium WEB-DRIVER
Why WebDriver?
• Downloading web driver Jars configuring in eclipse
• Architecture of selenium webdriver
• Drivers for Firefox, IE, Chrome, Iphone, Android etc
• What is the difference between Selenium RC and WD?
Sample programs in webdriver
• Handel Text box
• Handel HyperLink
• Handel Button and Check box
• Handel Radio Button and DropDown Controls
• Select value from DropDown
• Display all values
• Select values step by step
• Capture screenshots
• Synchronization Commands In Web Driver
• Why Implicit wait and Implementation of Implicit wait
• Why Explicit wait and Implementation of Explicit wait
• Web Driver Fluent wait and Thread Sleep functionality
• File uploads and File downloads (Handling Window based controls using Robot and Sikuli API)
• Handling alerts box and Verfying the Alert Texts
• Handling confirmation messages
• Keyboard actions
• Mouse actions
• Handling Iframes working with Nested Iframes
• Handling multiple tabs
• Handling popups
• Preparing web driver test cases using customized x-path
• Identifying controls using x-path predefined functions
• Web Tables
a. What is Web Table
b. Extracting data from web tables
c. Examples on static and dynamic Web Tables
d. Creating Reusable functions for Web Tables
• Web Driver with TEST NG Frame Work
• Batch Running Test cases using TestNG
• Validations and its usage in Automation test scripts
• Customized Report Generation
• Implementing Logs using Apache Log4j API
• Database testing using Web Driver

  


9. Working with multiple browsers
• Executing Automation Test Cases in multiple browsers Sequentially
• Working with Chrome and IE browsers
• What is Firefox Profile And Implementation of Firefox Profile
• What is WebDriver Desired Capabilities class
• Executing Automation Test Cases in multiple browsers Parallel

10. Maven Project Management Tool
• Introduction about maven
• High Level Overview
• Ant vs Maven
• Installation of Maven
• Demo using Sample Maven Project
• Maven Structure
a. Introduction of Maven Folder Structure
b. The pom.xml
c. Dependencies
d. Goals
e. Local Reo Structure
f. Defaults
g. Sample Demo of Build Session of Maven Project
• Maven Dependencies
a. Dependency version
b. Versions
c. Types
d. Transitive Dependencies
e. Scopes
• Maven Repositories
a. What is a Repository
b. Dependency Repository
c. Adding a Repository
d. Plugin Repository
• Maven Eclipse Integration
a. Demo Installation
b. Importing Projects
c. Converting Existing Projects
d. Pom Viewer
e. Effective Pom
11. Version controlling tool GITHUB
• Downloading and configuring Github
• Difference between CVC Versus DVC
• Basic Git Commands
• Working with Repositories
• Setting up Repositories
• Local and Remote Repositories
• Create repository and cloning projects
• Committing and Syncing the code
• Reverting and Rolling Back the Code
• Branch and Merging Concepts and Implementation
• Stashing Changes
• Resolving the Conflicts
12. Database testing using web driver
• Installing MySQL Database
• java.sql package
• Overview on Connection Interface, Statement Interface, Preapared Statement and Resultset Interfaces.
• Example program to Access Database.
• Some examples on SELECT,UPDTE and DELETE queies
• Some Webdriver examples using Data fetched from Database
13. Automation Test Frame Work
How to develop Test automation frame work in live environment
• What is a frame work
• Types of frame work
• Data driven frame work
• Modular driven frame work
• Keyword driven frame work
• User Defined Keyword driven framework with implementation
• Execute test scripts from the framework
• Page Object Model Framework
14. Continuous Integration Testing using Jenkins
• About Jenkins
• History of Jenkins
• Splitting of Projects
• What is Continues Integration
• Installing Jenkins
• Creating a simple job
• Integrating Jenkins to the Project
15. The Fundamentals of RESTFul Services in Java
• What is Jersey?
• RESTFul Architecture
• Using HTTP GET Demo
• Test Created New REST Service USING HTTP GET
• JSON Output for HTTP GET
• Using HTTP POST Demo
• Test Service USING HTTP POST
• JSON Output for HTTP POST
• Using HTTP PUT Demo
• Test Service USING HTTP PUT
• PUT vs POST
• JSON Output for HTTP PUT
• Using HTTP DELETE Demo
• Test Service USING HTTP DELETE
• JSON Output for HTTP DELETE
16. Interview questions on
• Selenium IDE
• Selenium webdriver and Automation Testing
• Core Java
• Manual Testing Concepts
17. Overview on Selenium Grid

Duration: 40 hours