what is the diffrence b/w Regression testing and re-testing
Answer Posted / vidya
Regression testing:
Re execution of a selected test case on modified build to
ensure bug fix work and occurances of side effects is
called regression test.
Retesting:
Re executing the same test more than one time with multiple
test data.it is also called iterative or re-testing.
For Example: There are 10 testcases to be passed for a
requirement. But 10th testcase failed and tester raised a
defect in the defect log.
Retesting: After the above defect is fixed, tester need to
execute the 10th testcase to check the expected result for
the same.
Regression Testing: After the above defect is fixed, tester
need to execute the 20% of above testcases by selecting
randomly to make sure that existing functionality is not
broken because of the above fix.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is a test severity and test priority? difference between them with suitable examples?
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
What is Bomb Testing?
whta is compile module?
What is Cyclometric testing?
I want to know about satyam manual testing questions
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
What is the difference between Functional testing and Unit Functionality testing?
List the considerations in developing testing methodology
Hi, My name is Dinesh.I want to prepare for ISTQB certification , So can anyone please email me the syllabus of it and what is criteria for giving exam.Please email me answers at: dinesh0323@live.com
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
How to derive test data from the design documents?