differentiate re-testing and regression testing
Answers were Sorted based on User's Feedback
Answer / giridhar
Re-Testing: "it will done after the bug is fixes by the
developer, testing tam can be re-tests the same
functionlity, wether is it fixed or not.
Regressoin testing : "after fixing the bug tester can going
to test the fixed bug how it effects the other
funtionalitis of the application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sm
Retesting : Testing whether the reported bug is fixed or not
for its correctness nothing but improving the confidence of
fixed bug
Regression testing : Testing the whole project in order to
identify whether fixed defects are effecting other modules
or not.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / satty_lon
Retesting : Testing which is carried out to find whether bug
is fixed or not. On same environment and with same data.
Regression : Testing which is carried out on modified build
to ensure that new functionality as well as old
functionality is working as per specification
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varun & likhith
Re testing: when developer gives the product or re fixed bug to the test engineer, test engineer will checks whether the fixed bug area is working or not.
Regression testing can be defined as testing the unchanged features to make sure that changes are not introducing any defects in unchanged features.
| Is This Answer Correct ? | 1 Yes | 0 No |
ReTesting: execution of testcases is repeated with
differnet sets of data to ensure that the function/program
under test is functioning right
Regression Testing: is conducted in two situations
first, when the build is modified to fix a defect; second,
the build is modified to accommdate a new
feature/requirement. In both the cases, regression testing
is conducted to ensure that the modification does not
bring new defects;in other words, it does not affect the
unchanged build badly;
Retesting...most of the test are executed
Regression...high priority testcases are executed
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rkcr
Retesting : Testing whether the bug is fixed or not.
Regression testing : Testing whether bug fixes have caused
any other bugs are not.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mallikarjun
regression testing -----it is a type of testing in which
one will perform the functionalities of all ready tested
application.
retesting -----it is type of testing in which one will
perform the some functionalities of application with
multiple set of inputs.
| Is This Answer Correct ? | 1 Yes | 3 No |
what is the diffrence between qualityassurance and system testing explain in detail with an example?
3 Answers Cap Gemini, iFlex, Mind Tree, Zenith,
what is v-model and explan with diagramm
Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance
Why are you looking for the change?
how u will write test case for system testing give me example
I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
At what stage of the life cycle does testing begin?
what is the difference between Test strategy and test plan?
25 Answers EDS, IBM,
Hello all How to test Manual test cases in Excel? Are there any other tools for Maual testing. If it is done in Excel How will the test cases are executed? For EX:- In QTP/Winrunner are automated it is easy to executed the test cases right, But how is it done in Maual testing? Explain me manual testing,I know only automation. Guys, Pls throw some light on this.(urgent for me) My email ID - Angelina.8128@yahoo.com Regards AA.
what is bug life cycle? (Asked in Zensar Hyderabad today(17-1-12010))
Apart from integrating testing,what a test engineer will do in system testing?
what is the difference between Client server application and web based application