what is difference between regression & retesting?
Answers were Sorted based on User's Feedback
Answer / anil nakhate
What is mean by Retesting-
Re testing is a testing process to test the previously failed test cases passed or not. after fixing of the defect we perform the first retesting then regression testing.
What is mean by Regression testing?
After fixing of any defect or new functionality added in application, then we perform the regression testing for existing functionality working as per requirement or not.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sripathi venkata ramesh
I am Sripathi Venkata Ramesh working as a software Test
engineer. For this question difference between Regression
and Retesting - different people have given different
answers......I confused so many times.............
So the correct answer is here...
Regression Testing: Regression Testing means to test the
entire application to ensure that the fixing of bug will be
affecting anywhere else in the applicationĀ
Retesting: Retesting means executing the same test case
after fixing bug to ensure the bug fixing.
Retesting and Regression Testing are slightly different in
the sense....they are to be executed on different test
cases...
For example, if there are 1000 test cases to be executed in
the first build....And of the 1000 test cases 100 fail and
900 pass....
Then after bug fixes and when the 2nd build is received
REGRESSION Testing has to be done on the 900 test cases and
the remaining 100 test cases are to be RETESTED
| Is This Answer Correct ? | 3 Yes | 1 No |
Regression testing:
Testing the application after changes in a modular part of
an application for testing that is the code change will
affect rest of the application.
Retesting :
Retesting meance we testing only certain part of an
application again and not considering how it will effect in
other part or in the whole application
| Is This Answer Correct ? | 4 Yes | 3 No |
Re-testing : it means testing a particular modified build or
application with multiple sets of data or by giving
different inputs,whether the bug is fixed or not..
after conformation, that the bug is fixed...we do
regression Testing : it means , testing the modified module
or application whether the application will show impact on
other application or not...!
IF UR NOT CLEAR....THEN GO ON VTH THIS BELOW LINK..
http://www.allinterview.com/showanswers/58585.html
PRIYAN
priyanonlyone@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nandankumar
Regression Testing:
"It is a type of testing in which one will perform testing on already tested functionality again and again."
Usually we can do it in two scenarios
1. When ever raised the defects to developers team and next build is released to testing department..we will test the defect functionality as well as the related functionalities once again.
2.When ever some new features are added to the application, and next build is released, then all the related features of those new features will be tested once again
Even random functionality testing also falls under Regression testing..
Note : Regression Testing starts from 2nd build and continues up to the last build.
But where in Retesting :
Here one will perform testing on the same functionality again and again with multiple sets of values in order to come to a conclusion whether it is working fine or not.
Resting will start from 1st build and continues up to the last build.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suran
Regression testing -regression testing is nothing but
retesting software to detect faults introdued during the
modification .Like it verifies whether new bugs have been
introdued after after fixing prevoulsly idetified
bugs,without regression testing any changes introduced to
the code would go undetected.
Retesting: testing the functionality Number of times
whether its working according to BRS OR FRS.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / psd
regression: Testing the already tested funcionality once
again that is known as regressin testing..
retesting: testing the same functionality onceagain with
multiple sets of data is known as retesting..
| Is This Answer Correct ? | 4 Yes | 7 No |
Suppose when you click on message icon in your mobile phone , if it is giving a message "Error,Message cannot be opened", Wha will u do? how do you rise a defect? /
Hi all, i am planning to take ISTQB CERTIFICATION, can any one guide me by giving the links for preparing for the exams. If anyone have some materials can u send me to my mail id vpbharathi@gmail.com. Thanks in advance, Bharathi.P
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
1.exactly when we go for regression testing?why? 2.what is compatibility testing?what defect u found while testing give example? 3.how many test cases you write and execute per day?
I need a Test case templetes for Yahoo Mail ID
what can't be automated on the projects?
why do u go for whitebox testing,when black box testing is available?
What is v model
how clients are using this application?
what is ECP?
What is test startegy?
When are you done testing?