What is regression testing?difference between regression and retesting?
Answers were Sorted based on User's Feedback
Answer / pravati
Retesting is a type of software testing in which we test if the defect fixes or code changes or any modifications have not impacted the other functionality of the application that was working before applying the code changes.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mohammad adil
Regression Testing Vs Retesting?
Regression testing means testing to validate that after the small changes made in the application it does not effect other interrelated functionality and all functionality working fine.
Retesting means to test the overall application again.
Major Difference: We can test only part of the program which are interrelated to the fixed module, but in retesting we test overall application
| Is This Answer Correct ? | 5 Yes | 6 No |
plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.
What is Vertical and Horizontal traceablity?
What is a 'walkthrough'?
What are drawbacks in system development life cycle
Client want to execute 1500 test cases and delivery within three days? But i have 5 resources? How its possible?
what is exact difference between UI Testing and usability testing?
Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing
What is the clear meaning of test case, levels in test case ? contents of test case
wht is RTM(Requirememts Tracebility Matrix), what are the contents includes in this spreadsheet.. Anybody can answer this question...
What is Test data ?Whrere we are using this in testing process? what are the importance of this data?
3 Answers Apps Lab, Illusion Technologies,
Can you please provide me the standard testcase review templete and Test plan templete.In my company we are not following any Standards templete so.Please guve me some Excell attachments.
What is code coverage?