difference between validation and regression testing
Answer Posted / lakshmanaraj bg
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 |
Post New Answer View All Answers
what is angle testing
What are the key challenges of software testing?
Mention how validation activities should be conducted?
What is Operational testing?
insurance domain interview questions ,i done project on insurance (manual testing)
What tools are available to support testing during development of application?
How Google apps can be considered ? Either they are product or Project
What are verification and validation and difference between these two?
How to find all the bugs during first round of testing?
What are the different levels in software testing?
Can you perform regression testing performed manually?
Explain what should your qa documents include?
How frequently is your project audited? How do you know the result of these audits?
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
What is coding?