Selenium Online Training amongst Project
Weekday Training Program volition commence on: 1st Nov 2017Contact Details:
Email: gcreddy@gcreddy.com
or gcrindia@gmail.com
-------------------------------------------------------------------
Note:
Dear Professionals,
I am non using whatever phone, you lot tin contact me on gcreddy@gcreddy.com or gcrindia@gmail.com Email,
If you lot bring whatever doubts / queries, you lot tin post service me to these Emails, too I volition render Answers your Emails Regularly.
Our Selenium Training Programming is Live & Interactive Program, you lot tin inquire your doubts too larn answers during the Training Program, later the Training Program equally good you lot tin post service me your Doubts/Queries/Problems too Get Answers.
Thanks
G C Reddy
-------------------------------------------------------------------
Timings: weekday Program (Monday to Friday)
6:30 AM to 8:30 AM IST (Indian Standard Time)
9:00 PM to 11:00 PM EST
8:00 PM to 10:00 PM CST
6:00 PM to 8:00 PM PST
----------------------------------------------------
Duration: lxxx Hours (Daily ii hours, 8 Weeks)
Fee: 350 U.S. of A. of America Dollars
----------------------------------------------------
Prerequisites:
a) Manual Testing Conceptsb) Programming Fundamentals
c) HTML Fundamentals
-------------------------------------------------------------------
Selenium Course Brochure
Selenium Training Payment Details:
Module I) Test Automation too Selenium Basics
Session 1: Overview on Test Automation
• Disadvantages of Manual Testing
• Advantages of Test Automation
• Disadvantages of Test Automation
• Types of Test Tool
• Overview on Functional Testing
• Overview on Web testing
Session 2: ATLM (Automated Test Life Cycle Methodology)
• Automation Feasibility Analysis
• Test Tool Selection too Environment Setup
• Test Planning too Test development
• Test Execution
• Test Result Generation too Analysis
• Maintenance of Test Automation Resources
Session 3: Selenium Test Process
• Test Planning
• Generating basic Tests
• Enhancing Tests
• Running too Debugging Tests
• Analyzing Test Results too Reporting Defects
Session 4: Overview on Selenium
• Introducing Selenium
• History of Selenium Project
• Selenium License
• Selenium Supporting Environments / Platforms
• Selenium Suite of Tools
• Selenium Versus UFT
• Advantages of Selenium
• Disadvantages of Selenium
• Testing Frameworks used inward Selenium
• Selenium Certification
• Choosing Selenium Tools
• Configure Selenium
Session 5: Selenium Suite of Tools
• Selenium IDE (Integrated Development Environment)
• Selenium RC (Remote Control)
• Selenium Grid
• Selenium WebDriver
Session 6: Java for Selenium (Roadmap)
• Why Java for Selenium?
A) Java Fundamentals
• Overview on Java
• Java Environment Setup
• Java Syntax / Structure of Java Program
• Java Package, Classes too Objects
• Comments inward Java
• Java Data Types
• Java Variables
• Java Modifiers
• Java Operators
• Constructor inward Java
• Java Condition Statement
• Java Loop statements
• Java Numbers, Characters too Strings
• Java Arrays
• Java Regular Expressions
• Java Methods
• Java I/O too File Operations
• Java Exception Handling
Session 7: Java Object Oriented Programming (Roadmap)
• Java Inheritance
• Method Overriding inward Java
• Polymorphism
• Abstract Class
• Encapsulation
• Interfaces inward Java
• Java Packages

Session 1: Overview on Java Programming
• What is Java?
• History of Java
• Types of Java Applications
• Features of Java
• Java Environment
• Usage of Java inward Selenium
Session 2: Java Environment Setup too write 1st Program
• Download too Install Java
• Set path Environment Variable
• Download too extract Eclipse IDE
• Java Syntax
• Write a Sample Program
Session 3: Comments inward Java
• Purpose of Comments
• Comments syntax inward Java
• Comment a block of Statements
• usage of Comments inward Selenium Test Cases
Session 4: Java Data Types
• Types of Data Types inward Java
A) Primitive Data Types
• byte
• short
• int
• long
• float
• double
• char
• boolean
B) Non Primitive Data Types
• Objects
• Arrays
Session 5: Java Modifiers
A) Access Modifiers
• private
• public
• default
• protected
B) Non Access Modifiers
• static
• final
• abstract
Session 6: Java Variables
• Declaration of Variables
• Assigning values to Variables
Types of Variables
• Static Variables
• Instance Variables
• Local variables
Naming Conventions
Session 7: Java Operators
• Assignment Operators
• Arithmetic Operators
• Relational Operators
• Logical Operators
Session 8: String Handling inward Java
• Creating Strings
• Concatenating Strings
• String Comparison
• Operations on Strings
Session 9: Java Conditional Statements
• Types of Conditional Statements inward Java
• If Statement
• Switch Statement
• Single, Compound too Nested Conditions
Session 10: Java Loop Statements
• for loop
• piece loop
• create piece loop
• Enhanced for loop
• Nested loops
Session 11: Arrays inward Java
• Declaration of Arrays
• Operations on Arrays
• Advantages of Arrays
• Disadvantages of Arrays
• Types of Arrays
Session 12: Java Built inward Methods
• Java Number Methods
• Java Character Methods
• Java String Methods
• Java Array Methods
• Java Date & Time Methods
Session 13: Java User defined Methods
• Creating Methods
• Types of user defined Methods
• Method amongst render value
• Method without render whatever Value
• Method Overloading
Session 14: File too IO operations inward Java
• Reading Input using Scanner
• Display Output
• File Operations
Create a Folder
Create a Text file
Delete a Folder
Delete a Text file
Session 15: Exception Handling inward Java
• Common scenarios where exceptions may occur
• seek block for exception handling.
• Multiple seek blocks for treatment multiple exceptions.
Session 16: Inheritance
• Inheriting Classes
• Single Inheritance
• Multi degree Inheritance
• Hierarchical Inheritance
Session 17: Abstraction
Session 18: Polymorphism
• Compile fourth dimension Polymorphism / Method Overloading
• Runtime Polymorphism / Method Overriding
Session 19: Encapsulation
Module III) Selenium WebDriver
Session 1: Selenium WebDriver Introduction
• What is Selenium WebDriver?
• WebDriver Features
• Selenium IDE Vs Selenium WebDriver
• Selenium RC Vs Selenium WebDriver
• Advantages of WebDriver
• Limitations of WebDriver
Session 2: WebDriver Environment Setup too Write 1st Test Case
• Download too Install Java (JDK) Software
• Download Eclipse IDE too Extract.
• Download Selenium WebDriver Java Language Binding
• Add WebDriver outrage files inward Eclipse
• Download too install Firebug too Firepath Add ons
• Write Test Case using Element locators too WebDriver Methods
Session 3: Element Locators inward Selenium
• Inspect Elements using Firebug too Firepath inward Firefox Browser
• Inspect Elements using Developer Tools(built-in) inward IE Browser
• Inspect Elements using Developer Tools(built-in) inward Chrome Browser
• id
• name
• className
• tagName
• linkText
• partialLinkText
• cssSelector
• xpath
Session 4: WebDriver Methods Part-1
Browser Methods
• get()
• getTitle()
• getCurrentUrl()
• getPageSource()
• getWindowHandle()
• close()
• quit()
Browser Navigation Methods • navigate().To() Method:
• navigate().back() Method
• navigate().forward() Method
• navigate().refresh() Method
Methods to grip mutiple Browsers
Session 5: WebDriver Methods Part-2
Methods on Elements
• findElement()
• findElements()
• sendKeys()
• clear()
• Click()
• isEnabled()
• isDisplayed()
• isSelected()
• getText()
• selectByVisibleText()
• selectByIndex()
• Other Metods
Session 6: Handle Elements inward WebDriver Part-1
• Handle Browser
• Handle Edit box / Text Box
• Handle Link Element
• Handle Button
• Handle Text Area / Message
• Handle Dropdown box /List box
• Handle Radio Button
• Handle Check Box
Session 7: Handle Elements inward WebDriver Part-2
• Handle Image / Image Button / Image Link
• Handle Web Table / html Table
• Handle Frames
• Handle Multiple Browsers
• Handle Mouse hover
• Handle Span
• Handle Duplicate elements
Session 8: WebDriver Test Case Examples Part-1
• Write a Test representative for Gmail Login Functionality
• Customer Registration inward Online shopping portal
• Customer Login inward Online shopping portal
• Check Object existance
• Verify Object states(Selected, Enabled, Displayed...)
Session 9: WebDriver Test Case Examples Part-2
Session 10: Cross Browser Testing
• Browser Drivers (Firefox, IE too Chrome)
• Executing Selenium Test cases using Firefox
• Executing Selenium Test cases using Internet Explorer
• Executing Selenium Test cases using Google Chrome
Session 11: Enhancing WebDriver Test Cases
• Insert Verification Points
• Add Comments
• Synchronization
• Parametrization
• Exception Handling
Module IV) Selenium IDE
• Selenium IDE Introduction
• Download & Install Selenium IDE
• Selenium IDE Features
• Record too Run Tests
• Generate Tests Manually
• Selenese Commands
• Debug Selenium IDE Tests
• Enhancing Selenium IDE Tests
Module V) Framework Implementation
TestNG Automation Framework
• Introduction to TestNG Testing Framework
• Install TestNG too write First TestNG Test Case
• Create multiple Test Cases too Execute Test Suite
• Prioritizing Test Cases
• Executing multiple Programs / Classes using XML file
• Grouping Test Cases
• Parallel Test Execution
• Data Driven Testing using DataProvider
Module VI) Selenium Project
Functional Test Automation using Selenium
• Project Information
• Project Description
• Interfaces of the Application
• Features to last Tested inward Admin Interface
• Features to last Tested inward User Interface
• Derive Smoke Test Cases (For Admin too user Interfaces) from Requirements
• Derive All Possible Test Cases (For Admin too user Interfaces) from Requirements
***********************************************
Related Posts:
Selenium Tester Sample Resume
Selenium Brochure
selenium trainings
ReplyDeletesql server dba training
Testing tool training
angular js training
ReplyDeletepython training
data science training