What is the deference between regression testing and re-testing?
Answers were Sorted based on User's Feedback
Answer / prashant sharma
Re testing - It is done to make sure that the test case which fails in last executionare passing after the defects against those failures are fixed.
Regression testing- Check whether the newly added funtionality not affecting the existing system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagaraju
Re-testing: Testing the application with various samples of
data is known as regression testing. we can also call this
as "Data Driven Test".
Regression Testing: Testing the application which is already
tested is known as regression testing. Here application new
build will be tested.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / nagaraju thammali
Re-testing: Testing the application with various samples of
data is known as Re-testing testing. we can also call this
as "Data Driven Test".
Regression Testing: Testing the application which is already
tested is known as regression testing. Here application new
build will be tested.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / guest
Regression Testing:Re-execution of test on the modified
build with multiple test data.
It also checks the modifications is effected in other
functionality or not.
Retsting testing:Re-execution of test on the same build
with multiple test data.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain V model in depth?
what is function testing?
what is requirement tracebility and it's format
Suggest some book to learn more test case???
Hi all, Can u pls help me with some Testing mannual for Test case preparation, Test planning and for attending ISTQB Examination. Kindly provide your feedback in this mail id (gbijesh@gmail.com) Tnks & Rgds Bijesh G
i have faced this question in one interview.kindly let me know if u know the ans . the ques is the tester have been found 20 bugs in the requirement .after dev. has been fixed 20 bugs again tester retest the bugs he found again 12 bugs dev .fixed 12 bugs keep on its going ..finally its comes zero defects now how will u checking the application stability ..
When to stop testing? (Or) how do you decide when you have tested enough?
What steps are needed to develop and run software tests?
What if there isn't enough time for thorough testing?
Do we have any certifications for ETL Testing ?
can any one tell me what is the difference between Integration testing and End-End testing? plz dont tell me Integration is whitebox testing and done by developers, where as End-End is blockbox testing and done by testers.
what is data stratification