diff between re & regression
who will decide priority
Answers were Sorted based on User's Feedback
Answer / tanvi
retesting means the test conducted on the modified
build.regression test means the test conducted on previous
passed tests for finding any sideeffects occured with the
modified build.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / satya
Retesting is the Testing conducted on the bug which was
raised.
Regression Testing is the Testing done on the Impacted
aread of the Bug which was fixed.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prashanth
Re-Testing: Retesting is done for perticular test cases to check whether the bug is fixed or not.
It is the process of thesting th application after bug fixing.
Regression Testing: Regression testing is done when ever there is a change in the application or build.
To ensure that new functionality added to the application did not effect the existing functionality.
gvp1026@gmail.com
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manoj kumar
Retesting is the process of checking whether the reported
bugs are been fixed or not by the development team.
Regression testing conduct to determine whether change
component is introduce any error in unchanged component
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suma
re testing is --the testing conducted on modified code.
regression testing is --testing the remaining code or areas
(other than modified) to see whether modified code is
affecting other areas also.
i.e whether new bugs are introduced to untouched areas due
to changes done in one part..
Is This Answer Correct ? | 0 Yes | 1 No |
why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent
What is the difference in b/w waterfall & V'model?
what are the major observations that you made when you are doing compatibility testing particularly in web applications?
Differentiate between severity and priority? who assign these parameters to a bug?
What does FRS contain ?Explain in detail.
Difference between Black & White box testing
i have doubt suppose iam purly working in manual, when i will work on sql and performence testing? pls any one clarify doubt?
what is agile testing?
If we have show stopper bug then will Assign to Developer if he is not avialble then what we have to do.If it take one/Two day.
If date field is a text field write test cases to validate it?
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
what is the difference between system integrated testing and integrated system testing?