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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
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
What is Regression Testing?
 Question Submitted By :: Suresh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Regression Testing?
Answer
# 1
Regression testing is nothing but execution of existing test
cases on the new build.
 
Is This Answer Correct ?    0 Yes 0 No
Suresh
 
  Re: What is Regression Testing?
Answer
# 2
This is a black box testing, here we are going to ensure 
the wether code changes cause any change in the existing 
functionality
 
Is This Answer Correct ?    0 Yes 0 No
Raju Korti
 
 
 
  Re: What is Regression Testing?
Answer
# 3
Regression Testing is Testing the software weather The bug 
fixed is working without affecting previously tested 
functionality
 
Is This Answer Correct ?    0 Yes 0 No
BABA
 
  Re: What is Regression Testing?
Answer
# 4
Regression testing as the name suggests is used to test / 
check the effect of changes made in the code.

Regression Testing is retesting unchanged segments of 
application. It involves rerunning tests that have been 
previously executed to ensure that the same results can be 
achieved currently as were achieved when the segment was 
last tested.

The selective retesting of a software system that has been 
modified to ensure that any bugs have been fixed and that 
no other previously working functions have failed as a 
result of the fixes and that newly added features have not 
created problems with previous versions of the software.

More on Regresison testing:
http://quality-assurance-software-
testing.blogspot.com/2005/09/regression-testing.html
 
Is This Answer Correct ?    1 Yes 0 No
Techie
 
  Re: What is Regression Testing?
Answer
# 5
Regression testing is testing of application after fixes or 
modification of software or its environment. In regression 
testing you have to check present changes should not make 
any problem with other data
 
Is This Answer Correct ?    1 Yes 0 No
Jatinbhopale
[E-bizindia]
 
  Re: What is Regression Testing?
Answer
# 6
retesting the previously tested applications to make sure
that changes are not cause any side effects.
 it is conducted on modified build
 
Is This Answer Correct ?    1 Yes 0 No
Surya
 
  Re: What is Regression Testing?
Answer
# 7
REexecution of Subset or all test that havebeen conducted 
earlier to determine the resolved bug has nade any imapct 
on the remaining part of the code
 
Is This Answer Correct ?    0 Yes 0 No
Suneel Reddy
 
  Re: What is Regression Testing?
Answer
# 8
Regression testing is a type of testing done on modified 
build  to ensure that the the defect is solved and it has 
no side effects on other functionality.
 
Is This Answer Correct ?    1 Yes 0 No
Vibha Singh
 
  Re: What is Regression Testing?
Answer
# 9
Regression is a  Testing to test that the
Fixes/Modifications have not create anyother problems else
where in the Software.
 
Is This Answer Correct ?    0 Yes 0 No
N.ramesh
 
  Re: What is Regression Testing?
Answer
# 10
Regression Testing:

Whenever tester find any defect it will given for developer 
for correction. After developer correct the defect it once 
again go to tester.The tester now do the testing from the 
begining to ensure that cases are without any defect and 
particular defect has been corrected.This procees of 
testing called regression testing.
 
Is This Answer Correct ?    2 Yes 0 No
K.prakash
 
  Re: What is Regression Testing?
Answer
# 11
Regression Testing:

   After geting confirmation the bug is fixed we are going 
to check the fixation is going to create any problems in 
the application or not.
 
Is This Answer Correct ?    0 Yes 0 No
Satya_k21
[Igate]
 
  Re: What is Regression Testing?
Answer
# 12
Selective re-testing of a system to verify the modification
(bug fixes) have not caused unintended effects and that 
system still complies with its specified requriements.
 
Is This Answer Correct ?    1 Yes 0 No
Kalai
 
  Re: What is Regression Testing?
Answer
# 13
Regression Testing is nothing but reverification of the 
application.It is done on modified build.In this Testing,
tester First tests defect detected modules. After that 
tester tests remaining  modules. If tester got any defect 
in that modules he again send error report to developers.
There is no end for Regression Testing.
 
Is This Answer Correct ?    0 Yes 0 No
Ramana
 
  Re: What is Regression Testing?
Answer
# 14
Regression Testing: Testing any previousely not tested 
module is called regreesion testing!
 
Is This Answer Correct ?    0 Yes 0 No
Saurabh Sharma
 
  Re: What is Regression Testing?
Answer
# 15
Regression testing is a type of testing in which one will 
perform testing on the already tested funcanality once 
again, to make sure that when ever new changes are made by 
the development team all the related functions are working 
fine as previous.
 
Is This Answer Correct ?    0 Yes 0 No
B.v.rao
 
  Re: What is Regression Testing?
Answer
# 16
What is regression testing is the type of testing that
ensures the software remains intact. A baseline sets of data
and scripts are maintained and executed to verify that
changes introduced during the release have not "undone" any
previous code. Then expected results from the baseline are
compared to results of the software under test. All
discrepancies have to be highlighted and accounted for,
before the testing proceeds to the next level.
 
Is This Answer Correct ?    0 Yes 0 No
Sateesh
 
  Re: What is Regression Testing?
Answer
# 17
The Test Engineer is Reececuting previously failed test on
modified s/w build to ensure the correctness of defect
solving and reexecute previosuly related passed test on that
modified build to defect side effects.
 
Is This Answer Correct ?    0 Yes 0 No
Satya
 
  Re: What is Regression Testing?
Answer
# 18
The Test Engineers are reexecuting previously failed test on
same s/w build after solving environment related (or) test
case related/ Test data related defects. after solving code
related defect only the test engineers are receiving
modified s/w build with release note.
 
Is This Answer Correct ?    0 Yes 0 No
Parineetha
 
  Re: What is Regression Testing?
Answer
# 19
regression testing to test the build once the developers
release the build to test the total core functionality is
called regression testing
 
Is This Answer Correct ?    0 Yes 0 No
Akila
 
  Re: What is Regression Testing?
Answer
# 20
Regression Testing: which Test a SYSTEM once again to 
ensure that functions as still expected as per the 
specifications or its requirements.
or 

executing the test cases on modified form of build.
 
Is This Answer Correct ?    0 Yes 0 No
Rajesh
 
  Re: What is Regression Testing?
Answer
# 21
Regression testing:
 
If a bug occurs in one module and send that bug to a developer
then developer fix the bug and again send to tester .Then the  
tester must check not only the bug related module he must
check the entire whole application ( i mean remaining all
the modules) after the bug is fixed.
 
Is This Answer Correct ?    0 Yes 0 No
Bhanu Prabhakar
 
  Re: What is Regression Testing?
Answer
# 22
Regression Testing:

it is defined as the type of testing in which an already
tested functionality is once again tested whnever thr is a
change i.e., associated with it in order to check whether
the existing functionality has got effected or not....
 
Is This Answer Correct ?    0 Yes 0 No
Kian
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
give the format of test strategy and test methodology not the definitions i know the definition i need the template of those  1
what is Negative testing and what It?s Purpose?  9
what is domain testing. explain.  1
What does scalability mean. Is the system scalable only in terms of hardware or its software which makes the application scalable. Please provide an example to support your answer. Infosys1
What is the difference between QA and QC?  8
Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?  3
why you want 2 join Testing ?  3
What are the steps, procedures, objectives to write test cases. CSC2
How many Test Cases do we need to write for a particular application?(For example, for this AllInterview.com?) InterGraph3
wat is Bottle Neck testing Saksoft4
do u know abt configuration management tool,what is the purpose of maintaining all the documents in configuration manage ment tool? Cap-Gemini1
what is link testing?  1
Tell me the scenario where sevirity More and Priority Low? Siemens5
what is the diff between function and Sub function  3
Give me different methodologies used in testing? Cap-Gemini2
If tester found some bugs in the application then which format they will send it to development team. CTS4
Explain?V?model? Covansys1
Can you please explain me about the types of Reviews?And which reviews are done by whoom?like Author,moderator etc..? Thanks for posting the Answer... CTS2
what is the use of a tester.Even admin or developer others can do testing What is the main advantage of atester. why do testing team need testers. HCL4
About the security testing, how to use to security testing in web testing, suppose u will check login page, how to change password in back end in security testing EDS1
 
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