What is the significance of doing Regression testing?
Answer Posted / mahantesha
The term "regression testing" can be applied two ways.
First, when a code problem has been fixed, a regression
test runs tests to verify that the defect is in fact
fixed; "Imagine finding an error, fixing it, and repeating
the test that exposed the problem in the first place. This
is a regresson test" . Second, regression testing is the
counterpart of integration testing: when new code is added
to existing code, regression testing verifies that the
existing code continues to work correctly, whereas
integration testing verifies that the new code works as
expected. regression testing can describes the process of
testing new code to verify that this new code hasn't broken
any old code.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me a critical defect in which your Client,PM,PL appreciate on you
How to integrate Bugzilla with QTP?
What are the interview question on insurance domain in manual testing
How do u go about testing of web application?
send the senario template
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
What is test management?
Explain crud testing.
what types of testing have u done in ur project?and expalin it detail?
What types of software testing are available?
Explain accessibility testing and its importance in the present scenario.
Define performance and stress testing?
What are the different test techniques used in functional testing?
What is the difference between coupling and cohesion?
Could some one tell me test cases for multi line text boxes like Notes field?