SlideShare a Scribd company logo
SOFTWARE TESTING
WHAT IS TESTING?
•
Testing is a process to detect defect in any
application in order to reduce various risks
associated with the application and improve
the quality of the application.
Types of Testing
•
Static testing
Static testing is a type of testing, In which execution of code is
not performed.
Example: Code review, Document review etc.
•
Dynamic testing
Dynamic testing is a type of testing, In which execution of code
is done.
Example: White box testing, Black box testing etc.
Methods of testing
•
White box testing
•
Black box testing
•
Gray box testing
White box testing
White box testing is a method in which tester
can view the internal structure and flow of code.
That’s why it’s also called glass box testing.
Example: Statement coverage, branch coverage,
path coverage.
Black box testing
•
Black box testing is a method in which tester
can’t view the internal structure and flow of
code. In this method tester provide input and
gets the output and compare the actual
output with expected output.
Gray box testing
•
Gray box testing is a method in which tester
can view some part of the internal structure
and flow of code and rest of the code or
functionalities are tested using black box
testing method.
•
Example: API testing, Database testing etc.
Levels of testing
•
Unit testing
•
Integration testing
•
System testing
•
Acceptance testing
Unit Testing
•
Unit testing often refers to the testing of
smallest piece of code i.e. class, function or
procedure. It is mostly automated and done
by developers. Unit testing is also called
component testing.
Integration Testing
•
Integration testing is performed to test the
interface between two or more modules.
Scope of integration testing is only to verify
the proper integration of two or more
modules, not the complete testing of these
modules.
•
Integration testing is further divided in for
types:
•
Top down approach
•
Bottom up approach
System Testing
•
System testing is performed to test the
behavior of completely integrated system, in
order to verify that system’s actual behavior
matches with the expected behavior.
•
Both functional and non-functional testing are
the part of system level testing.
Acceptance Testing
•
Acceptance testing is formally known as UAT
(User acceptance testing.)
•
Acceptance testing is further categorize in two
categories:
1. Alpha testing
2. Beta testing
Alpha Testing
•
Alpha testing is done at acceptance level by
testing team for the application at
development site.
•
Alpha testing may also be performed by
isolated member’s team at development site.
(Neither by testing team nor by development
team)
Beta testing
•
Beta testing is done at acceptance level by
potential end users for the application in real
environment
•
Beta testing may be performed by client,
stakeholders or his team in real environment/
client’s side, if there are no other end users
exist.
Functional Testing
•
Functional Testing is performed to ensure that
actual functional behavior of particular
module/ system is as per expected behavior.
E.g. Testing of individual Sign Up/Login/Check
out module OR a Testing of a complete flow of
e-commerce application (Signup – Login –
Product details – Add to cart – Billing &
shipping info – Check out & Payment)
Non Functional Testing
•
Non functional testing emphasis on testing of
non functional aspects for the application. Eg.
UI testing, Localization testing, Security
testing, Load/stress/performance testing etc.
Retesting
•
Retesting is performed when developer fix the
earlier reported bugs and tester need to verify
that the bugs are fixed properly and any other
bug is not appearing due to current bug fixing
in relevant sections/ functionalities. E.g. Bug
Verification for registration section.
Regression
Regression is performed in two scenarios:
1. when any changes/ enhancements are implemented
by developers. Scope of regression is to ensure that
newly introduced changes are not impacting the
current desired functionality of not only that specific
module but also relevant module/functionalities. E.g.
‘Forgot password’ functionality is introduced on sign in
screen. In this case ‘Login, Sign Up/my account –
change password’ sections will be tested also.
2. After completion of retesting, to ensure that there
are no adverse effect of bug fixing are reflected on that
particular AND other relevant module/functionalities.
Smoke Testing
•
Smoke testing some times also known as
‘Build acceptance/ verification testing’. Scope
of smoke testing is to ensure that most critical
functionalities of the application are working
properly.
•
Smoke testing ensures that build/ application
is ready for thorough testing or not.
•
Positive testing approach is used for smoke
testing.
Sanity Testing
•
Sanity testing focus on particular module or
functionality. Sanity testing is used to verify
that smaller section/functionalities are
working properly.
•
Sanity testing is mostly done in ‘deep’ and
‘narrow’ way to cover detailed business
requirements.
•
Sanity testing may include negative testing
approach also.

More Related Content

PPTX
Introduction to software testing
PPTX
Software testing
PPTX
Manual testing
PPTX
Fundamentals of software part 1
PPTX
PPTX
Software Testing Ni Boni
PPTX
software testing
PPTX
Python: Object-Oriented Testing (Unit Testing)
Introduction to software testing
Software testing
Manual testing
Fundamentals of software part 1
Software Testing Ni Boni
software testing
Python: Object-Oriented Testing (Unit Testing)

What's hot (20)

PDF
ITFT--Software testing
PPTX
Unit 4 testing
PPTX
Object oriented testing
PPTX
Testing strategies,techniques & test case SE
PPTX
Validation testing
PPTX
Structural and functional testing
DOCX
testing
PPT
General Software Tester Training
PPTX
SoftwareTesting
PPTX
verification and validation
PPTX
Integration testing
PPTX
Software testing
PDF
Integration testing
PPTX
System testing
PPTX
An Insight into the Black Box and White Box Software Testing
PPT
Types of testing
PPTX
Se (techniques for black box testing ppt)
PPT
Software testing day1
PPT
Software testing & its technology
PPTX
Structured system analysis and design
ITFT--Software testing
Unit 4 testing
Object oriented testing
Testing strategies,techniques & test case SE
Validation testing
Structural and functional testing
testing
General Software Tester Training
SoftwareTesting
verification and validation
Integration testing
Software testing
Integration testing
System testing
An Insight into the Black Box and White Box Software Testing
Types of testing
Se (techniques for black box testing ppt)
Software testing day1
Software testing & its technology
Structured system analysis and design
Ad

Viewers also liked (20)

PPTX
Myths of Automation Testing
PPTX
Selenium Camp 2016
PDF
KEY
Trac/Subversion/JUnit/Maven/Jenkinsで構築する開発スタイル
PDF
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
PPTX
Protractor overview
PPTX
Protractor training
PPTX
Protractor for angularJS
PDF
Ant, Maven and Jenkins
PPTX
Ci jenkins maven svn
PPTX
Automated Testing with Cucumber, PhantomJS and Selenium
PDF
Introduction to Protractor
PPTX
Continuous Delivery With Selenium Grid And Docker
PPTX
Smarter ways to do selenium automation @ work, Selenium, automation
PDF
Protractor: Tips & Tricks
PDF
Introduction to Protractor
PPTX
BDD testing with cucumber
PPT
Selenium
PPTX
Test automation with Cucumber-JVM
PPTX
Learn SoapUI
Myths of Automation Testing
Selenium Camp 2016
Trac/Subversion/JUnit/Maven/Jenkinsで構築する開発スタイル
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
Protractor overview
Protractor training
Protractor for angularJS
Ant, Maven and Jenkins
Ci jenkins maven svn
Automated Testing with Cucumber, PhantomJS and Selenium
Introduction to Protractor
Continuous Delivery With Selenium Grid And Docker
Smarter ways to do selenium automation @ work, Selenium, automation
Protractor: Tips & Tricks
Introduction to Protractor
BDD testing with cucumber
Selenium
Test automation with Cucumber-JVM
Learn SoapUI
Ad

Similar to Software Testing (20)

PPTX
Testing Concepts and Manual Testing
PPSX
Testing Concepts and Manual Testing
PPSX
Testing Concepts and Manual Testing
PPTX
Testing Concepts and Manual Testing
PPTX
Testing Concepts and Manual Testing
PPTX
Testing Concepts and Manual Testing
PPS
Solution Evaluation (BA Role)
PPSX
Role of BA in Testing
PPSX
Role of BA in Testing
PPSX
Role of BA in Testing
PPSX
Role of BA in Testing
DOCX
Unit 4 Software engineering deatiled notes.docx
PPT
Testing fundamentals
PPTX
Testing (System Analysis and Design)
PPTX
Software Quality Assurance
PDF
Objectorientedtesting 160320132146
PPTX
sst ppt.pptx
PPTX
Software testing
DOCX
Testing in Software Engineering.docx
PPTX
System Testing & Acceptance Testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Testing Concepts and Manual Testing
Solution Evaluation (BA Role)
Role of BA in Testing
Role of BA in Testing
Role of BA in Testing
Role of BA in Testing
Unit 4 Software engineering deatiled notes.docx
Testing fundamentals
Testing (System Analysis and Design)
Software Quality Assurance
Objectorientedtesting 160320132146
sst ppt.pptx
Software testing
Testing in Software Engineering.docx
System Testing & Acceptance Testing

Recently uploaded (20)

PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
Computing-Curriculum for Schools in Ghana
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
RMMM.pdf make it easy to upload and study
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Pre independence Education in Inndia.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
master seminar digital applications in india
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Pharma ospi slides which help in ospi learning
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
O5-L3 Freight Transport Ops (International) V1.pdf
Basic Mud Logging Guide for educational purpose
Computing-Curriculum for Schools in Ghana
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
01-Introduction-to-Information-Management.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
VCE English Exam - Section C Student Revision Booklet
RMMM.pdf make it easy to upload and study
GDM (1) (1).pptx small presentation for students
Sports Quiz easy sports quiz sports quiz
Pre independence Education in Inndia.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
master seminar digital applications in india
102 student loan defaulters named and shamed – Is someone you know on the list?
Pharma ospi slides which help in ospi learning
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...

Software Testing

  • 2. WHAT IS TESTING? • Testing is a process to detect defect in any application in order to reduce various risks associated with the application and improve the quality of the application.
  • 3. Types of Testing • Static testing Static testing is a type of testing, In which execution of code is not performed. Example: Code review, Document review etc. • Dynamic testing Dynamic testing is a type of testing, In which execution of code is done. Example: White box testing, Black box testing etc.
  • 4. Methods of testing • White box testing • Black box testing • Gray box testing
  • 5. White box testing White box testing is a method in which tester can view the internal structure and flow of code. That’s why it’s also called glass box testing. Example: Statement coverage, branch coverage, path coverage.
  • 6. Black box testing • Black box testing is a method in which tester can’t view the internal structure and flow of code. In this method tester provide input and gets the output and compare the actual output with expected output.
  • 7. Gray box testing • Gray box testing is a method in which tester can view some part of the internal structure and flow of code and rest of the code or functionalities are tested using black box testing method. • Example: API testing, Database testing etc.
  • 8. Levels of testing • Unit testing • Integration testing • System testing • Acceptance testing
  • 9. Unit Testing • Unit testing often refers to the testing of smallest piece of code i.e. class, function or procedure. It is mostly automated and done by developers. Unit testing is also called component testing.
  • 10. Integration Testing • Integration testing is performed to test the interface between two or more modules. Scope of integration testing is only to verify the proper integration of two or more modules, not the complete testing of these modules. • Integration testing is further divided in for types: • Top down approach • Bottom up approach
  • 11. System Testing • System testing is performed to test the behavior of completely integrated system, in order to verify that system’s actual behavior matches with the expected behavior. • Both functional and non-functional testing are the part of system level testing.
  • 12. Acceptance Testing • Acceptance testing is formally known as UAT (User acceptance testing.) • Acceptance testing is further categorize in two categories: 1. Alpha testing 2. Beta testing
  • 13. Alpha Testing • Alpha testing is done at acceptance level by testing team for the application at development site. • Alpha testing may also be performed by isolated member’s team at development site. (Neither by testing team nor by development team)
  • 14. Beta testing • Beta testing is done at acceptance level by potential end users for the application in real environment • Beta testing may be performed by client, stakeholders or his team in real environment/ client’s side, if there are no other end users exist.
  • 15. Functional Testing • Functional Testing is performed to ensure that actual functional behavior of particular module/ system is as per expected behavior. E.g. Testing of individual Sign Up/Login/Check out module OR a Testing of a complete flow of e-commerce application (Signup – Login – Product details – Add to cart – Billing & shipping info – Check out & Payment)
  • 16. Non Functional Testing • Non functional testing emphasis on testing of non functional aspects for the application. Eg. UI testing, Localization testing, Security testing, Load/stress/performance testing etc.
  • 17. Retesting • Retesting is performed when developer fix the earlier reported bugs and tester need to verify that the bugs are fixed properly and any other bug is not appearing due to current bug fixing in relevant sections/ functionalities. E.g. Bug Verification for registration section.
  • 18. Regression Regression is performed in two scenarios: 1. when any changes/ enhancements are implemented by developers. Scope of regression is to ensure that newly introduced changes are not impacting the current desired functionality of not only that specific module but also relevant module/functionalities. E.g. ‘Forgot password’ functionality is introduced on sign in screen. In this case ‘Login, Sign Up/my account – change password’ sections will be tested also. 2. After completion of retesting, to ensure that there are no adverse effect of bug fixing are reflected on that particular AND other relevant module/functionalities.
  • 19. Smoke Testing • Smoke testing some times also known as ‘Build acceptance/ verification testing’. Scope of smoke testing is to ensure that most critical functionalities of the application are working properly. • Smoke testing ensures that build/ application is ready for thorough testing or not. • Positive testing approach is used for smoke testing.
  • 20. Sanity Testing • Sanity testing focus on particular module or functionality. Sanity testing is used to verify that smaller section/functionalities are working properly. • Sanity testing is mostly done in ‘deep’ and ‘narrow’ way to cover detailed business requirements. • Sanity testing may include negative testing approach also.