Software Testing


Regression Testing
This article gives the information of regression testing related to the software process. Whenever software is corrected some aspect of software configuration is changed. Regression testing is the activity that helps to determine whether changed component has introduced any error in the unchanged components. In short regression testing can be defined as retesting a previously tested program to check if fault occurred as a result of the change made.   […]

What is Regression Testing?


System Testing in Software Testing
What is the System Testing? System testing is an actually a series of different test whose primary purpose is to fully exercise computer based system. Each test has different purpose all work to verify that system elements have been properly integrated and perform allocated functions. Types of System testing:- 1)      Recovery testing 2)      security testing 3)      stress testing 4)      performance testing     Recovery testing:- a)      Many computer systems must […]

System Testing