difference between validation and regression testing
Answers were Sorted based on User's Feedback
Both are interrelated.
1) Regression Testing is a Testing Technique that we use to
validate/ensure that the earlier tested module doesn't lead
to any defects after the integration with other
modules.Means it works properly after integration.
2)Validation is the major thing in the whole process, Based
on that we decide whether the product meet the SRS, and
ready for deployment...
| Is This Answer Correct ? | 14 Yes | 4 No |
Regression Testing:
The objective of regression testing is to ensure software remains intact.
A baseline set of data and scripts will be maintained and executed to verify changes introduced during the release have not “undone” any previous code.
Expected results from the baseline are compared to results of the software being regression tested.
All discrepancies will be highlighted and accounted for, before testing proceeds to the next level.
Validation:
Validation checks that the product design satisfies or fits the intended usage (high-level checking) – i.e., you built the right product.
This is done through dynamic testing and other forms of review.
The process of evaluating software during or at the end of the development process to determine whether it satisfies specified requirements.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Validation: validation is main testing of the application.
the execpected results need to check with actual results.
Regression: Re execution of the test cases on modified
build is called Regression testing.
| Is This Answer Correct ? | 2 Yes | 4 No |
In Software Development Team, Who has the biggest and smallest salary? Can You list all of it? It say that SQA Tester is the smallest one, Is it right?
What is Pesticide Defect?
Diffrence b/w compiled module and shared repository?
What is code walkthrough?
if i am giving you a module to test but no specification is provided to you then on what basis you will write test cases?
what is meant by positive testing ?
I'm looking for a latest news on software testing, please help me.
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE
Field level test cases are developed using AF TOD to validate individual fields on a screen using a black box testing methodology. IN THIS CONTEXT WHAT IS "AF TOD"
What type of testing is used for deaf and dumb people?
what is Installation Testing?