| Home / Testing / What are Levels of testing ? |
What are Levels of testing ? |
||||
Levels of testing
Unit testing:- Generally the code which is generated is compiled. The unit test is white box oriented and the steps can be conducted in parallel for multiple components.
Integration testing:- Integration testing is a systematic technique for constructing the program structure .After Performing Unit Testing perform integration testing. you have like Top down :-Top down integration testing with the main routine and one or two immediate subordinate routines in the system structure it is good to have modules are integrated as they are developed, top level interfaces are tested first. Bottom up :-Bottom up integration testing is the traditional strategy used to integrate the components of a software system into a functioning whole Regressive testing:- Retesting the already test modules and adding new modules .Regressive testing is an important strategy for reducing side effects.
System Testing is third level of Testing In this level we check Functionility of application. Performance testing: - Performance testing is designed to test
the run time performance of software or hardware. Recovery testing :- is a system test
forces the software to fail in a variety of ways and verifies that recovery is properly performed .if recovery is automatic, re initialization , check pointing ,data recovery and restart are evaluated for correctness. Security Testing: - Security testing attempts to verify that protection mechanisms built into a system will in fact, protect it from improper penetration.
|
||||
|
20 Jun, 2008
|
srinivas
|
|
java quections: Q1: how can dowload one file from internet to our system through servelet? Q2: how can conect printer to our program Q3: how can conect scanar to our program |
