Selenium Testing Course Content

Similar documents
Selenium Training. Training Topics

Selenium Course Content

SELENIUM TRAINING COURSE CONTENT

Introduction: Manual Testing :

SELENIUM. SELENIUM COMPONENTS Selenium IDE Selenium RC Selenium Web Driver Selenium Grid

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools

The age of automation is going to be the age of 'do it yourself. - Marshall McLuhan

Java Programming Basics

Selenium. Duration: 50 hrs. Introduction to Automation. o Automating web application. o Automation challenges. o Automation life cycle

EXPERT TRAINING PROGRAM [Selenium 2.0 / WebDriver]

Mind Q Systems Private Limited

SELENIUM. Courses Offered. Ph: / Course Coverage:- Date:..Timings.. Duration Fees. Testing Tools QTP Load Runner Hadoop

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

Selenium Online Training Brochure

Mind Q Systems Private Limited

Learning Objectives of CP-SAT v 1.3

Learning Objectives of CP-SAT v 1.31

Selenium with Java Syllabus

Selenium Testing Training

Koenig Solutions Pvt. Ltd. Selenium with C#

*** Any Query *** Mail : 1. Introduction to Selenium. What is Selenium? Different automations tools. Selenium Automation Tools

SeleniumJava Training Solution

MANUAL+ SELENIUM CURRICULUM

Class 1 Introduction to Selenium, Software Test Life Cycle.

Learning Objectives of CP-SAT v 1.31 (C#)

ActiveNET Enterprise Solution Company

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Manual Testing. Software Development Life Cycle. Verification. Mobile Testing

Peers Techno log ies Pv t. L td. Core Java & Core Java &Adv Adv Java Java

JAVA. 1. Introduction to JAVA

Selenium Webdriver Github

DOT NET Syllabus (6 Months)

Complete Java Contents

[paf Wj] open source. Selenium 1.0 Testing Tools. Beginner's Guide. using the Selenium Framework to ensure the quality

INTRODUCTION TO.NET. Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.)

Syllabus Technosoft Academy. Course Syllabus. 1 P a g e

Java SE7 Fundamentals

Test Architect Masters Course

But before understanding the Selenium WebDriver concept, we need to know about the Selenium first.

Introduction to Programming Using Java (98-388)

.NET Advance Package Syllabus

CORE JAVA TRAINING COURSE CONTENT

SeU Certified Selenium Engineer (CSE) Syllabus

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries

QMS ISO 9001:2015 CERTIFIED COMPANY Software Testing TRAINING.

AN ISO 9001:2008 CERTIFIED COMPANY. Software Testing TRAINING.

Full Stack boot camp

STQA Mini Project No. 2

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/MOBILE]

Page 1

Syllabus- Java + Android. Java Fundamentals

Courses For Event Java Advanced Summer Training 2018

Techno Expert Solutions An institute for specialized studies! Introduction to Advance QTP course Content

RobertaLab: Configuration, Architecture, Frameworks, Design

Call: Core&Advanced Java Springframeworks Course Content:35-40hours Course Outline

Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1

International Journal of Advance Engineering and Research Development. Proof of concept (Poc) selenium web driver based Automation framework

SeU Certified Selenium Engineer (CSE) Syllabus

Java Programming Training for Experienced Programmers (5 Days)

New Programming Paradigms

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] COURSE OVERVIEW

Aim behind client server architecture Characteristics of client and server Types of architectures

@AfterMethod

Core Java Contents. Duration: 25 Hours (1 Month)

/ / JAVA TRAINING

VALLIAMMAI ENGINEERING COLLEGE

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java

CORE PHP CURRICULUM. Introductory Session Web Architecture Overview of PHP Platform Origins of PHP in the open source community

1. Selenium Integrated Development Environment (IDE) 2. Selenium Remote Control (RC) 3. Web Driver 4. Selenium Grid

CS 6456 OBJCET ORIENTED PROGRAMMING IV SEMESTER/EEE

Grading Rubric Homework 1

Java Fundamentals p. 1 The Origins of Java p. 2 How Java Relates to C and C++ p. 3 How Java Relates to C# p. 4 Java's Contribution to the Internet p.

IN: US:

CERTIFICATE IN WEB PROGRAMMING

(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

VIEW POINT. Choosing the right automation tool and framework is critical to project success. Harsh Bajaj, Technical Test Lead ECSIVS, Infosys

Index. Bitwise operations, 131. Cloud, 88, 101

QTP Course Content; Introduction

PYTHON CONTENT NOTE: Almost every task is explained with an example

Java J Course Outline

JAVA SYLLABUS FOR 6 MONTHS

WA1278 Introduction to Java Using Eclipse

Compaq Interview Questions And Answers

PHP WITH ANGULAR CURRICULUM. What you will Be Able to Achieve During This Course

DST - DIPLOMA IN SOFTWARE TESTING

Advanced PHP and MySQL

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content

1. Implementation of Inheritance with objects, methods. 2. Implementing Interface in a simple java class. 3. To create java class with polymorphism

This is one of the common interview questions in any Automation testing job.

F1 A Java program. Ch 1 in PPIJ. Introduction to the course. The computer and its workings The algorithm concept

AUTOMATION TESTING FRAMEWORK FOR LUMINOUS LMS

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

15CS45 : OBJECT ORIENTED CONCEPTS

JAVA. Duration: 2 Months

Course Description. Learn To: : Intro to JAVA SE7 and Programming using JAVA SE7. Course Outline ::

Java Programming with Eclipse

Transcription:

Selenium Testing Course Content 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? Different flavors in Selenium IDE Selenium Web Driver/Selenium 2.0 Selenium-Grid 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 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 1

Java For WebDriver Introducing the JAVA technology: Relating Java with other languages Showing how to download, install, and configure the Java environment on a Windows system Key features of the technology and advantages of using Java Java Features Write Simple Java Program Compile and Run the class files Java Programming format Java Keywords Java Data Types Declarations and Access Control Operators and Assignments Flow Control Typecasting Arrays Packages: 1. Introduction to all predefined packages 2. User Defined Packages 3. Access Specifiers Object Oriented Programming Concepts: 1. Introduction 2. Class 3. Object 4. Local, Instance and static variables 5. Constructors 6. This keyword 7. Inheritance and Types 8. Working with super classes and subclasses 9. Using types of polymorphism such as overloading, overriding, and dynamic binding 10. Abstraction 11. Encapsulation 12. Abstract classes 13. Interfaces String Processing: 1. String manipulation with String Builder and String Buffer 2. Essential String Methods 2 Exceptions and Assertions: Introduction

Exceptions categories Standard Java Exception classes Using Try-catch and finally clause I/O Streams: 1. I/O using Java 2. Files (Create/Read/Write operations on files) Wrapper Classes: 1. Introduction 2. Byte, Short, Integer, Long 3. Float, Double 4. Character 5. Boolean classes Collections: Introduction to Collections framework util Package List, Set and Map 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 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 TestNG FrameWork 1. Overview of TestNG 2. Environment of TestNG 3. Writing WebDriver Test Cases using TestNG 4. Basic Annotations of TestNG 5. Executing Tests 6. Executing Test Suites 7. Ignore Test 8. Dependency Test 9. Parameterized Tests 10. TestNG XML 11. Report Generation 3

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 1. What is Web Table 2. Extracting data from web tables 3. Examples on static and dynamic Web Tables 4. 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 4

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 Maven Project Management Tool Introduction about maven High Level Overview Ant vs Maven Installation of Maven Demo using Sample Maven Project Maven Structure Introduction of Maven Folder Structure The pom.xml Dependencies Goals Local Reo Structure Defaults Sample Demo of Build Session of Maven Project Maven Dependencies 1. Dependency version 2. Versions 3. Types 4. Transitive Dependencies 5. Scopes Maven Repositories 1. What is a Repository 2. Dependency Repository 3. Adding a Repository 4. Plugin Repository Maven Eclipse Integration 1. Demo Installation 2. Importing Projects 3. Converting Existing Projects 4. Pom Viewer 5. Effective Pom 5

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 Database testing using web driver Installing MySQL Database sql package Overview on Connection Interface, Statement Interface, Prepared Statement and Result set Interfaces. Example program to Access Database. Some examples on SELECT,UPDATE and DELETE queries Some Web driver examples using Data fetched from Database 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 Continuous Integration Testing using Jenkins 6

About Jenkins History of Jenkins Splitting of Projects What is Continues Integration Installing Jenkins Creating a simple job Integrating Jenkins to the Project 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 7