ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
difference between regression testing and re testing?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: difference between regression testing and re testing?
Answer
# 1
 Retesting- Re test the defects after fixing by developers.
Regression testing-- Nothing but retest, checking the 
functionality when the status was fixed by developer, the 
latest fixed functionality is effecting the other funcation or 
not & the current funcation is working properly or not.
 
 
Is This Answer Correct ?    1 Yes 0 No
Allin
[Tech Mahindra]
 
  Re: difference between regression testing and re testing?
Answer
# 2
Retesting :  Testing the application on the same built 
soppose tester found the bugs and developer fixed it. 
tested the fixed issues on the same built is called 
retesting.
Regression:  Testing the application on the different built 
Suppose: if the tester found the bugs, and Developer fixed 
it and they relised the new version of the build. so 
testing on the new version on the built is called Regerssion
Testing
 
Is This Answer Correct ?    2 Yes 0 No
Ashok
 
 
 
  Re: difference between regression testing and re testing?
Answer
# 3
re testing:testing the build with multiple test data
regression testing:if the tester find any defect he /she
inform this defect to development team.developement team
fixes that bug, aagin send to the testing team for testing
again whether bug is fixed or not,or the newly developed
build giving any side affects to other modules or not.
 
Is This Answer Correct ?    0 Yes 0 No
Maheswar
 
  Re: difference between regression testing and re testing?
Answer
# 4
Re Testing: Once the Bug is fixed Tester has to test the 
same bug with multiple number of times with different data 
and different scenario. Also once tester find the bug he 
has to test multiple number of times bcoz whether the bug 
is reproduceable or not.

Regression Testing: Once the Bug is fixed tester has to 
test whether bug is fixed or not also test whether the 
impact of the bug is shows in other application
 
Is This Answer Correct ?    0 Yes 0 No
Avish
 
  Re: difference between regression testing and re testing?
Answer
# 5
Re-Testing :after the bug was fixed the Test Engineer Re 
execute the failed testcases to check whether the bug was 
fixed or not.
Regression Testing : some times Reexecute some selected 
passed testcases also to check whether are there any side 
affects during the bug was fixed
 
Is This Answer Correct ?    0 Yes 0 No
Harikrishna
 
  Re: difference between regression testing and re testing?
Answer
# 6
Retesting  :     Testing the application again in the same  
                    testing conditions ie.same  testing
                    environments.
Regression testing : Retesting the application after fixing 
the defects.
 
Is This Answer Correct ?    0 Yes 0 No
Deepthi
 
  Re: difference between regression testing and re testing?
Answer
# 7
Retesting:
If a tester finds a bug and after developer fixes that bug 
we once again do the testing in order to check the 
validation of the bug fixing.

Regession:
If a tester finds a bug and after developer fixes that bug 
we retest and also check whether these enhancements or bug 
fixing have any side affects on the unchanged code.
 
Is This Answer Correct ?    1 Yes 0 No
Pavan
 
  Re: difference between regression testing and re testing?
Answer
# 8
retesting is testing the same build with multiple test data.

where as regression testing is done after the bug fixes or 
after any enhancements are done.in regression testing we 
not only test the test case where the defect was found but 
we also check some related test cases to make sure if the 
fix or enhancement has affected any related functionality.
this is done on the new build after bug fixes or 
enhancements
 
Is This Answer Correct ?    1 Yes 0 No
Ram
 
  Re: difference between regression testing and re testing?
Answer
# 9
Regression Testing :
                  testing is done to ensure that does not 
affect the other module or unit.
 
Re Test: (retset the module)
        test engineer find the bug.after developer fix that 
bug .test engineer check they fix proper or not......
 
Is This Answer Correct ?    0 Yes 0 No
Balaji Third Eye
 
  Re: difference between regression testing and re testing?
Answer
# 10
in any application new funcunality can be added so the 
application has to be tested to see whether the added 
funcunality are affected to the existing funcunality are 
not.
in other words when the bugs where fixed by the developers 
we have to test that application due to bug fixing there 
will be a proabality of accruing some other bugs else where 
in the program.
Retesting means Execution of test with multiple test data 
to validate this function is called as retesting
 
Is This Answer Correct ?    0 Yes 0 No
Rajeshwar Rao
 
  Re: difference between regression testing and re testing?
Answer
# 11
Regression Testing: Testing of a previously tested program
following modification to ensure that defects have not been
introduced or uncovered in unchanged areas of the software,
as a result of the changes made. It is performed when the
software or its environment is
changed.

re-testing: Testing that runs test cases that failed the
last time they were run, in order to verify the success of
corrective actions.
 
Is This Answer Correct ?    0 Yes 0 No
Amit B
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?  2
One simple question I had faced in one of the interview.But I was unable to give the proper answer for it. Question is "Tester will raise the defect.Then y the defect have to be send to the corresponding TL of the team for conformation?Y The tester is not confident withthe defect? If yes then how did he raise the defect?" Plz read it clearfully and answer it with app. answer. iFlex2
What is bug release notes? ....What does Bug release notes contain?  1
WHAT ARE THE BUG TOOLS USED IN YOUR COMPANY Covansys5
Hi, This srinivas, Q: After testing in what way we concluded the testing is over without Tracebility Matrix and what is the role played by the Tracebility Matrix and what are the documents that tester should submit to his QA manger after testing in Manual Testing apart from the Test cases.  1
can anyone tell me process of how the bugs r reported by testers??n after reporting bugs is the work of test engineer finished or still he has to do any thing????  1
Difference between Black & White box testing  4
Can anyone give me the example of 1. High severity & low Priority bug 2. Low Severity and High Priority bug 3. High Severity and High priority bug GXS1
4. A software error can be described as: a. A description of the relationship between two or more variables or set members in which the value of one does not influence the values of others. b. Any ill-advised, substandard, or temporary fix applied to an urgent problem in the (often misguided) belief that doing so will keep a project moving forward. c. The process in which developers determine the root cause of a bug and identify possible fixes. d. A mismatch between the program and its specification. 5. Select a reason that does not agree with the fact that complete testing is impossible: a. The domain of possible inputs is too large to test. b. Limited financial resources. c. There are too many possible paths through the program to test. d. The user interface issues (and thus the design issues) are too complex to completely test.  1
if the bug is reproducible then what is the status that u have given to the developer QA5
hi, How would you define the QA and QC? BirlaSoft7
when we will give testdata while writing testcases r during executing testcases for both positive and negative cases we give testdata PSI-Data-Systems3
Difference between web application and Client Server application ? TCS4
Plese tell me What is V model how do u prepair documnet using V model ? Canon2
what is diff between 32 / 64 bit web browser HP1
1. What is the difference between Build Management and Release Management ? 2.When will conduct build verification and end to end testing? Accenture3
What is Version Control?  2
What are the Test Deliverables?  4
what is test data?how test data is prepared? are there any guidelines/methods to prepare it?  4
why do u go for test bed?  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com