SlideShare a Scribd company logo
Presented by
Group A
Group Leader: Abdullah-Al-
Mahmud
4th Year(honors)
Dept. of Information Science & Library Management
University of Rajshahi
1st September, 2016
Contents
System Testing Definition.
Why is System Testing Important?
How to Test an Implemented System?
Types of System Testing.
 Introductory Speech
 SystemTesting Definition
 Example
Presenter #1
〉〉System Testing
 System testing is actually a series of different tests whose sole
purpose is to verify that the system meets its specified
requirements.
 According to Business Dictionary, system testing is- “the
process of performing a variety of tests on a system to explore
functionality or to identify problems.”
〉〉Example
Take a web application as example. Suppose we are doing testing on a web application of a
school and in this web application there are many modules like Teacher Module, Staff
Module, Parent Module, Student Module, and Admin Module and so on. Now we have to do
System Testing on this web application by maintaining certain steps.
〉〉Example (cont.)
 Testing the GUI related issues - font size, alignment, display
images should work properly on all the modules.
 Checking that the requirements of client have been met or not.
 User friendly or not - proper error message should be displayed
on screen.
• Functional testing
• Non- functional testing
- Performance
- Load & Stress related issues
 System testing Criteria DIFFERS (from system to system)
________________________________________________________________________________________
Source: http://testingbasicinterviewquestions.blogspot.com/2015/03/system-testing-example-complete-
guide.html
 Importance of System
Testing
Presenter #2
〉〉Importance of System Testing?
 To check whether the system meets organizational, functional
and end-users requirements or not.
 To ensure an error-free system.
 To increase workability, supportability & integration of the
system.
 Minimize after-development troubleshooting.
〉〉Importance (cont.)
 To test, validate and verify both the Application Architecture
and Business requirements.
 The System is tested in such an environment that particularly
resembles the effective production environment where the
application/software will be lastly deployed. Thus it works as a
pilot project before getting operational.
________________________________________________________________________________________
Sources:
http://staffsite.gunadarma.ac.id/mkusuma
http://www.softwaretestingclass.com/system-testing-what-why-how/
〉〉Real Example!
 How would we test an
implemented system?
Presenter #3
〉〉How would we test an implemented
system?
System test plan may vary from organization to organization, project plan, test strategy and so on.
Nevertheless, here is list of standard point to be considered while creating System Test Plan:
 Goals & Objective
 Scope
 Critical areas to focus
 Test Deliverable
 Testing Strategy for System testing
 Testing Schedule
 Test Environment
 Roles and Responsibilities
Steps 1: preparation of system test plan
 It is very much similar functional test case writing. In test case writing different
scenario and cases of different types of test has to be written.
 Different types of testing has to be considered here, like – functional testing, usability
testing, error handling testing, verification testing, validation testing, audit testing,
compatibility testing, scalability testing, security testing, capacity testing, recovery
testing etc.
 While writing test case it is needed to ensure that test cases are covering all
functional, non-functional, technical and user requirements.
Steps 2: Creation of Test Cases
Step 3: Creation of test data which used for system testing.
Step 4: Automated test case execution.
Step 5: Execution of normal test case & update test case.
Step 6: Bug Reporting, Bug verification & Regression testing.
Step 7: Repeat testing life cycle (if required).
__________________________________________________________________________________________
Source: http://www.softwaretestingclass.com/system-testing-what-why-how/
 Types of System Testing
1. System Acceptance Testing
Presenter #4
〉〉Types of System Testing
System Testing is called a super set of all types of testing as all the major
types of testing are covered in it. Although focus on types of testing may
vary on the basis of product, organization processes, timeline and
requirements.
1. System acceptance testing
2. System level testing
3. Installation testing
4. Performance testing
5. Documentation testing
System Testing
Documentation TestingPerformance TestingInstallation TestingSystem Level TestingSystem Acceptance Testing
1.Verification Testing
2.Validation Testing
3. Audit Testing
1. Sub testing
2.Unit testing/
program testing
3. System Testing
1.Functionality Testing
2. Recoverability Testing
3.Interoperability Testing
4. Robustness Testing
1. Scalability testing
2. Reliability Testing
3. Regression Testing
4. Stress testing
5. Load and stability Testing
1. Security Testing
2. Usability Testing
3. Regulatory Testing
4. Safety Assurance
Figure: Types of System Testing
1. System Acceptance Testing
System Acceptance Testing conducted to determine whether or not a system
satisfies its acceptance criteria and to enable the customer to determine whether or
not to accept the system. The system acceptance is a final opportunity for end user,
management and information system operations management to accept or reject
system. It is an extensive test that addresses the following levels of accepting
testing.
a. Verification Testing:
Procedures that attempt to determine that the product of each phase of the
development process is an implementation of a previous phase. Each verification
activity is a phase of the testing life cycle. In this testing the system runs in a
simulated environment using simulated data. The simulated test is primarily looking
for errors and omissions regarding end user and design specification that were
specified in the earlier phase but not fulfilled during construction. This is sometimes
b. Validation Testing:
Validation is the process of evaluating a system or component during or at the
the development process to determine whether it satisfies specified requirements.
this testing the system runs in a live environment using real data. This is
called Beta Testing. During this validation a number of items are testing, like-
• System performance: Is the throughput and response time for processing
adequate to meet a normal processing workload?
• Peak workload processing performance: Can the system handle the workload
during peak processing period?
• Methods and procedures testing: During conversion, methods and
procedures for the new system will be put to their first real test.
• Backup and recovery testing: We have full sized computer files and
databases with real data, we should test all backup and recovery
We should simulate a data lost disaster and test the time required to recover
from that disaster.
c. Audit Testing:
Audit testing certifies that the system is free of errors and is ready to be placed
operation.
2. System LevelTesting Presenter #5
2. System Level Testing
There are three levels of testing to be performed. Such as –
a. Sub testing:
It is the test performed on individual events or modules of a program. In other
words, it is the testing of an isolated subset of program.
b. Unit Testing/ program testing:
Unit testing is performed at an extremely low level of system development. As a
result it is rarely observed by clients and so doesn’t get appropriate recognition
of its importance. In this test all events and modules that have been coded and
sub tested for a program are tested as an integrated unit. It is the testing of an
entire program.
c. System Testing:
It ensures that application programs written and tested in isolation work
when they are integrated into the total system. The process of testing an
hardware and software system to verify that the system meets its specified
requirements. This testing process is conducted by the testing teams in both
development and target environment.
Just because a single program works properly doesn’t mean that it works
with other programs. The integrated set of programs should be run through a
system test to make sure one program properly accepts, as input, the output of
other programs.
3. InstallationTesting Presenter #6
3. Installation Testing
To make sure that product / software can be installed on specific or support
defined system, can be configured and can be brought into an operational
mode.
a. Functionality Testing:
It provide comprehensive testing over the full range of the requirements, within
the capabilities of the system. To make sure that functionality of product are
working as per the requirements defined, within the capabilities of the system.
Functionality testing may involves communication system testing, module
testing, Graphical User Interface testing, security testing, feature testing etc.
b. Recoverability Testing:
To make sure how well the system recovers from various input errors and other
failure situations.
c. Interoperability Testing:
To make sure whether the system can operate well with third party products or
Another kind of inter-operability tests is called (backward) compatibility tests.
• Compatibility tests verify that the system works the same way across
different platforms, operating systems, data base management
• Backward compatibility tests verify that the current software build
flawlessly works with older version of platforms.
d. Robustness Testing:
Robustness testing is designed to verify how sensitive a system
towards an error input or how the system behave in error situations
in a changed operational environment.
4. PerformanceTesting Presenter #7
4. Performance Testing
To measure the performance characteristics of the system, e .g. throughput and
response time, under various conditions.
a. Scalability testing:
To make sure system’s scaling abilities in various terms like user scaling,
geographic scaling and resource scaling.
• Tests are designed to verify that the system can scale up to its
engineering limits.
• Scaling tests are conducted to ensure that the system response time
remains the same, or increases by a small amount, as the number of users
are increased.
- Reliability testing
- Regression testing
Presenter #8
b. Reliability Testing:
To make sure system can be operated for longer duration without developing
failures.
• Reliability tests are designed to measure the ability of the system to remain
operational for long periods of time.
• The reliability of a system is typically expressed in terms of mean time to
(MTTF).
c. Regression Testing:
To make sure system’s stability as it passes through integration of different sub
systems and maintenance tasks. The main idea in regression testing is to verify
no defect has been introduced into the unchanged portion of a system due to
changes made elsewhere in the system
- Stress testing
- Load and Stability testing
Presenter #9
d. Stress testing:
The goal of stress testing is to evaluate and determine the behavior of a
component while the offered load is in excess of its designed capacity.
e. Load and stability Testing:
• Tests are designed to ensure that the system remains stable for a long period
time under full load.
• Load and stability testing typically involves exercising the system with virtual
users and measuring the performance to verify whether the system can
the anticipated load.
• This kind of testing help one to understand the ways the system will fare in
life situations.
5. DocumentationTesting Presenter #10
5. Documentation Testing
Documentation testing means verifying the technical accuracy and readability of
the user manuals, tutorials and other help related documents.
a. Security Testing: To make sure system does not allow unauthorized access
to data and resources.
b. Usability Testing: To make sure that system is easy to use, learn and
operate.
c. Regulatory Testing:
• In this category, the final system is shipped to the regulatory bodies in
those countries where the product is expected to be marketed
• The idea is to obtain compliance marks on the product from various
d. Safety Assurance:
There are two basic tasks performed by a safety assurance engineering team:
• Provide methods for identifying, tracking, evaluating, and eliminating
hazards associated with a system.
• Ensure that safety is embedded into the design and implementation in a
timely and cost effective manner, such that the risk created by the
user/operator error is minimized.
____________________________________________________________________________________
Source: System Analysis and Design Methods by Jeffreyl Whitten, Lonnie B. Bentley and Kevin C. Dittman.
Recap?

More Related Content

PPT
System testing ppt
PPTX
Software Quality Assurance
PPT
Software Testing Fundamentals
PPTX
PPTX
System testing
PDF
Chapter 1 - Basic Concepts
PPTX
Integration testing
PDF
INTEGRATION TESTING
System testing ppt
Software Quality Assurance
Software Testing Fundamentals
System testing
Chapter 1 - Basic Concepts
Integration testing
INTEGRATION TESTING

What's hot (20)

PPTX
System testing
PDF
STLC (Software Testing Life Cycle)
ODP
White box ppt
PPTX
Software testing and process
PPTX
Layered architecture style
PPTX
Software testing
PPTX
Intro to requirements eng.
PPTX
Research issues in object oriented software testing
PPTX
Regression testing
PPT
acceptance testing
PPTX
Software testing.ppt
DOC
Case Study Uml
PPTX
STLC-ppt-1.pptx
PPT
Non Functional Testing
PDF
Software engineering critical systems
PPTX
Object Oriented Testing
PPT
PPT
3.2 The design model & Architectural design.ppt
PPTX
PDF
System Modelling
System testing
STLC (Software Testing Life Cycle)
White box ppt
Software testing and process
Layered architecture style
Software testing
Intro to requirements eng.
Research issues in object oriented software testing
Regression testing
acceptance testing
Software testing.ppt
Case Study Uml
STLC-ppt-1.pptx
Non Functional Testing
Software engineering critical systems
Object Oriented Testing
3.2 The design model & Architectural design.ppt
System Modelling
Ad

Viewers also liked (17)

PPTX
presentation on Virus
PPTX
Freedom of speech
PPTX
PPTX
ROL DE DOCENTES Y ESTUDIANTES ANTE LAS NUEVAS TECNOLOGÍAS DE INFORMACIÓN Y CO...
DOCX
La ilustración narrativa
PPTX
團隊開發永遠的痛 談導入團隊開發的共同規範(Final)
PPTX
Fundamentos de liderazgo medico.
PPT
El cubismo
PPTX
αρχές φιλοσοφίας
PPTX
7. diseño de la estructura organizacional especializacion y coordinacion
PPTX
6. diseño de la estructura organizacional resumido
PPTX
Freedom of speech
PDF
Carlos castaneda libro pases magicos primera version
PDF
Micropython el sílice y la serpiente
PPTX
Arquitectura islamica
PPTX
Adam Phillip - Men's Clothing
PDF
RESENHA - SERMÃO DE ACLAMAÇÃO FREI CANECA
presentation on Virus
Freedom of speech
ROL DE DOCENTES Y ESTUDIANTES ANTE LAS NUEVAS TECNOLOGÍAS DE INFORMACIÓN Y CO...
La ilustración narrativa
團隊開發永遠的痛 談導入團隊開發的共同規範(Final)
Fundamentos de liderazgo medico.
El cubismo
αρχές φιλοσοφίας
7. diseño de la estructura organizacional especializacion y coordinacion
6. diseño de la estructura organizacional resumido
Freedom of speech
Carlos castaneda libro pases magicos primera version
Micropython el sílice y la serpiente
Arquitectura islamica
Adam Phillip - Men's Clothing
RESENHA - SERMÃO DE ACLAMAÇÃO FREI CANECA
Ad

Similar to System testing (20)

PPTX
Different Software Testing Types and CMM Standard
PPT
Innovative Approaches to Software Dev go the hell
PPTX
Testing throughout the software life cycle (test levels)
PDF
Best online software testing Institution
PPTX
Materi Testing dan Implementasi Sistem - Testing throughout the software life...
PDF
Real Time software Training in Nagercoil
PPTX
Testing & implementation system 2-wm
PDF
Quality assurance tests
PPT
Testing Types And Models
DOC
Testing
PPTX
unit 4.pptx very needful and important p
PPTX
SOFTWARE Engineering (SOFTWARE TESTING).pptx
PPTX
Software testing & Quality Assurance
DOCX
What is Software Testing Lifecycle?
DOCX
DOCX
Testing type
PPTX
Software testing
PPTX
Software testing
PPTX
Object Oriented Testing
PPS
Test Process
Different Software Testing Types and CMM Standard
Innovative Approaches to Software Dev go the hell
Testing throughout the software life cycle (test levels)
Best online software testing Institution
Materi Testing dan Implementasi Sistem - Testing throughout the software life...
Real Time software Training in Nagercoil
Testing & implementation system 2-wm
Quality assurance tests
Testing Types And Models
Testing
unit 4.pptx very needful and important p
SOFTWARE Engineering (SOFTWARE TESTING).pptx
Software testing & Quality Assurance
What is Software Testing Lifecycle?
Testing type
Software testing
Software testing
Object Oriented Testing
Test Process

More from Abdullah-Al- Mahmud (7)

DOCX
Voice Change
DOCX
Transformation of sentences
DOCX
Tag questions
DOCX
Table of degree
DOCX
DOCX
Motherboard components and their functions
DOCX
Data vs information
Voice Change
Transformation of sentences
Tag questions
Table of degree
Motherboard components and their functions
Data vs information

Recently uploaded (20)

PDF
Business Analytics and business intelligence.pdf
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPT
ISS -ESG Data flows What is ESG and HowHow
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PDF
Lecture1 pattern recognition............
PDF
Clinical guidelines as a resource for EBP(1).pdf
Business Analytics and business intelligence.pdf
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
ISS -ESG Data flows What is ESG and HowHow
IB Computer Science - Internal Assessment.pptx
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
IBA_Chapter_11_Slides_Final_Accessible.pptx
Reliability_Chapter_ presentation 1221.5784
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Galatica Smart Energy Infrastructure Startup Pitch Deck
Business Ppt On Nestle.pptx huunnnhhgfvu
Introduction-to-Cloud-ComputingFinal.pptx
climate analysis of Dhaka ,Banglades.pptx
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
Data_Analytics_and_PowerBI_Presentation.pptx
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
Lecture1 pattern recognition............
Clinical guidelines as a resource for EBP(1).pdf

System testing

  • 1. Presented by Group A Group Leader: Abdullah-Al- Mahmud 4th Year(honors) Dept. of Information Science & Library Management University of Rajshahi 1st September, 2016
  • 2. Contents System Testing Definition. Why is System Testing Important? How to Test an Implemented System? Types of System Testing.
  • 3.  Introductory Speech  SystemTesting Definition  Example Presenter #1
  • 4. 〉〉System Testing  System testing is actually a series of different tests whose sole purpose is to verify that the system meets its specified requirements.  According to Business Dictionary, system testing is- “the process of performing a variety of tests on a system to explore functionality or to identify problems.”
  • 5. 〉〉Example Take a web application as example. Suppose we are doing testing on a web application of a school and in this web application there are many modules like Teacher Module, Staff Module, Parent Module, Student Module, and Admin Module and so on. Now we have to do System Testing on this web application by maintaining certain steps.
  • 6. 〉〉Example (cont.)  Testing the GUI related issues - font size, alignment, display images should work properly on all the modules.  Checking that the requirements of client have been met or not.  User friendly or not - proper error message should be displayed on screen.
  • 7. • Functional testing • Non- functional testing - Performance - Load & Stress related issues  System testing Criteria DIFFERS (from system to system) ________________________________________________________________________________________ Source: http://testingbasicinterviewquestions.blogspot.com/2015/03/system-testing-example-complete- guide.html
  • 8.  Importance of System Testing Presenter #2
  • 9. 〉〉Importance of System Testing?  To check whether the system meets organizational, functional and end-users requirements or not.  To ensure an error-free system.  To increase workability, supportability & integration of the system.  Minimize after-development troubleshooting.
  • 10. 〉〉Importance (cont.)  To test, validate and verify both the Application Architecture and Business requirements.  The System is tested in such an environment that particularly resembles the effective production environment where the application/software will be lastly deployed. Thus it works as a pilot project before getting operational. ________________________________________________________________________________________ Sources: http://staffsite.gunadarma.ac.id/mkusuma http://www.softwaretestingclass.com/system-testing-what-why-how/
  • 12.  How would we test an implemented system? Presenter #3
  • 13. 〉〉How would we test an implemented system? System test plan may vary from organization to organization, project plan, test strategy and so on. Nevertheless, here is list of standard point to be considered while creating System Test Plan:  Goals & Objective  Scope  Critical areas to focus  Test Deliverable  Testing Strategy for System testing  Testing Schedule  Test Environment  Roles and Responsibilities Steps 1: preparation of system test plan
  • 14.  It is very much similar functional test case writing. In test case writing different scenario and cases of different types of test has to be written.  Different types of testing has to be considered here, like – functional testing, usability testing, error handling testing, verification testing, validation testing, audit testing, compatibility testing, scalability testing, security testing, capacity testing, recovery testing etc.  While writing test case it is needed to ensure that test cases are covering all functional, non-functional, technical and user requirements. Steps 2: Creation of Test Cases
  • 15. Step 3: Creation of test data which used for system testing. Step 4: Automated test case execution. Step 5: Execution of normal test case & update test case. Step 6: Bug Reporting, Bug verification & Regression testing. Step 7: Repeat testing life cycle (if required). __________________________________________________________________________________________ Source: http://www.softwaretestingclass.com/system-testing-what-why-how/
  • 16.  Types of System Testing 1. System Acceptance Testing Presenter #4
  • 17. 〉〉Types of System Testing System Testing is called a super set of all types of testing as all the major types of testing are covered in it. Although focus on types of testing may vary on the basis of product, organization processes, timeline and requirements. 1. System acceptance testing 2. System level testing 3. Installation testing 4. Performance testing 5. Documentation testing
  • 18. System Testing Documentation TestingPerformance TestingInstallation TestingSystem Level TestingSystem Acceptance Testing 1.Verification Testing 2.Validation Testing 3. Audit Testing 1. Sub testing 2.Unit testing/ program testing 3. System Testing 1.Functionality Testing 2. Recoverability Testing 3.Interoperability Testing 4. Robustness Testing 1. Scalability testing 2. Reliability Testing 3. Regression Testing 4. Stress testing 5. Load and stability Testing 1. Security Testing 2. Usability Testing 3. Regulatory Testing 4. Safety Assurance Figure: Types of System Testing
  • 19. 1. System Acceptance Testing System Acceptance Testing conducted to determine whether or not a system satisfies its acceptance criteria and to enable the customer to determine whether or not to accept the system. The system acceptance is a final opportunity for end user, management and information system operations management to accept or reject system. It is an extensive test that addresses the following levels of accepting testing. a. Verification Testing: Procedures that attempt to determine that the product of each phase of the development process is an implementation of a previous phase. Each verification activity is a phase of the testing life cycle. In this testing the system runs in a simulated environment using simulated data. The simulated test is primarily looking for errors and omissions regarding end user and design specification that were specified in the earlier phase but not fulfilled during construction. This is sometimes
  • 20. b. Validation Testing: Validation is the process of evaluating a system or component during or at the the development process to determine whether it satisfies specified requirements. this testing the system runs in a live environment using real data. This is called Beta Testing. During this validation a number of items are testing, like- • System performance: Is the throughput and response time for processing adequate to meet a normal processing workload? • Peak workload processing performance: Can the system handle the workload during peak processing period?
  • 21. • Methods and procedures testing: During conversion, methods and procedures for the new system will be put to their first real test. • Backup and recovery testing: We have full sized computer files and databases with real data, we should test all backup and recovery We should simulate a data lost disaster and test the time required to recover from that disaster. c. Audit Testing: Audit testing certifies that the system is free of errors and is ready to be placed operation.
  • 22. 2. System LevelTesting Presenter #5
  • 23. 2. System Level Testing There are three levels of testing to be performed. Such as – a. Sub testing: It is the test performed on individual events or modules of a program. In other words, it is the testing of an isolated subset of program. b. Unit Testing/ program testing: Unit testing is performed at an extremely low level of system development. As a result it is rarely observed by clients and so doesn’t get appropriate recognition of its importance. In this test all events and modules that have been coded and sub tested for a program are tested as an integrated unit. It is the testing of an entire program.
  • 24. c. System Testing: It ensures that application programs written and tested in isolation work when they are integrated into the total system. The process of testing an hardware and software system to verify that the system meets its specified requirements. This testing process is conducted by the testing teams in both development and target environment. Just because a single program works properly doesn’t mean that it works with other programs. The integrated set of programs should be run through a system test to make sure one program properly accepts, as input, the output of other programs.
  • 26. 3. Installation Testing To make sure that product / software can be installed on specific or support defined system, can be configured and can be brought into an operational mode. a. Functionality Testing: It provide comprehensive testing over the full range of the requirements, within the capabilities of the system. To make sure that functionality of product are working as per the requirements defined, within the capabilities of the system. Functionality testing may involves communication system testing, module testing, Graphical User Interface testing, security testing, feature testing etc.
  • 27. b. Recoverability Testing: To make sure how well the system recovers from various input errors and other failure situations. c. Interoperability Testing: To make sure whether the system can operate well with third party products or Another kind of inter-operability tests is called (backward) compatibility tests. • Compatibility tests verify that the system works the same way across different platforms, operating systems, data base management • Backward compatibility tests verify that the current software build flawlessly works with older version of platforms.
  • 28. d. Robustness Testing: Robustness testing is designed to verify how sensitive a system towards an error input or how the system behave in error situations in a changed operational environment.
  • 30. 4. Performance Testing To measure the performance characteristics of the system, e .g. throughput and response time, under various conditions. a. Scalability testing: To make sure system’s scaling abilities in various terms like user scaling, geographic scaling and resource scaling. • Tests are designed to verify that the system can scale up to its engineering limits. • Scaling tests are conducted to ensure that the system response time remains the same, or increases by a small amount, as the number of users are increased.
  • 31. - Reliability testing - Regression testing Presenter #8
  • 32. b. Reliability Testing: To make sure system can be operated for longer duration without developing failures. • Reliability tests are designed to measure the ability of the system to remain operational for long periods of time. • The reliability of a system is typically expressed in terms of mean time to (MTTF). c. Regression Testing: To make sure system’s stability as it passes through integration of different sub systems and maintenance tasks. The main idea in regression testing is to verify no defect has been introduced into the unchanged portion of a system due to changes made elsewhere in the system
  • 33. - Stress testing - Load and Stability testing Presenter #9
  • 34. d. Stress testing: The goal of stress testing is to evaluate and determine the behavior of a component while the offered load is in excess of its designed capacity. e. Load and stability Testing: • Tests are designed to ensure that the system remains stable for a long period time under full load. • Load and stability testing typically involves exercising the system with virtual users and measuring the performance to verify whether the system can the anticipated load. • This kind of testing help one to understand the ways the system will fare in life situations.
  • 36. 5. Documentation Testing Documentation testing means verifying the technical accuracy and readability of the user manuals, tutorials and other help related documents. a. Security Testing: To make sure system does not allow unauthorized access to data and resources. b. Usability Testing: To make sure that system is easy to use, learn and operate. c. Regulatory Testing: • In this category, the final system is shipped to the regulatory bodies in those countries where the product is expected to be marketed • The idea is to obtain compliance marks on the product from various
  • 37. d. Safety Assurance: There are two basic tasks performed by a safety assurance engineering team: • Provide methods for identifying, tracking, evaluating, and eliminating hazards associated with a system. • Ensure that safety is embedded into the design and implementation in a timely and cost effective manner, such that the risk created by the user/operator error is minimized. ____________________________________________________________________________________ Source: System Analysis and Design Methods by Jeffreyl Whitten, Lonnie B. Bentley and Kevin C. Dittman.