What is Regression Testing?
Answer Posted / techie
Regression testing as the name suggests is used to test /
check the effect of changes made in the code.
Regression Testing is retesting unchanged segments of
application. It involves rerunning tests that have been
previously executed to ensure that the same results can be
achieved currently as were achieved when the segment was
last tested.
The selective retesting of a software system that has been
modified to ensure that any bugs have been fixed and that
no other previously working functions have failed as a
result of the fixes and that newly added features have not
created problems with previous versions of the software.
More on Regresison testing:
http://quality-assurance-software-
testing.blogspot.com/2005/09/regression-testing.html
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different ways to check a date field in a website?
how will we change the server system time?
How to test a Falsh player scrollings?
What can you tell about the project if during testing you found 80 bugs in it
what is the difference between section & test feature in test case documention?
If project wants to release in 3months what type of risk analysis you do in test plan?
how can you test the web environment for security testing?
Can you please explain about the erp project
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
list of methods that is used to document the requirements of a software.
If client give you a project then which testing you will perform first
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
What do you like about computers?
Define what is a critical bug.