Warning: Parameter 1 to kc_action_the_post() expected to be a reference, value given in /home/dohabest/ss/wp-includes/class-wp-hook.php on line 326

- This event has passed.
Testing Tools Training
May 25, 2018 - May 25, 2022
$53

Professional Testing Tools Training
Software testing is a method of assessing the functionality of a software program. There are many different types of software testing but the two main categories are dynamic testing and static testing.
Dynamic testing is an assessment that is conducted while the program is executed; static testing, on the other hand, is an examination of the program’s code and associated documentation. Dynamic and static methods are often used together.
Trainers

What do our Students say ?




Course Content
Software Testing Course
• Software basic concepts
• Basic Testing Vocabulary
• Quality Assurance versus Quality Control
• The Cost of Quality
• Software Quality Factors
• How Quality is Defined
• Why Do We Test Software?
• What is a Defect?
• The Multiple Roles of the Software Tester(People Relationships)
• Scope of Testing
• When Should Testing Occur?
• Testing Constraints
• Life Cycle Testing
• Independent Testing
• What is a QA Process?
• Levels of Testing
• The “V” Concept of Testing
Testing Techniques
• Structural versus Functional
• Technique Categories
• Verification versus Validation
• Static versus Dynamic Testing
• Examples of Specific Testing Techniques
Test Administration
• Test Planning
• Customization of the Test Process
• Budgeting
• Scheduling
Create the Test Plan
• Prerequisites to test planning
• Understand the Characteristics of the Software Being Developed
• Build the Test Plan
• Write the Test Plan
• Test Cases:
• Test case Design
• Building test cases
• Test data mining
• Test execution
• Test Reporting
• Defect Management
• Test Coverage – Traceability matrix
• Guidelines for writing test reports
Test Tools used to Build Test Reports
Managing Change
• Software Configuration Management
• Change Management
Selenium 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-RC
• Selenium-Grid
• Selenium Web Driver/Selenium 2.0
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
Java Basics
Introducing the JAVA technology
• Packages
• Introduction to all predefined packages
• User Defined Packages
• Access Specifiers
Object Oriented Programming Concepts
• Introduction
• Class
• Object
• Local, Instance and static variables
• Constructors
• This keyword
• Inheritance and Types
• Working with super classes and subclasses
• Using types of polymorphism such as overloading, overriding, and dynamic binding
• Abstraction
• Encapsulation
• Abstract classes
• Interfaces
String Processing
• String manipulation with String Builder and String Buffer
• Essential String Methods
Exceptions and Assertions
I/O Streams
• I/O using Java
• Files (Create/Read/Write operations on files)
Wrapper Classes
• Introduction
• Byte, Short, Integer, Long
• Float, Double
• Character
• Boolean classes
Collections
• Introduction.
• Java.util Package
• List, Set and Map
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
• How to Install TestNG plugin in Eclipse?
• TestNG sample script
• Writing Selenium testing script from scratch
• Creating Test suites using TestNG
• Reports generation using TestNG
• Parameterized test cases using TestNG framework
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
• Text box
• Link
• Button
• Checkbox
• Radio Button
• Drop Down Box
• Select value
• Display all values
• Select values step by step
• Capture screenshots
• Synchronization Commands In Web Driver
• Implicit wait
• Explicit wait
• Web Driver wait
• File uploads and File downloads
• Handling alerts
• Handling confirmation messages
• Keyboard actions
• Mouse actions
• Handling Iframes
• Handling multiple tabs
• Handling popups
• Preparing web driver test cases using customized x-path
• Identifying controls using x-path predefined functions
• Web Tables
• What is Web Table
• Extracting data from web tables
• Examples on static and dynamic Web Tables
• 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
Working with Multiple Browsers
• Executing Automation Test Cases in multiple browsers Sequentially
• Executing Automation Test Cases in multiple browsers Parallel
Build Configuration Tool – Apache Maven
• Downloading and configuring Maven
• Create Maven project
• Maven commands and operations
• Adding Maven dependencies to the project
• Execute Test Suites using Maven
Version Controlling Tool GITHUB
• Downloading and configuring Github
• Create repository and cloning projects
• Git commands and operations
Automation Test Frame Work
How to develop Test automation frame work
• 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