SlideShare a Scribd company logo
Represented By : Zain Raza, Haris Jameel &
Ateeq Butt.
Discipline : Information Technology .
5th Semester.
Group # 8.
 OO-Testing.
 Requirement Testing
 Analysis and Design Testing
 Code Testing
 User Testing
 Integration Tests
 System Tests
 Testing Methods
 Object-Oriented Testing is a collection of testing techniques to
verify and validate object-oriented software.
 Testing takes place
 To complete the OOT cycle mention below testing are required.
 Requirement Testing
 Analysis and Design Testing
 Code Testing
 Integration Tests
 System Tests
 User Testing
 It’s used to discuss test plans and execution for projects.
Analysis Design Code TestRequire
ment
FLOOT - Diagram
Requirement Testing
Analysis Testing
Design Testing
Code testing
Integration Testing
Unit Testing
User Testing
System Testing
Requirements based Testing :
Requirements-based testing is a testing approach in which test
cases, conditions and data are derived from requirements. It
includes functional tests and also non-functional attributes such
as performance, reliability or usability.
Requirements Testing process:
 Testing must be carried out in a timely manner.
 Testing process should add value to the software life cycle, hence
it needs to be effective.
 Requirement testing process needs to be efficient as well.
 Testing must provide the overall status of the project, hence it
should be manageable.
Stages in Requirements based Testing:
 Defining Test Completion Criteria - Testing is completed
only when all the functional and non-functional testing is
complete.
 Design Test Cases - A Test case has five parameters namely
the initial state or precondition, data setup, the inputs,
expected outcomes and actual outcomes.
 Execute Tests - Execute the test cases against the system
under test and document the results.
 Verify Test Results - Verify if the expected and actual results
match each other.
 Verify Test Coverage - Verify if the tests cover both functional
and non-functional aspects of the requirement.
 Track and Manage Defects - Any defects detected during the
testing process goes through the defect life cycle and are
tracked to resolution. Defect Statistics are maintained which
will give us the overall status of the project.
Analysis Testing :
Analysis testing is the process of looking at
something that can be used to derive information.
In analysis we collect information that is needed in
order to start the test, In it we make documentation
on requirements, design specifications, product risk
analysis,
architecture and interfaces.
Analysis testing is used to understand what
the system should do once built.
Sometimes analysis testing can be based on user’s
experienced knowledge about system or software
which may not be documented.
Design Testing :
By design testing we create a plan how to
implement an idea and technique.
So, Design Testing creating a set of inputs
for the given software that will provide a set of
expected outputs.
There are two main Design Testing Techniques :
 Static Testing.
 Dynamic Testing.
Static & Dynamic Testing Techniques
•It does not need computer as
the testing of program is
done without executing the
program. For
example: reviewing the code.
•It starts early in the Life cycle
and so it is done during the
verification process.
•Most static testing techniques
can be used to test documents
like source code, design
documents and models,
functional specifications and
requirement specifications.
•Dynamic testing technique
needs computer for testing.
•It is done during Validation
process.
•Example of this Dynamic
Testing Technique: Unit
testing, integration
testing, system testing.

Code-Based Testing:
Code-based testing corresponds to the testing that is carried out on code
development, code inspection, unit testing in software development
process.
The Code-based testing consists of following testing:
 Dynamic Testing - Statement coverage, Branch coverage, Path
coverage.
 Checking for Complexity of Code using techniques like Cyclomatic
Complexity.
 Static Testing - Code Inspection, Code Walkthrough, Code Review, Code
Audit.
Object Oriented Testing(OOT) presentation slides
Unit testing, a testing technique in which individual modules or
units of source code are tested by the developer to find out the
issues and to make sure that code meets its design and
requirements and behaves as expected.
Unit Testing - Advantages:
 Reduces Defects in the Newly developed features or reduces
bugs when changing the existing functionality.
 Reduces Cost of Testing as defects are captured in very early
phase.
 Improves design and allows better refactoring of code.
 Unit Tests, when integrated with build gives the quality of the
build as well.
Object Oriented Testing(OOT) presentation slides
Unit Testing Techniques:
Black Box Testing - Using in which the
user interface, input and output are tested.
White Box Testing - used to test each
functions behavior of the software.
Gray Box Testing - Used to execute tests,
risks and assessment methods.
Testing phase in which individual software modules are combined
and tested as a group. It occurs after unit testing and before
validation testing.
Purpose of Integration Testing :
The purpose of integration testing is to verify the functional, performance,
and reliability between the modules that are integrated.
Integration Strategies:
 Big-Bang Integration
 Top Down Integration
 Bottom Up Integration
 Hybrid Integration
The process of performing a variety of test on a system to
explore functionality or to identify problems.
Client test the system to find out the bugs in system/software.
For example : a tester may put a wrong input in a field that
basically designed to only accept states of USA , for just check
how the system will respond to the incorrect input.
Purposes of System Testing :
• System testing is most often the final test to verify that the system to be
delivered meets the specification and its purpose.
• System testing is carried out by specialists testers or independent
testers.
• System testing should investigate both functional and non-functional
requirements of the testing.
(UAT) is the last phase of the
software testing process.
It’s a testing methodology, clients/end
users involved in testing the product to
check or validate the software against their
requirements. It is performed at client
location at developer's site.
Following are the steps involved in in-house UAT:
 Planning: The UAT strategy is outlined during the planning step.
 Designing test cases: Test cases are designed to cover all the functional
scenarios of the software in real-world usage. They are designed in a simple
language and manner to make the test process easier for the testers.
 Selection of testing team: The testing team is comprised of real world end-
users.
 Executing test cases and documenting: The testing team executes the
designed test cases. Sometimes it also executes some relevant random
tests. All bugs are logged in a testing document with relevant comments.
 Bug fixing: Responding to the bugs found by the testing team, the software
development team makes final adjustments to the code to make the
software bug-free.
 Sign-off: When all bugs have been fixed, the testing team indicates
acceptance of the software application. This shows that the application
meets user requirements and is ready to be rolled out in the market.
UAT - Diagram
Fault based testing.
Scenario based testing.
Scenario Base testing :-
Scenario testing is a software testing technique by which we test the software
activity that uses scenarios. concentrate on the principal objectives and
requirements. If the scenario runs from start to finish, then it passes.
scenario is just a story which explains the usage of the software by any end user.
Characteristics of Good Scenarios:-
0-Scenario testing helps testers to explore how the software will work in the hands of an
end user.
1- It's helps to test the complex system in a better way.
2- It's credible or reliable.
3- Easy to evaluate or understandable.
4- It's helps in finding lot of defects which cannot be found with other types of testing.
Scenario Testing Risks:-
1-When the product is unstable, scenario testing becomes complicated.
2-Scenario testing are not designed for test coverage.
3-Time-consuming to generate.
4-Difficult to manage.
Fault Base Testing :
• best reserved for operations and the class level
• uses the inheritance structure
• tester examines the OOA model and hypothesizes a set of plausible
• defects that may be encountered in operation calls and message
connections and
• builds appropriate test cases
• misses incorrect specification and errors in subsystem interactions
State-Based Testing :-
A program moves from state to state. In a given state,
some inputs are valid, and others are ignored or rejected.
In response to a valid input, the program under test does something
that it can do and does not attempt something that it cannot do.
In state-based testing, we walk the program through a large set of state
transitions
and check the results carefully, every time.

More Related Content

PPTX
White Box Testing
PPTX
Software testing & Quality Assurance
PPTX
[OOP - Lec 08] Encapsulation (Information Hiding)
PPTX
Software testing.ppt
PPTX
Software Quality Attributes
ODP
Anatomy of android application
PPTX
Project scheduling and tracking
PPTX
Relationship Among Token, Lexeme & Pattern
White Box Testing
Software testing & Quality Assurance
[OOP - Lec 08] Encapsulation (Information Hiding)
Software testing.ppt
Software Quality Attributes
Anatomy of android application
Project scheduling and tracking
Relationship Among Token, Lexeme & Pattern

What's hot (20)

PPTX
Cost of software quality ( software quality assurance )
PPTX
Architectural Modeling
PDF
Software testing methods, levels and types
PPTX
Sqa plan
PPTX
Object Oriented Approach for Software Development
PPT
State transition testing-software_testing
PPT
Architecture of Mobile Computing
PPTX
Adversarial search
PPTX
ODP
White box ppt
PDF
Chapter 6 software metrics
PDF
Non-functional requirements
PPTX
Activity diagram
PPTX
Acceptance testing
PPTX
Research issues in object oriented software testing
PPTX
Bug reporting and tracking
PPTX
Introduction to software testing
PPT
UML Diagrams
Cost of software quality ( software quality assurance )
Architectural Modeling
Software testing methods, levels and types
Sqa plan
Object Oriented Approach for Software Development
State transition testing-software_testing
Architecture of Mobile Computing
Adversarial search
White box ppt
Chapter 6 software metrics
Non-functional requirements
Activity diagram
Acceptance testing
Research issues in object oriented software testing
Bug reporting and tracking
Introduction to software testing
UML Diagrams
Ad

Similar to Object Oriented Testing(OOT) presentation slides (20)

PDF
Objectorientedtesting 160320132146
PPTX
Object oriented testing
PPTX
S.E Unit 6colorcolorcolorcolorcolorcolor.pptx
PPTX
Software Quality Assurance
PPTX
Structured system analysis and design
PPTX
UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4
PPS
Solution Evaluation (BA Role)
PPTX
Software Testing (1).pptx
DOCX
Testing in Software Engineering.docx
PPSX
Role of BA in Testing
PPSX
Role of BA in Testing
PPSX
Role of BA in Testing
PPSX
Role of BA in Testing
PDF
Software Engineering Basic Testing Work for Beginners
PPTX
Software testing career
PPTX
Software testing
PPTX
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
PDF
Different Types Of Testing
DOC
Testing
PPTX
Manual testing interview questions and answers
Objectorientedtesting 160320132146
Object oriented testing
S.E Unit 6colorcolorcolorcolorcolorcolor.pptx
Software Quality Assurance
Structured system analysis and design
UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4 UNIt-4
Solution Evaluation (BA Role)
Software Testing (1).pptx
Testing in Software Engineering.docx
Role of BA in Testing
Role of BA in Testing
Role of BA in Testing
Role of BA in Testing
Software Engineering Basic Testing Work for Beginners
Software testing career
Software testing
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
Different Types Of Testing
Testing
Manual testing interview questions and answers
Ad

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Institutional Correction lecture only . . .
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Business Ethics Teaching Materials for college
PDF
VCE English Exam - Section C Student Revision Booklet
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 Đ...
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Pre independence Education in Inndia.pdf
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Cell Types and Its function , kingdom of life
Final Presentation General Medicine 03-08-2024.pptx
Institutional Correction lecture only . . .
O5-L3 Freight Transport Ops (International) V1.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Renaissance Architecture: A Journey from Faith to Humanism
Abdominal Access Techniques with Prof. Dr. R K Mishra
Anesthesia in Laparoscopic Surgery in India
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
Week 4 Term 3 Study Techniques revisited.pptx
Supply Chain Operations Speaking Notes -ICLT Program
TR - Agricultural Crops Production NC III.pdf
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Business Ethics Teaching Materials for college
VCE English Exam - Section C Student Revision Booklet
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
human mycosis Human fungal infections are called human mycosis..pptx
Pre independence Education in Inndia.pdf
Insiders guide to clinical Medicine.pdf
Cell Types and Its function , kingdom of life

Object Oriented Testing(OOT) presentation slides

  • 1. Represented By : Zain Raza, Haris Jameel & Ateeq Butt. Discipline : Information Technology . 5th Semester. Group # 8.
  • 2.  OO-Testing.  Requirement Testing  Analysis and Design Testing  Code Testing  User Testing  Integration Tests  System Tests  Testing Methods
  • 3.  Object-Oriented Testing is a collection of testing techniques to verify and validate object-oriented software.  Testing takes place  To complete the OOT cycle mention below testing are required.  Requirement Testing  Analysis and Design Testing  Code Testing  Integration Tests  System Tests  User Testing  It’s used to discuss test plans and execution for projects. Analysis Design Code TestRequire ment
  • 5. Requirement Testing Analysis Testing Design Testing Code testing Integration Testing Unit Testing User Testing System Testing
  • 6. Requirements based Testing : Requirements-based testing is a testing approach in which test cases, conditions and data are derived from requirements. It includes functional tests and also non-functional attributes such as performance, reliability or usability. Requirements Testing process:  Testing must be carried out in a timely manner.  Testing process should add value to the software life cycle, hence it needs to be effective.  Requirement testing process needs to be efficient as well.  Testing must provide the overall status of the project, hence it should be manageable.
  • 7. Stages in Requirements based Testing:  Defining Test Completion Criteria - Testing is completed only when all the functional and non-functional testing is complete.  Design Test Cases - A Test case has five parameters namely the initial state or precondition, data setup, the inputs, expected outcomes and actual outcomes.  Execute Tests - Execute the test cases against the system under test and document the results.  Verify Test Results - Verify if the expected and actual results match each other.  Verify Test Coverage - Verify if the tests cover both functional and non-functional aspects of the requirement.  Track and Manage Defects - Any defects detected during the testing process goes through the defect life cycle and are tracked to resolution. Defect Statistics are maintained which will give us the overall status of the project.
  • 8. Analysis Testing : Analysis testing is the process of looking at something that can be used to derive information. In analysis we collect information that is needed in order to start the test, In it we make documentation on requirements, design specifications, product risk analysis, architecture and interfaces. Analysis testing is used to understand what the system should do once built. Sometimes analysis testing can be based on user’s experienced knowledge about system or software which may not be documented.
  • 9. Design Testing : By design testing we create a plan how to implement an idea and technique. So, Design Testing creating a set of inputs for the given software that will provide a set of expected outputs. There are two main Design Testing Techniques :  Static Testing.  Dynamic Testing.
  • 10. Static & Dynamic Testing Techniques
  • 11. •It does not need computer as the testing of program is done without executing the program. For example: reviewing the code. •It starts early in the Life cycle and so it is done during the verification process. •Most static testing techniques can be used to test documents like source code, design documents and models, functional specifications and requirement specifications. •Dynamic testing technique needs computer for testing. •It is done during Validation process. •Example of this Dynamic Testing Technique: Unit testing, integration testing, system testing.
  • 12.
  • 13. Code-Based Testing: Code-based testing corresponds to the testing that is carried out on code development, code inspection, unit testing in software development process. The Code-based testing consists of following testing:  Dynamic Testing - Statement coverage, Branch coverage, Path coverage.  Checking for Complexity of Code using techniques like Cyclomatic Complexity.  Static Testing - Code Inspection, Code Walkthrough, Code Review, Code Audit.
  • 15. Unit testing, a testing technique in which individual modules or units of source code are tested by the developer to find out the issues and to make sure that code meets its design and requirements and behaves as expected. Unit Testing - Advantages:  Reduces Defects in the Newly developed features or reduces bugs when changing the existing functionality.  Reduces Cost of Testing as defects are captured in very early phase.  Improves design and allows better refactoring of code.  Unit Tests, when integrated with build gives the quality of the build as well.
  • 17. Unit Testing Techniques: Black Box Testing - Using in which the user interface, input and output are tested. White Box Testing - used to test each functions behavior of the software. Gray Box Testing - Used to execute tests, risks and assessment methods.
  • 18. Testing phase in which individual software modules are combined and tested as a group. It occurs after unit testing and before validation testing. Purpose of Integration Testing : The purpose of integration testing is to verify the functional, performance, and reliability between the modules that are integrated. Integration Strategies:  Big-Bang Integration  Top Down Integration  Bottom Up Integration  Hybrid Integration
  • 19. The process of performing a variety of test on a system to explore functionality or to identify problems. Client test the system to find out the bugs in system/software. For example : a tester may put a wrong input in a field that basically designed to only accept states of USA , for just check how the system will respond to the incorrect input. Purposes of System Testing : • System testing is most often the final test to verify that the system to be delivered meets the specification and its purpose. • System testing is carried out by specialists testers or independent testers. • System testing should investigate both functional and non-functional requirements of the testing.
  • 20. (UAT) is the last phase of the software testing process. It’s a testing methodology, clients/end users involved in testing the product to check or validate the software against their requirements. It is performed at client location at developer's site.
  • 21. Following are the steps involved in in-house UAT:  Planning: The UAT strategy is outlined during the planning step.  Designing test cases: Test cases are designed to cover all the functional scenarios of the software in real-world usage. They are designed in a simple language and manner to make the test process easier for the testers.  Selection of testing team: The testing team is comprised of real world end- users.  Executing test cases and documenting: The testing team executes the designed test cases. Sometimes it also executes some relevant random tests. All bugs are logged in a testing document with relevant comments.  Bug fixing: Responding to the bugs found by the testing team, the software development team makes final adjustments to the code to make the software bug-free.  Sign-off: When all bugs have been fixed, the testing team indicates acceptance of the software application. This shows that the application meets user requirements and is ready to be rolled out in the market.
  • 24. Scenario Base testing :- Scenario testing is a software testing technique by which we test the software activity that uses scenarios. concentrate on the principal objectives and requirements. If the scenario runs from start to finish, then it passes. scenario is just a story which explains the usage of the software by any end user. Characteristics of Good Scenarios:- 0-Scenario testing helps testers to explore how the software will work in the hands of an end user. 1- It's helps to test the complex system in a better way. 2- It's credible or reliable. 3- Easy to evaluate or understandable. 4- It's helps in finding lot of defects which cannot be found with other types of testing. Scenario Testing Risks:- 1-When the product is unstable, scenario testing becomes complicated. 2-Scenario testing are not designed for test coverage. 3-Time-consuming to generate. 4-Difficult to manage.
  • 25. Fault Base Testing : • best reserved for operations and the class level • uses the inheritance structure • tester examines the OOA model and hypothesizes a set of plausible • defects that may be encountered in operation calls and message connections and • builds appropriate test cases • misses incorrect specification and errors in subsystem interactions State-Based Testing :- A program moves from state to state. In a given state, some inputs are valid, and others are ignored or rejected. In response to a valid input, the program under test does something that it can do and does not attempt something that it cannot do. In state-based testing, we walk the program through a large set of state transitions and check the results carefully, every time.