SlideShare una empresa de Scribd logo
1 de 14
STRUCTURED SYSTEM
ANALYSIS AND DESIGN
CHP 9. SYSTEM TESTING AND QUALITY ASSURANCE
MR. JAYANT. P. DALVI
INTRODUCTION
• Testing is the process to detect the defects and minimizing the risk associated with the
residual defects.
• The testing process is an iterative process. The source code is converted into an
executable code and various test inputs are given.
• For every test input, the output is analyzed to check whether the program is functioning
correctly.
• If there is defect (“bug” is the commonly used word), the defect is reflected in terms of
wrong output.
• The defect is analyzed, and the source code is modified and again testing is carried out
with the test inputs. This process is repeated till the source code is defect free.
NATURE OF TEST DATA AND TEST PLAN
• The software is tested for both write and wrong inputs for checking
the functionality as well as the performance parameters. This is the
test data for that particular test plan.
• Preparation of test data is bit difficult because:
1.Input is given in such a way that each and every line of code is tested.
2.Input is given randomly to check that the software never fails.
3.Input is given to verify whether the software satisfy all the
requirements specifications or not.
NATURE OF TEST DATA AND TEST PLAN
• For carrying testing, the testing process is to be clearly defined, which
involves
I Development of a test plan,
II Carrying out the testing as per the plan and
III Documenting the test results in the form of test report.
IV The test plan has to specify the resources required for testing ,
V the test tools to be used
VI The test cases( the input or test data to be given)
VII The types of testing to be done.
TESTING PROCESS
TEST PLAN
• Test plan contains the details of the testing process
and has to be prepared during the project planning
stage itself. The test plan format for any software
can be as follows.
• Test Plan
Project name:
Estimated start date for testing: Estimated end date
for testing:
Actual start date for testing: Actual end date for
testing
Estimated effort in person hours/person month
Test set up( including hardware, software,
peripherals required and test equipment special tool
required)
Test personnel and their responsibility
Types of testing to be carried out
Test case specification for every test type
Test schedule And finally the
Defect report which should cover
Defect found
Type of defect
Classification of defect
Status of defect
Time of removal of defect
Stages at which defect was
injected and removed
Criteria’s for completion of the
testing
Levels Of Testing:
• Client needs During the design stage the
software is divided into modules and each
module is divided into units.
• A practical approach is to divide the testing
process into different levels.
• To start with, each unit has to be tested
separately, and then the modules have to be
built form the units and the modules are tested.
• The modules are combined together and the
system is built and tested.
• figure shows that each level of testing is for
testing a specific entity.
• acceptance testing : determines whether the software is conforming specified
requirements and user requirements or not. It is conducted as a kind of Black Box testing
where the number of required users involved testing the acceptance level of the system.
• System testing is a series of different type of tests with the purpose to exercise and
examine the full working of an integrated software computer system against
requirements.
• Integration testing: In this testing, units or individual components of the software are
tested in a group.Unit testing uses modules for testing purpose, and these modules are
combined and tested in integration testing. The Software is developed with a number of
software modules that are coded by different coders or programmers. The goal of
integration testing is to check the correctness of communication among all the modules.
• Unit testing involves the testing of each unit or an individual component of the software
application. It is the first level of functional testing. The aim behind unit testing is to
validate unit components with its performance. A unit is a single testable part of a
software system and tested during the development phase of the application
software.The purpose of unit testing is to test the correctness of isolated code. A unit
component is an individual function or code of the application.
TESTING APPROACHES
• In large software project it is impractical to integrate all the modules in one shot and
start testing the software as a whole.
• The system has to be built in stages and the product has to be built incrementally
carrying out testing on each incremented software, such a systematic approach helps in
easier debugging.
• The testing approaches are as follows:
• TOP DOWN APPROACH: In this approach, testing is done from top to lowermost module
.Dummy routines called stubs that stimulate a module are introduced.
• BOTTOM UP APPROACH: In this approach, testing is done from bottom of hierarchy.
Dummy routines called drivers are introduced, that invoke the module.
TYPES OF TESTING
The developer will test every line of the code of the program. The developers perform the White-
box testing and then send the application or the software to the testing team, where they will
perform the black box testing and verify the application along with the requirements and identify
the bugs and sends it to the developer.
1] White box testing or Glass box testing: In this type of testing, structure of program is taken into
consideration. Programmer uses this method to test the program during the coding stage.
2] Black box testing: It is called as behavioral testing also; it focuses on functional requirements of
the software. tester selects a function and gives input value to examine its functionality, and checks
whether the function is giving expected output or not.
3] Structural testing: It is similar to glass box testing. It focuses on proper selection of the program.
4] Functional testing: Type of black box testing. Here functions are tested by feeding them input and
examining the output
TYPES OF TESTING
5] Incremental testing: Under this strategy, each piece of code is first tested separately; this
is also called as module testing or element testing.
6] Static testing: Code is examined that is tested without being executed. It can be done by
reading lists of codes and finding errors.
7] Dynamic testing: Code is tested on execution such as tools interact with an execution
program, checking path coverage values of variables along with execution of flow of
program.
8] Desk checking: Means someone reads the program carefully and analyzes its behavior
without running test cases at the computer.
9] Top down testing: Highest level modules are tested first. It uses test stub {it is dummy
program inserted in a place of code not yet as written, to indicate that the right point in
the program has been reached.
TYPES OF TESTING
10] Bottom up testing: The lowest modules are tested first. It uses test drivers [test driver
is a program which provides control and input data for testing a module.
11] Performance Testing: Can be done using white or black box testing technique objective
is performance enhancement.
12] Regression testing: Again it can be done by white or black box testing for finding errors,
fixing them and repeating the test to express the problem.
13] Acceptance testing: It should test mainstream functions with mainstream data.
14] Alpha testing: In this testing, most of the functionality is present but few functions may
be missing or non-testable.
15] Beta testing: It is carried out at users premises in absence of development team. This
notices some of the problems associated with the usability as well as performance.
16] Gorilla testing It is used to check whether defensive programming has been done or
not to make the software strong to tolerate wrong input.
QUALITY ASSURANCE
Quality assurance is a process of delivery of the desired quality to the customer. Therefore it ensures the raw data;
input process and output quality are the requisite standards. It is essentially an audit of the individual processes that
emphasizes quality assurance.
It is responsible for following services.
1. Review of services
2. Monitoring, evaluating and measurement of projects.
3. Make recommendation accordingly
4. Conducting analysis on schedule budget parameters.
5. Development of performance metrics.
6. Review and analyze project status report.
7. Analyze and provide input for project activities.
8. Review programming work product to ensure compliance to client standard
expectation.
9. Review test plan techniques and test procedures and results
10. Conduct post implementation review.
SUMMARY
• To summarize testing is a difficult job as it has to be performed at different levels with
proper approach and by application of appropriate testing method. To carry out testing
in limited with limited effort and resources and try to bring out all the possible hidden
defects is a challenging and intelligent task.
• To deliver quality software product, quality has to be assured in each and every phase of
the development process. The output of a phase should not be described on qualitative
terms; it should have quantitative measures or metrics.
• The product quality metrics are different from process quality metrics. The product
quality metrics reflects the quality of the product while process quality metrics reflects
how well the process is defined.

Más contenido relacionado

La actualidad más candente

verification and validation
verification and validationverification and validation
verification and validation
Dinesh Pasi
 
Software testing.ppt
Software testing.pptSoftware testing.ppt
Software testing.ppt
Komal Garg
 

La actualidad más candente (18)

Object Oriented Testing(OOT) presentation slides
Object Oriented Testing(OOT) presentation slidesObject Oriented Testing(OOT) presentation slides
Object Oriented Testing(OOT) presentation slides
 
Python: Object-Oriented Testing (Unit Testing)
Python: Object-Oriented Testing (Unit Testing)Python: Object-Oriented Testing (Unit Testing)
Python: Object-Oriented Testing (Unit Testing)
 
Testing in multiplatform environment
Testing in multiplatform environmentTesting in multiplatform environment
Testing in multiplatform environment
 
Types of software testing
Types of software testingTypes of software testing
Types of software testing
 
SOFTWARE TESTING UNIT-4
SOFTWARE TESTING UNIT-4  SOFTWARE TESTING UNIT-4
SOFTWARE TESTING UNIT-4
 
Software Testing Strategies
Software Testing StrategiesSoftware Testing Strategies
Software Testing Strategies
 
Software testing
Software testingSoftware testing
Software testing
 
11 software testing_strategy
11 software testing_strategy11 software testing_strategy
11 software testing_strategy
 
verification and validation
verification and validationverification and validation
verification and validation
 
Software testing.ppt
Software testing.pptSoftware testing.ppt
Software testing.ppt
 
debugging and testing
debugging and testingdebugging and testing
debugging and testing
 
Unit 7 verification & validation
Unit 7 verification & validationUnit 7 verification & validation
Unit 7 verification & validation
 
Object oriented testing
Object oriented testingObject oriented testing
Object oriented testing
 
Testing Object-Oriented Systems: Lessons Learned
Testing Object-Oriented Systems: Lessons LearnedTesting Object-Oriented Systems: Lessons Learned
Testing Object-Oriented Systems: Lessons Learned
 
Software Testing Fundamentals | Basics Of Software Testing
Software Testing Fundamentals | Basics Of Software TestingSoftware Testing Fundamentals | Basics Of Software Testing
Software Testing Fundamentals | Basics Of Software Testing
 
Structural and functional testing
Structural and functional testingStructural and functional testing
Structural and functional testing
 
Software Testing (Contd..) SDLC Model
Software Testing (Contd..) SDLC ModelSoftware Testing (Contd..) SDLC Model
Software Testing (Contd..) SDLC Model
 
Software Verification & Validation
Software Verification & ValidationSoftware Verification & Validation
Software Verification & Validation
 

Similar a Structured system analysis and design

Objectorientedtesting 160320132146
Objectorientedtesting 160320132146Objectorientedtesting 160320132146
Objectorientedtesting 160320132146
vidhyyav
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
Confiz
 

Similar a Structured system analysis and design (20)

Objectorientedtesting 160320132146
Objectorientedtesting 160320132146Objectorientedtesting 160320132146
Objectorientedtesting 160320132146
 
Software testing
Software testingSoftware testing
Software testing
 
Fundamentals of software part 1
Fundamentals of software part 1Fundamentals of software part 1
Fundamentals of software part 1
 
SDLCTesting
SDLCTestingSDLCTesting
SDLCTesting
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
 
DISE - Software Testing and Quality Management
DISE - Software Testing and Quality ManagementDISE - Software Testing and Quality Management
DISE - Software Testing and Quality Management
 
Software testing
Software testingSoftware testing
Software testing
 
Solution Evaluation (BA Role)
Solution Evaluation (BA Role)   Solution Evaluation (BA Role)
Solution Evaluation (BA Role)
 
Basic Guide to Manual Testing
Basic Guide to Manual TestingBasic Guide to Manual Testing
Basic Guide to Manual Testing
 
Role of BA in Testing
Role of BA in TestingRole of BA in Testing
Role of BA in Testing
 
Role of BA in Testing
Role of BA in TestingRole of BA in Testing
Role of BA in Testing
 
Role of BA in Testing
Role of BA in TestingRole of BA in Testing
Role of BA in Testing
 
Role of BA in Testing
Role of BA in TestingRole of BA in Testing
Role of BA in Testing
 
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTINGWelingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Testing Concepts and Manual Testing
Testing Concepts and Manual TestingTesting Concepts and Manual Testing
Testing Concepts and Manual Testing
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 

Más de Jayant Dalvi

Más de Jayant Dalvi (16)

Linux System Administration
Linux System AdministrationLinux System Administration
Linux System Administration
 
Linux System Administration
Linux System AdministrationLinux System Administration
Linux System Administration
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
 
Java I/O
Java I/OJava I/O
Java I/O
 
Information system audit 2
Information system audit 2 Information system audit 2
Information system audit 2
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
 
java- Abstract Window toolkit
java- Abstract Window toolkitjava- Abstract Window toolkit
java- Abstract Window toolkit
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
 
Information system audit
Information system audit Information system audit
Information system audit
 
Information system audit
Information system audit Information system audit
Information system audit
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
 
Information system audit
Information system audit Information system audit
Information system audit
 
Multithreading in Java
Multithreading in JavaMultithreading in Java
Multithreading in Java
 
Exception handling c++
Exception handling c++Exception handling c++
Exception handling c++
 
Object Oriented Programming using C++
Object Oriented Programming using C++Object Oriented Programming using C++
Object Oriented Programming using C++
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Último (20)

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path 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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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
 
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
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
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
 
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
 

Structured system analysis and design

  • 1. STRUCTURED SYSTEM ANALYSIS AND DESIGN CHP 9. SYSTEM TESTING AND QUALITY ASSURANCE MR. JAYANT. P. DALVI
  • 2. INTRODUCTION • Testing is the process to detect the defects and minimizing the risk associated with the residual defects. • The testing process is an iterative process. The source code is converted into an executable code and various test inputs are given. • For every test input, the output is analyzed to check whether the program is functioning correctly. • If there is defect (“bug” is the commonly used word), the defect is reflected in terms of wrong output. • The defect is analyzed, and the source code is modified and again testing is carried out with the test inputs. This process is repeated till the source code is defect free.
  • 3. NATURE OF TEST DATA AND TEST PLAN • The software is tested for both write and wrong inputs for checking the functionality as well as the performance parameters. This is the test data for that particular test plan. • Preparation of test data is bit difficult because: 1.Input is given in such a way that each and every line of code is tested. 2.Input is given randomly to check that the software never fails. 3.Input is given to verify whether the software satisfy all the requirements specifications or not.
  • 4. NATURE OF TEST DATA AND TEST PLAN • For carrying testing, the testing process is to be clearly defined, which involves I Development of a test plan, II Carrying out the testing as per the plan and III Documenting the test results in the form of test report. IV The test plan has to specify the resources required for testing , V the test tools to be used VI The test cases( the input or test data to be given) VII The types of testing to be done.
  • 6. TEST PLAN • Test plan contains the details of the testing process and has to be prepared during the project planning stage itself. The test plan format for any software can be as follows. • Test Plan Project name: Estimated start date for testing: Estimated end date for testing: Actual start date for testing: Actual end date for testing Estimated effort in person hours/person month Test set up( including hardware, software, peripherals required and test equipment special tool required) Test personnel and their responsibility Types of testing to be carried out Test case specification for every test type Test schedule And finally the Defect report which should cover Defect found Type of defect Classification of defect Status of defect Time of removal of defect Stages at which defect was injected and removed Criteria’s for completion of the testing
  • 7. Levels Of Testing: • Client needs During the design stage the software is divided into modules and each module is divided into units. • A practical approach is to divide the testing process into different levels. • To start with, each unit has to be tested separately, and then the modules have to be built form the units and the modules are tested. • The modules are combined together and the system is built and tested. • figure shows that each level of testing is for testing a specific entity.
  • 8. • acceptance testing : determines whether the software is conforming specified requirements and user requirements or not. It is conducted as a kind of Black Box testing where the number of required users involved testing the acceptance level of the system. • System testing is a series of different type of tests with the purpose to exercise and examine the full working of an integrated software computer system against requirements. • Integration testing: In this testing, units or individual components of the software are tested in a group.Unit testing uses modules for testing purpose, and these modules are combined and tested in integration testing. The Software is developed with a number of software modules that are coded by different coders or programmers. The goal of integration testing is to check the correctness of communication among all the modules. • Unit testing involves the testing of each unit or an individual component of the software application. It is the first level of functional testing. The aim behind unit testing is to validate unit components with its performance. A unit is a single testable part of a software system and tested during the development phase of the application software.The purpose of unit testing is to test the correctness of isolated code. A unit component is an individual function or code of the application.
  • 9. TESTING APPROACHES • In large software project it is impractical to integrate all the modules in one shot and start testing the software as a whole. • The system has to be built in stages and the product has to be built incrementally carrying out testing on each incremented software, such a systematic approach helps in easier debugging. • The testing approaches are as follows: • TOP DOWN APPROACH: In this approach, testing is done from top to lowermost module .Dummy routines called stubs that stimulate a module are introduced. • BOTTOM UP APPROACH: In this approach, testing is done from bottom of hierarchy. Dummy routines called drivers are introduced, that invoke the module.
  • 10. TYPES OF TESTING The developer will test every line of the code of the program. The developers perform the White- box testing and then send the application or the software to the testing team, where they will perform the black box testing and verify the application along with the requirements and identify the bugs and sends it to the developer. 1] White box testing or Glass box testing: In this type of testing, structure of program is taken into consideration. Programmer uses this method to test the program during the coding stage. 2] Black box testing: It is called as behavioral testing also; it focuses on functional requirements of the software. tester selects a function and gives input value to examine its functionality, and checks whether the function is giving expected output or not. 3] Structural testing: It is similar to glass box testing. It focuses on proper selection of the program. 4] Functional testing: Type of black box testing. Here functions are tested by feeding them input and examining the output
  • 11. TYPES OF TESTING 5] Incremental testing: Under this strategy, each piece of code is first tested separately; this is also called as module testing or element testing. 6] Static testing: Code is examined that is tested without being executed. It can be done by reading lists of codes and finding errors. 7] Dynamic testing: Code is tested on execution such as tools interact with an execution program, checking path coverage values of variables along with execution of flow of program. 8] Desk checking: Means someone reads the program carefully and analyzes its behavior without running test cases at the computer. 9] Top down testing: Highest level modules are tested first. It uses test stub {it is dummy program inserted in a place of code not yet as written, to indicate that the right point in the program has been reached.
  • 12. TYPES OF TESTING 10] Bottom up testing: The lowest modules are tested first. It uses test drivers [test driver is a program which provides control and input data for testing a module. 11] Performance Testing: Can be done using white or black box testing technique objective is performance enhancement. 12] Regression testing: Again it can be done by white or black box testing for finding errors, fixing them and repeating the test to express the problem. 13] Acceptance testing: It should test mainstream functions with mainstream data. 14] Alpha testing: In this testing, most of the functionality is present but few functions may be missing or non-testable. 15] Beta testing: It is carried out at users premises in absence of development team. This notices some of the problems associated with the usability as well as performance. 16] Gorilla testing It is used to check whether defensive programming has been done or not to make the software strong to tolerate wrong input.
  • 13. QUALITY ASSURANCE Quality assurance is a process of delivery of the desired quality to the customer. Therefore it ensures the raw data; input process and output quality are the requisite standards. It is essentially an audit of the individual processes that emphasizes quality assurance. It is responsible for following services. 1. Review of services 2. Monitoring, evaluating and measurement of projects. 3. Make recommendation accordingly 4. Conducting analysis on schedule budget parameters. 5. Development of performance metrics. 6. Review and analyze project status report. 7. Analyze and provide input for project activities. 8. Review programming work product to ensure compliance to client standard expectation. 9. Review test plan techniques and test procedures and results 10. Conduct post implementation review.
  • 14. SUMMARY • To summarize testing is a difficult job as it has to be performed at different levels with proper approach and by application of appropriate testing method. To carry out testing in limited with limited effort and resources and try to bring out all the possible hidden defects is a challenging and intelligent task. • To deliver quality software product, quality has to be assured in each and every phase of the development process. The output of a phase should not be described on qualitative terms; it should have quantitative measures or metrics. • The product quality metrics are different from process quality metrics. The product quality metrics reflects the quality of the product while process quality metrics reflects how well the process is defined.