SlideShare a Scribd company logo
1 of 19
Download to read offline
Testing Tools Online Training
Enroll expert level Online Testing Tools Training by Spiritsofts, Learn Testing Tools Certification
Training with Course Material, Tutorial Videos, Attend Demo for free & you will find Spiritsofts is the
best Online Training Institute within reasonable fee. Software Testing
Spiritsofts is the best Training Institutes to expand your skills and knowledge. We Provides the best
learning Environment. Obtain all the training by our expert professionals which is having working
experience from Top IT companies.
The Training in is every thing we explained based on real time scenarios, it works which we do in
companies.
Introduction
● Importance of software systems
● Common problems in software development
● Why software has bugs?
● What is quality?
● Testing objectives
● What are error, bug, defect, mistake, false and flaw?
SDLC Implementation
● Feasibility study/Requirement Gathering
● Analysis, Designing, Coding, Testing
● Delivery and Maintenance
● Software Development Models
Software Development Models
● Waterfall Model
● Incremental Model
● Prototype Model/Use and Through Model
● Spiral Model
● V-Model
● W-Model
● Agile Testing Implementation
● Agile-SCRUM
Kinds of Testing
● Un-Conventional Testing
● Conventional Testing
Methods of Testing
● Black Box Testing
● White Box Testing
● Gray Box Testing
Static Testing
● Reviews
● Inspections
● Audit
● Walkthrough
Dynamic Testing
● Unit Testing
● Module Testing
● Integration Testing
● System Testing
● User Acceptance Testing
Software Project Environments
● Stand-alone Environment
● Client/Server Environment
● Web Environment
● Distributed Environment
Software Testing Life Cycle and Implementation with Real Time Project
● Requirement Reviews
● Test Plan Preparation
● Test strategy Preparation
● Test case Identification
Black Box Test Design Techniques
● ECP
● BVA
● Error Guessing
● Decision tables
White Box Testing Techniques
● Basis Path Testing
● Cyclomatic Testing
● Condition Testing
● Code Coverage
What is Use Case?
● UCD
● Identify Use Case Based Test cases
Test Case Design
● Introduction
● Test Case Design Template
● Types of Test Cases
● Test Case Design Reviews
● Requirement Traceability Matrix
Test Data Setup
● Importance of Test Data in Testing
● Approach for gathering Test Data
● Benefits of Test Data Gathering
Test Execution
● Test Execution Life Cycle Process
● Re-Testing
● Regression Testing
● Database Testing
Result Analysis
● Comparing Expected and Actual Values
● Status of the Result
Defect Tracking
● What is defect?
● Categories of Defects
● Preparation of DPD (Defect Profile Document)
● Defect Metrics
Defect Reporting
● Defect Life Cycle Process
● Defect Removal Efficiency
Test Measurement Techniques and Metric Collection
● Importance of Test Metrics
● Testing Data used for Metrics
● Different Types Metrics
Test Closure Activity
● Test Execution Stop Criteria
● Test Summary Report Preparation
User Acceptance Testing
● Importance of UAT
● Scope of UAT
● Alpha Testing
● Beta Testing
Different Testing Techniques in Live Environments
● Smoke Testing, Sanity Testing
● Re-Testing
● Regression Testing
● Static Testing, Dynamic Testing
● Installation (Deployment) testing/ System Testing
● Portability Testing/Compatibility testing
● Usability testing
● Monkey/Gorilla/Chimpangi testing
● Exploration testing
● Mutation testing (White Box)
● Forced Error testing
● Inter Systems Testing/ End-to-End testing
● Security testing/Penetration Testing
● Scalability testing, Reliability testing
● Accessibility testing
● Adhoc testing
● Intelligent Testing/Agile testing/Context Driven testing
● Big-bang testing/ Informal Testing
● Incremental Testing/Formal Testing
● Be-Bugging
● Defect density
● Inspection
● Localization Testing
● Test lab /Test batch/Test suite /Test Bed
● Test Harness/Test Driver/Test Execution
● Performance Testing
● Load Testing
● Stress Testing
● Recovery Testing
● Differences of Alpha and Beta
● Test Management
Overview on Test Management
Quality Center – Introduction
● Need of Test-Management Tool
● Module (TestDirector Project, Site Administration, Customization)
● Domain/Project Fundamentals
● How to Get Started
Architecture of TD/QC Tool
● Site Administrator
● Create Domain, Create Project, Create Users
● Assign Users to Project
● Monitor Connections
Main Objectives of QC
● Test Management Process
● Requirements
● Business Components
● Test Plan
● Test Lab
● Defects
Site Administration
● Creating Domain/project
● Adding users to project
● Creating Groups
Customization of Quality Center Release and Cycle creation Test Requirements
● Example of a test requirement
● Importance of tracing and tracking Requirements
● Reviewing and building a
● Requirements structure
● Entering requirements manually
Test Cases Creation and management
● Review of an existing test case
● Parameters
● Building a test case structure
● Creating manual test cases
● Requirements coverage
Test Sets and Test Execution
● Creating folders and test sets
● Defining test execution flow
● Setting test set properties
● Manual test execution
● Logging defects during manual testing
● Automated test execution
● Adding test hosts
● Running a test set
● Setting run times
Defect Tracking
● Reporting defects
● Searching for similar defects
● Using grid filters
● Deleting defects
Reporting and Analysis
● Analysis menu graphs and reports
● Creating editable reports with the advanced
● Reporting
Bug Tracking Tools
● BugZilla
● Mantis
● PRTracker
● VSS
Introduction to Automation Testing
● What is Automation Testing?
● Benefits of Automation Testing?
● Manual Testing vs. Automation Testing
● Types of Automation Testing Tools
● Tool selection Criteria
● Automation Testing Process
● When should Test Automation be used?
● When should Test Automation be avoided?
Introduction to QuickTest
● Overview of Add-In Manager and QuickTest
● QuickTest Window and Tools
● QuickTest Commands
● Tools in QuickTest
Record and Playback
● Recording a Test
● Understanding your recorded Test
● Executing a Test
● Different Recording Levels
● Default Recording
● Analog Recording
● Low Level Recording
● Analyzing the Results
Introduction to VBScript
● Difference between Languages and Scripts
● VB script Language Overview
● History of VBScript
● VBScript and Versions
● Difference between Languages and Scripting
Comments
● Purpose of comments:
● Types of Comments
● Comments and Shortcut keys
VB Script Variables
● Declaring Variables
● Option Explicit
● Naming Restrictions for Variables
● Scope of Variables
● Life Time of Variables
● Assigning Values to Variables
● Scalar Variables and Array Variables
● Dynamic Arrays
VB Script Data Types
● Variant Subtypes
VB Script Operators
● Operator Precedence
● Arithmetic Operators
● Comparison Operators
● Logical Operators
● String Manipulation
Input/Output Operations
● InputBox Function
● MsgBox Function
Constants
● Creating Constants
Conditional Statements
● If Statement
● If…Then….Else Statement
● If…Then….ElseIf Statement
● Select…Case Statement
Loop through Code
● Do…Loop
● Do Until
● While…Wend
● For…Next
● For Each…Next
Procedures
● Sub Procedures
● Function Procedures
Error Handling
● Handling Syntax & Runtime Errors
● Coding to Avoid Errors
● Coding to Handle Errors
● The Error Object
● The Raise Method
Built-In Functions
● String Functions
● Math Functions
● Date and Time Functions
Debugging
● Why Debug
● Types of Bugs
● Stepping Though Code
● Watching Variable Values
● Regular Expressions
● Methods
● Objects
Introduction to Objects
● What are Objects?
● Properties Defined
● Methods Defined
● Events Defined
● Referencing Objects
● Properties
● Classes
Working with Test Objects and Object Repositories
● Object Repository Introduction
● How Objects are added into OR
● Identifying the Objects
● Viewing the Object Properties
● Object Repository Modes
● Per-Action vs. Shared Object Repository
● Object SPY
● OI Introduction
● User Defined Objects
● Smart Identification
● Managing Object Repositories
● Merging Shared Object Repositories
● Associating Shared Object Repositories to a Test
● Merging Object Repositories
Synchronization
● What is Synchronization?
● Synchronizing Your Tests
● Synchronization Methods
● Adding Wait Property Method
● Adding Wait Method, Adding Exist method
● Adding Sync Method
● Global Synchronization Settings
● Browser vs. Page Sync()
● Web Event Recording Configuration
Checkpoints
● Introduction
● Adding Checkpoints while recording
● Types of Checkpoints
● Standard Checkpoint
● Text Checkpoint, Text area Checkpoint
● Bitmap Checkpoint
● Database Checkpoint
● Accessibility Checkpoint
● XML from Resource Checkpoint
● XML from Application Checkpoint
● Page Checkpoint, Table Checkpoint
● Image Checkpoint
● Updating Checkpoints at run time
Output values
● Introduction
● Types of Output Values
● Creating Output values
● Storing output values
Actions
● Introduction to Actions
● Types of Actions, Creating Actions
● Inserting Call to Actions
● Insert Call to Copy of Action
● Insert Call to Existing Action
● Splitting Actions
● Input and Output Parameters
● Action Template
Parameterization Tests and Data Driven Tests
● What is Parameterization?
● Parameterizing a Test Manually
● Parameterizing Using Actions
● Parameterizing Using DataTables
● Parameterizing Using Environment Variables
● Built-in Environment Variables
● Internal Environment variables
● External Environment Variables
● Parameterizing Using Random Number
Working with DataTables
● Introduction
● Working with global and Action Sheets
● Editing and Saving DataTables
● DataTable Methods
● DataTables and Database
● Importing and Exporting Data to/ from Spread Sheet
Regular Expressions
● Introduction to Regular Expressions
● Defining Regular Expressions
● Running and Analyzing Regular Expressions
● Regular Expression Characters
● When to use Regular Expressions in QuickTest
Functions
● Introduction
● Creating User Defined Functions
● Advantages if Using functions
● Creating generic Functions
● Function Decomposition
● Read from Excel
● Write to Excel
● Step Generator

More Related Content

Similar to Testing Tools Online Training.pdf

Black Tea Testing #2 - Performance testing: why? when? how?
Black Tea Testing #2 - Performance testing: why? when? how?Black Tea Testing #2 - Performance testing: why? when? how?
Black Tea Testing #2 - Performance testing: why? when? how?Antonina_Burlachenko
 
Quality Assurance: An Overview
Quality Assurance: An OverviewQuality Assurance: An Overview
Quality Assurance: An OverviewAnant Corporation
 
Gabriel carabat a healthy approach for test automation
Gabriel carabat   a healthy approach for test automationGabriel carabat   a healthy approach for test automation
Gabriel carabat a healthy approach for test automationRomania Testing
 
Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad Sathya Technologies
 
Testing Tools course training institute Hyderabad
Testing Tools course training institute HyderabadTesting Tools course training institute Hyderabad
Testing Tools course training institute HyderabadJaya Suresh Nunna
 
Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad Sathya Technologies
 
Testing Tools course training institute hyderabad
Testing Tools course training institute hyderabadTesting Tools course training institute hyderabad
Testing Tools course training institute hyderabadJaya Suresh Nunna
 
Exploring No Mans Land with Keyword-Driven Testing
Exploring No Mans Land with Keyword-Driven TestingExploring No Mans Land with Keyword-Driven Testing
Exploring No Mans Land with Keyword-Driven TestingMartinGijsen
 
Quality Engineering in Amihan.pptx
Quality Engineering in Amihan.pptxQuality Engineering in Amihan.pptx
Quality Engineering in Amihan.pptxAllanJayIsip
 
Testing tools concepts
Testing tools conceptsTesting tools concepts
Testing tools conceptsKrishna Gurjar
 
20121213 qa introduction smileryang
20121213 qa introduction smileryang20121213 qa introduction smileryang
20121213 qa introduction smileryangnetdbncku
 
ORACLE SOA Admin Online Training.pdf
ORACLE SOA Admin Online Training.pdfORACLE SOA Admin Online Training.pdf
ORACLE SOA Admin Online Training.pdfSpiritsoftsTraining
 
Sap bodi bods online training course
Sap bodi bods online training courseSap bodi bods online training course
Sap bodi bods online training courseNewyorksys.com
 
Test planning and software's engineering
Test planning and software's engineeringTest planning and software's engineering
Test planning and software's engineeringMansiganeshJawale
 
Choosing the right QA strategy for a successful project
Choosing the right QA strategy for a successful projectChoosing the right QA strategy for a successful project
Choosing the right QA strategy for a successful projectThe Software House
 

Similar to Testing Tools Online Training.pdf (20)

Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
Black Tea Testing #2 - Performance testing: why? when? how?
Black Tea Testing #2 - Performance testing: why? when? how?Black Tea Testing #2 - Performance testing: why? when? how?
Black Tea Testing #2 - Performance testing: why? when? how?
 
Quality Assurance: An Overview
Quality Assurance: An OverviewQuality Assurance: An Overview
Quality Assurance: An Overview
 
Gabriel carabat a healthy approach for test automation
Gabriel carabat   a healthy approach for test automationGabriel carabat   a healthy approach for test automation
Gabriel carabat a healthy approach for test automation
 
Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad
 
Testing Tools course training institute Hyderabad
Testing Tools course training institute HyderabadTesting Tools course training institute Hyderabad
Testing Tools course training institute Hyderabad
 
Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad Testing Tools course training institute ameerpet hyderabad
Testing Tools course training institute ameerpet hyderabad
 
Testing Tools course training institute hyderabad
Testing Tools course training institute hyderabadTesting Tools course training institute hyderabad
Testing Tools course training institute hyderabad
 
Exploring No Mans Land with Keyword-Driven Testing
Exploring No Mans Land with Keyword-Driven TestingExploring No Mans Land with Keyword-Driven Testing
Exploring No Mans Land with Keyword-Driven Testing
 
Quality Engineering in Amihan.pptx
Quality Engineering in Amihan.pptxQuality Engineering in Amihan.pptx
Quality Engineering in Amihan.pptx
 
Amruth-Testing
Amruth-TestingAmruth-Testing
Amruth-Testing
 
Testing tools concepts
Testing tools conceptsTesting tools concepts
Testing tools concepts
 
Oracle BPM Online Training.pdf
Oracle BPM Online Training.pdfOracle BPM Online Training.pdf
Oracle BPM Online Training.pdf
 
20121213 qa introduction smileryang
20121213 qa introduction smileryang20121213 qa introduction smileryang
20121213 qa introduction smileryang
 
ORACLE SOA Admin Online Training.pdf
ORACLE SOA Admin Online Training.pdfORACLE SOA Admin Online Training.pdf
ORACLE SOA Admin Online Training.pdf
 
Sap bodi bods online training course
Sap bodi bods online training courseSap bodi bods online training course
Sap bodi bods online training course
 
SivaRamaKrishna_CV_9.6 yrs Testing
SivaRamaKrishna_CV_9.6 yrs TestingSivaRamaKrishna_CV_9.6 yrs Testing
SivaRamaKrishna_CV_9.6 yrs Testing
 
Test planning and software's engineering
Test planning and software's engineeringTest planning and software's engineering
Test planning and software's engineering
 
Choosing the right QA strategy for a successful project
Choosing the right QA strategy for a successful projectChoosing the right QA strategy for a successful project
Choosing the right QA strategy for a successful project
 
Integration testing - A&BP CC
Integration testing - A&BP CCIntegration testing - A&BP CC
Integration testing - A&BP CC
 

More from SpiritsoftsTraining (20)

Devops Online Training.pdf
Devops Online Training.pdfDevops Online Training.pdf
Devops Online Training.pdf
 
Devops Online Training.pdf
Devops Online Training.pdfDevops Online Training.pdf
Devops Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Devops Online Training.pdf
Devops Online Training.pdfDevops Online Training.pdf
Devops Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
Devops Online Training.pdf
Devops Online Training.pdfDevops Online Training.pdf
Devops Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 
C++ Training.pdf
C++ Training.pdfC++ Training.pdf
C++ Training.pdf
 
Selenium Online Training.pdf
Selenium Online Training.pdfSelenium Online Training.pdf
Selenium Online Training.pdf
 
AWS Training.pdf
AWS Training.pdfAWS Training.pdf
AWS Training.pdf
 
ASP.pdf
ASP.pdfASP.pdf
ASP.pdf
 
Python Training.pdf
Python Training.pdfPython Training.pdf
Python Training.pdf
 
Swift Online Training.pdf
Swift Online Training.pdfSwift Online Training.pdf
Swift Online Training.pdf
 
Kotlin Online Training.pdf
Kotlin Online Training.pdfKotlin Online Training.pdf
Kotlin Online Training.pdf
 

Recently uploaded

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Recently uploaded (20)

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

Testing Tools Online Training.pdf

  • 1. Testing Tools Online Training Enroll expert level Online Testing Tools Training by Spiritsofts, Learn Testing Tools Certification Training with Course Material, Tutorial Videos, Attend Demo for free & you will find Spiritsofts is the best Online Training Institute within reasonable fee. Software Testing Spiritsofts is the best Training Institutes to expand your skills and knowledge. We Provides the best learning Environment. Obtain all the training by our expert professionals which is having working experience from Top IT companies. The Training in is every thing we explained based on real time scenarios, it works which we do in companies. Introduction ● Importance of software systems ● Common problems in software development ● Why software has bugs? ● What is quality? ● Testing objectives ● What are error, bug, defect, mistake, false and flaw? SDLC Implementation ● Feasibility study/Requirement Gathering ● Analysis, Designing, Coding, Testing ● Delivery and Maintenance ● Software Development Models
  • 2. Software Development Models ● Waterfall Model ● Incremental Model ● Prototype Model/Use and Through Model ● Spiral Model ● V-Model ● W-Model ● Agile Testing Implementation ● Agile-SCRUM Kinds of Testing ● Un-Conventional Testing ● Conventional Testing Methods of Testing ● Black Box Testing ● White Box Testing ● Gray Box Testing Static Testing ● Reviews ● Inspections ● Audit ● Walkthrough
  • 3. Dynamic Testing ● Unit Testing ● Module Testing ● Integration Testing ● System Testing ● User Acceptance Testing Software Project Environments ● Stand-alone Environment ● Client/Server Environment ● Web Environment ● Distributed Environment Software Testing Life Cycle and Implementation with Real Time Project ● Requirement Reviews ● Test Plan Preparation ● Test strategy Preparation ● Test case Identification Black Box Test Design Techniques ● ECP ● BVA ● Error Guessing ● Decision tables
  • 4. White Box Testing Techniques ● Basis Path Testing ● Cyclomatic Testing ● Condition Testing ● Code Coverage What is Use Case? ● UCD ● Identify Use Case Based Test cases Test Case Design ● Introduction ● Test Case Design Template ● Types of Test Cases ● Test Case Design Reviews ● Requirement Traceability Matrix Test Data Setup ● Importance of Test Data in Testing ● Approach for gathering Test Data ● Benefits of Test Data Gathering Test Execution ● Test Execution Life Cycle Process ● Re-Testing
  • 5. ● Regression Testing ● Database Testing Result Analysis ● Comparing Expected and Actual Values ● Status of the Result Defect Tracking ● What is defect? ● Categories of Defects ● Preparation of DPD (Defect Profile Document) ● Defect Metrics Defect Reporting ● Defect Life Cycle Process ● Defect Removal Efficiency Test Measurement Techniques and Metric Collection ● Importance of Test Metrics ● Testing Data used for Metrics ● Different Types Metrics Test Closure Activity ● Test Execution Stop Criteria ● Test Summary Report Preparation User Acceptance Testing
  • 6. ● Importance of UAT ● Scope of UAT ● Alpha Testing ● Beta Testing Different Testing Techniques in Live Environments ● Smoke Testing, Sanity Testing ● Re-Testing ● Regression Testing ● Static Testing, Dynamic Testing ● Installation (Deployment) testing/ System Testing ● Portability Testing/Compatibility testing ● Usability testing ● Monkey/Gorilla/Chimpangi testing ● Exploration testing ● Mutation testing (White Box) ● Forced Error testing ● Inter Systems Testing/ End-to-End testing ● Security testing/Penetration Testing ● Scalability testing, Reliability testing ● Accessibility testing ● Adhoc testing
  • 7. ● Intelligent Testing/Agile testing/Context Driven testing ● Big-bang testing/ Informal Testing ● Incremental Testing/Formal Testing ● Be-Bugging ● Defect density ● Inspection ● Localization Testing ● Test lab /Test batch/Test suite /Test Bed ● Test Harness/Test Driver/Test Execution ● Performance Testing ● Load Testing ● Stress Testing ● Recovery Testing ● Differences of Alpha and Beta ● Test Management Overview on Test Management Quality Center – Introduction ● Need of Test-Management Tool ● Module (TestDirector Project, Site Administration, Customization) ● Domain/Project Fundamentals ● How to Get Started
  • 8. Architecture of TD/QC Tool ● Site Administrator ● Create Domain, Create Project, Create Users ● Assign Users to Project ● Monitor Connections Main Objectives of QC ● Test Management Process ● Requirements ● Business Components ● Test Plan ● Test Lab ● Defects Site Administration ● Creating Domain/project ● Adding users to project ● Creating Groups Customization of Quality Center Release and Cycle creation Test Requirements ● Example of a test requirement ● Importance of tracing and tracking Requirements ● Reviewing and building a ● Requirements structure
  • 9. ● Entering requirements manually Test Cases Creation and management ● Review of an existing test case ● Parameters ● Building a test case structure ● Creating manual test cases ● Requirements coverage Test Sets and Test Execution ● Creating folders and test sets ● Defining test execution flow ● Setting test set properties ● Manual test execution ● Logging defects during manual testing ● Automated test execution ● Adding test hosts ● Running a test set ● Setting run times Defect Tracking ● Reporting defects ● Searching for similar defects ● Using grid filters
  • 10. ● Deleting defects Reporting and Analysis ● Analysis menu graphs and reports ● Creating editable reports with the advanced ● Reporting Bug Tracking Tools ● BugZilla ● Mantis ● PRTracker ● VSS Introduction to Automation Testing ● What is Automation Testing? ● Benefits of Automation Testing? ● Manual Testing vs. Automation Testing ● Types of Automation Testing Tools ● Tool selection Criteria ● Automation Testing Process ● When should Test Automation be used? ● When should Test Automation be avoided? Introduction to QuickTest ● Overview of Add-In Manager and QuickTest
  • 11. ● QuickTest Window and Tools ● QuickTest Commands ● Tools in QuickTest Record and Playback ● Recording a Test ● Understanding your recorded Test ● Executing a Test ● Different Recording Levels ● Default Recording ● Analog Recording ● Low Level Recording ● Analyzing the Results Introduction to VBScript ● Difference between Languages and Scripts ● VB script Language Overview ● History of VBScript ● VBScript and Versions ● Difference between Languages and Scripting Comments ● Purpose of comments: ● Types of Comments
  • 12. ● Comments and Shortcut keys VB Script Variables ● Declaring Variables ● Option Explicit ● Naming Restrictions for Variables ● Scope of Variables ● Life Time of Variables ● Assigning Values to Variables ● Scalar Variables and Array Variables ● Dynamic Arrays VB Script Data Types ● Variant Subtypes VB Script Operators ● Operator Precedence ● Arithmetic Operators ● Comparison Operators ● Logical Operators ● String Manipulation Input/Output Operations ● InputBox Function ● MsgBox Function
  • 13. Constants ● Creating Constants Conditional Statements ● If Statement ● If…Then….Else Statement ● If…Then….ElseIf Statement ● Select…Case Statement Loop through Code ● Do…Loop ● Do Until ● While…Wend ● For…Next ● For Each…Next Procedures ● Sub Procedures ● Function Procedures Error Handling ● Handling Syntax & Runtime Errors ● Coding to Avoid Errors ● Coding to Handle Errors ● The Error Object
  • 14. ● The Raise Method Built-In Functions ● String Functions ● Math Functions ● Date and Time Functions Debugging ● Why Debug ● Types of Bugs ● Stepping Though Code ● Watching Variable Values ● Regular Expressions ● Methods ● Objects Introduction to Objects ● What are Objects? ● Properties Defined ● Methods Defined ● Events Defined ● Referencing Objects ● Properties ● Classes
  • 15. Working with Test Objects and Object Repositories ● Object Repository Introduction ● How Objects are added into OR ● Identifying the Objects ● Viewing the Object Properties ● Object Repository Modes ● Per-Action vs. Shared Object Repository ● Object SPY ● OI Introduction ● User Defined Objects ● Smart Identification ● Managing Object Repositories ● Merging Shared Object Repositories ● Associating Shared Object Repositories to a Test ● Merging Object Repositories Synchronization ● What is Synchronization? ● Synchronizing Your Tests ● Synchronization Methods ● Adding Wait Property Method ● Adding Wait Method, Adding Exist method
  • 16. ● Adding Sync Method ● Global Synchronization Settings ● Browser vs. Page Sync() ● Web Event Recording Configuration Checkpoints ● Introduction ● Adding Checkpoints while recording ● Types of Checkpoints ● Standard Checkpoint ● Text Checkpoint, Text area Checkpoint ● Bitmap Checkpoint ● Database Checkpoint ● Accessibility Checkpoint ● XML from Resource Checkpoint ● XML from Application Checkpoint ● Page Checkpoint, Table Checkpoint ● Image Checkpoint ● Updating Checkpoints at run time Output values ● Introduction ● Types of Output Values
  • 17. ● Creating Output values ● Storing output values Actions ● Introduction to Actions ● Types of Actions, Creating Actions ● Inserting Call to Actions ● Insert Call to Copy of Action ● Insert Call to Existing Action ● Splitting Actions ● Input and Output Parameters ● Action Template Parameterization Tests and Data Driven Tests ● What is Parameterization? ● Parameterizing a Test Manually ● Parameterizing Using Actions ● Parameterizing Using DataTables ● Parameterizing Using Environment Variables ● Built-in Environment Variables ● Internal Environment variables ● External Environment Variables ● Parameterizing Using Random Number
  • 18. Working with DataTables ● Introduction ● Working with global and Action Sheets ● Editing and Saving DataTables ● DataTable Methods ● DataTables and Database ● Importing and Exporting Data to/ from Spread Sheet Regular Expressions ● Introduction to Regular Expressions ● Defining Regular Expressions ● Running and Analyzing Regular Expressions ● Regular Expression Characters ● When to use Regular Expressions in QuickTest Functions ● Introduction ● Creating User Defined Functions ● Advantages if Using functions ● Creating generic Functions ● Function Decomposition ● Read from Excel ● Write to Excel