SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
Vibrant Technologies
& Computers

sOftwaRE manUal tEsting
COURsE
Make Career With Us!!
B2/6/2 Vashi ,Navi Mumbai,

Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in

Introduction
• Software Testing

 Computer programs are designed and developed by human
beings and hence are prone to errors.
 Unchecked, they can lead to a lot of problems, including
social implications.
 Testing the software becomes an essential part of the software
development lifecycle.
 Carrying out the testing activities for projects has to be practiced
with proper planning and must be implemented correctly.
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Basic Questions on Testing
Why to test?
 testing becomes absolutely essential to make sure the software works
properly and does the work that it is meant to perform.

What to test?
 Any working product which forms part of the software application has to
be tested. Both data and programs must be tested.

How often to test?
 When a program (source code) is modified or newly developed, it has to
be tested.

Who tests?
 Programmer, Tester and Customer
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Software Development Lifecycle (SDLC)

•
•
•
•
•
•
•

Inception
Requirements
Design
Coding
Testing
Release
Maintenance
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Requirements

User Requirements Specification (URS)
 This document will describe in detail about what is expected out of the
software product from the user's perspective.
 The wordings of this document will be in the same tone that of a user

Software Requirements Specification (SRS)
 A team of business analysts, who are having a very good domain or
functional expertise, will go to the clients place and get to know the
activities that are to be automated and prepare a document based on URS and it
is called as SRS

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Design

High Level Design (HLD)







List of modules and a brief description of each module.
Brief functionality of each module.
Interface relationship among modules
Dependencies between modules (if exists, B exists etc.)
Database tables identified along with key element.
Overall architecture diagrams along with technology details.

Low Level Design (LLD)






Details functional logic of the module, in pseudo code.
Database tables, with all elements, including their type and size
All interface details with complete API references (both requests and responses)
All dependency issues
Error message Listings
Complete input and outputs for a module.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Coding

• Converting the pseudo code into a programming
language in the specified platform
• Guidelines to be followed for the naming
convention of procedures, variables,
commenting methods etc
• By compiling and correcting the errors, all
syntax error and removed.
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Testing Levels
• Unit Testing
 Programs will be tested at unit level
 The same developer will do the test

Integration Testing
 When all the individual program units are tested in the unit testing phase and all units are clear of
any known bugs, the interfaces between those modules will be tested
 Ensure that data flows from one piece to another piece

System Testing
 After all the interfaces are tested between multiple modules, the whole set of software is
tested to establish that all modules work together correctly as an application.
 Put all pieces together and test

Acceptance Testing


The client will test it, in their place, in a near-real-time or simulated environment.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Maintenance Phase
 Bug fixing
 Upgrade
 Enhancement

 After some time, the software may become obsolete and will reach a point
that it cannot be used.
At that time, it will be replaced by another
software which is superior to that. This is the end of the software
 We do not use FoxPro or Windows 3.1 now as they are gone!

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Development Models

• Water Fall Model – do one phase at a time for all
requirements given by customer

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Testing Vs Debugging

Testing is focused on identifying the problems
in the product
Done by Tester
Need not know the source code
Debugging is to make sure that the bugs are
removed or fixed
Done by Developer
Need to know the source Code
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Detailed Test Plan
• What is to be tested ?

– Configuration – check all parts for existence
– Security – how the safety measures work
– Functionality – the requirements
– Performance – with more users and more data
– Environment – keep product same but other settings
different
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Where to Get More Information
Vibrant Group:
www.vibrantgroup.co.in
Vibrant Technologies & Computers
www.vibranttechnologies.co.in/technologies.vibrantgroup.co.
in
Vibrant HR Team
www.hr.vibrangroup.co.in

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in

Más contenido relacionado

Más de anshkhurana01

Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
anshkhurana01
 

Más de anshkhurana01 (18)

05php
05php05php
05php
 
Sajid
SajidSajid
Sajid
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

Software manual-testing-training-course-navi-mumbai-software-manual-testing-course-provider-navi-mumbai

  • 1. Vibrant Technologies & Computers sOftwaRE manUal tEsting COURsE Make Career With Us!! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
  • 2. manualsoftwaretestingtraining.vibranttechnologies.co.in Introduction • Software Testing  Computer programs are designed and developed by human beings and hence are prone to errors.  Unchecked, they can lead to a lot of problems, including social implications.  Testing the software becomes an essential part of the software development lifecycle.  Carrying out the testing activities for projects has to be practiced with proper planning and must be implemented correctly. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 3. manualsoftwaretestingtraining.vibranttechnologies.co.in Basic Questions on Testing Why to test?  testing becomes absolutely essential to make sure the software works properly and does the work that it is meant to perform. What to test?  Any working product which forms part of the software application has to be tested. Both data and programs must be tested. How often to test?  When a program (source code) is modified or newly developed, it has to be tested. Who tests?  Programmer, Tester and Customer B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 4. manualsoftwaretestingtraining.vibranttechnologies.co.in Software Development Lifecycle (SDLC) • • • • • • • Inception Requirements Design Coding Testing Release Maintenance B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 5. manualsoftwaretestingtraining.vibranttechnologies.co.in Requirements User Requirements Specification (URS)  This document will describe in detail about what is expected out of the software product from the user's perspective.  The wordings of this document will be in the same tone that of a user Software Requirements Specification (SRS)  A team of business analysts, who are having a very good domain or functional expertise, will go to the clients place and get to know the activities that are to be automated and prepare a document based on URS and it is called as SRS B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 6. manualsoftwaretestingtraining.vibranttechnologies.co.in Design High Level Design (HLD)       List of modules and a brief description of each module. Brief functionality of each module. Interface relationship among modules Dependencies between modules (if exists, B exists etc.) Database tables identified along with key element. Overall architecture diagrams along with technology details. Low Level Design (LLD)      Details functional logic of the module, in pseudo code. Database tables, with all elements, including their type and size All interface details with complete API references (both requests and responses) All dependency issues Error message Listings Complete input and outputs for a module. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 7. manualsoftwaretestingtraining.vibranttechnologies.co.in Coding • Converting the pseudo code into a programming language in the specified platform • Guidelines to be followed for the naming convention of procedures, variables, commenting methods etc • By compiling and correcting the errors, all syntax error and removed. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 8. manualsoftwaretestingtraining.vibranttechnologies.co.in Testing Levels • Unit Testing  Programs will be tested at unit level  The same developer will do the test Integration Testing  When all the individual program units are tested in the unit testing phase and all units are clear of any known bugs, the interfaces between those modules will be tested  Ensure that data flows from one piece to another piece System Testing  After all the interfaces are tested between multiple modules, the whole set of software is tested to establish that all modules work together correctly as an application.  Put all pieces together and test Acceptance Testing  The client will test it, in their place, in a near-real-time or simulated environment. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 9. manualsoftwaretestingtraining.vibranttechnologies.co.in Maintenance Phase  Bug fixing  Upgrade  Enhancement  After some time, the software may become obsolete and will reach a point that it cannot be used. At that time, it will be replaced by another software which is superior to that. This is the end of the software  We do not use FoxPro or Windows 3.1 now as they are gone! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 10. manualsoftwaretestingtraining.vibranttechnologies.co.in Development Models • Water Fall Model – do one phase at a time for all requirements given by customer B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 11. manualsoftwaretestingtraining.vibranttechnologies.co.in Testing Vs Debugging Testing is focused on identifying the problems in the product Done by Tester Need not know the source code Debugging is to make sure that the bugs are removed or fixed Done by Developer Need to know the source Code B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 12. manualsoftwaretestingtraining.vibranttechnologies.co.in Detailed Test Plan • What is to be tested ? – Configuration – check all parts for existence – Security – how the safety measures work – Functionality – the requirements – Performance – with more users and more data – Environment – keep product same but other settings different B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 13. manualsoftwaretestingtraining.vibranttechnologies.co.in Where to Get More Information Vibrant Group: www.vibrantgroup.co.in Vibrant Technologies & Computers www.vibranttechnologies.co.in/technologies.vibrantgroup.co. in Vibrant HR Team www.hr.vibrangroup.co.in B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in