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  >>  QA Concepts
 
 


 

 
 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 Retesting?
 Question Submitted By :: Suresh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Retesting?
Answer
# 1
Executing the same test cases on the same build with
different inputs ..
 
Is This Answer Correct ?    0 Yes 1 No
Suresh
 
  Re: What is Retesting?
Answer
# 2
 ok i'm not sure about Suresh's Answer.

unless a tester verifies with all different inputs,testing 
is not completed.

In a Real environment of Testing,retesting means:
A tester finds a bug and reports to test lead/developer,
developer fixes the issue,and you can go ahead with your 
testing.
then the tester verifies the same functionality using same 
input which showed the bug,along with all other data 
provided to use on this functionality.
this is when you call the functionality is under retesting.
 
Is This Answer Correct ?    1 Yes 0 No
Lakshmana Rekha Basu
 
 
 
  Re: What is Retesting?
Answer
# 3
First answer is currect but i don't know abt second.

retesting means test the build using different test data.
this resting comes under data driven testing in winrunner
 
Is This Answer Correct ?    0 Yes 1 No
Praveen 9885734486
 
  Re: What is Retesting?
Answer
# 4
Retesting bugs in the system which had been identified as 
fixed, usually starting from Alpha on. 
 
Is This Answer Correct ?    0 Yes 0 No
Chandan
 
  Re: What is Retesting?
Answer
# 5
Executing the same test cases on same functionality with 
multiple sets of data is called Retesting.In WinRunner it 
is also called as Data Driven Testing.
 
Is This Answer Correct ?    0 Yes 0 No
Naga Siva Sankar
 
  Re: What is Retesting?
Answer
# 6
Executing the same testcases with same set of test data to
retest a bug which was already having status Fixed.
 
Is This Answer Correct ?    1 Yes 0 No
Poonam
 
  Re: What is Retesting?
Answer
# 7
Answers 1, 3 and 5 are exactly correct. There is no doubt 
at all. Some the remainig answers valid for the regression 
testing.
 
Is This Answer Correct ?    0 Yes 0 No
Sudhakar Reddy Kanala
 
  Re: What is Retesting?
Answer
# 8
What I see here is retesting is another conformation of the 
software for its quality and user friendly objectives so 
that fruther no user can say it is causing trouble to them.
 
Is This Answer Correct ?    0 Yes 0 No
Artivivk
 
  Re: What is Retesting?
Answer
# 9
Re Execution of test cases on the same build with diff 
input values
 
Is This Answer Correct ?    0 Yes 0 No
Suneel Reddy
 
  Re: What is Retesting?
Answer
# 10
the reexecution of the test on same application build 
with multiple test data is called as retesting.
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: What is Retesting?
Answer
# 11
ReTesting means validating the bug after the bug is fixed 
by the development team.
 
Is This Answer Correct ?    1 Yes 0 No
Tarun Gupta
 
  Re: What is Retesting?
Answer
# 12
The reexecution of atest on some application build with 
multiple test data is called retesting
 
Is This Answer Correct ?    0 Yes 0 No
Venkatareddy
 
  Re: What is Retesting?
Answer
# 13
hai

Retesting means check whether the bug is fixed or not.
 
Is This Answer Correct ?    1 Yes 0 No
Sujatha
 
  Re: What is Retesting?
Answer
# 14
hello every one,


Re-Testing:

    Executing all pre-defined (Same Set of Test Cases) 
which is carried after bug verification.

First: Bug File

Second: Bug Severity

Third: Bug Priority

Fourth: Bug Fix

Fifth: Bug Verification (Set by the developer to with 
release version the bug fix is done)

Sixth: May be 2nd Cycle of Testing or 3rd Cycle of Testing 
or ..........nth cycle of Testing.

THE SIXTH STAGE OF TESTING IN DIFFRENT CYCLES IS CALL RE-
TESTING, WITH RESPECT TO MANUAL TESTING. 

WITH RESPECT TO AUTOMATION TESTING THE ANSWERS ABOVE 
MENTION ARE CORRECT. 

I would like to corrct sujatha with some info: 
Cehcking whether the bug is fixed or not correct to UNIT 
testing which is done at developer environment, where as 
when it comes to Testing environment we should reffer to it 
as Verification of the Bug. 

With respect to Testing Team Re-Testing means 
executing "same set of test cases" been executed in 
all "Number of Test cycles" as depending on the SDLC model 
and STLC model or as defined or required by the Project 
mangement for that project cycle.

I hope this solves all issues! 

you can post for more details

Thanks,
Software Quality Test Team.
 
Is This Answer Correct ?    0 Yes 0 No
Praveen.v.n
 
  Re: What is Retesting?
Answer
# 15
Re-testing means Re Testing of the Application. It is not 
Regression testing. Regression testing is done after the 
successful completion of Re-Testing.

For Example you have an application which is compose of 10 
modules. Modules 4,5,10 are interlink means. On your first 
phase of testing you find a bug on module 5 which is having 
10 test cases.

On your second phase of testing you should first do the re-
testing of the fix bug, you have to re execute all the 10 
test cases of the module, i.e Re-testing

After successful completion of  re-testing you will execute 
all the test cases of module 4, 10 as, the two module is 
inter related to the module 5. i.e Regression Testing


Thanks
Manas
manasbarik@rediffmail.com
 
Is This Answer Correct ?    0 Yes 0 No
Manas
 
  Re: What is Retesting?
Answer
# 16
When a Tester finds a bug in the software, the coder fixes 
the bug by making the changes in code.
Now the tester will check the same sceanrio again to see 
whether the bug still exists or it is working fine.here he 
will be exceuting only those failed test cases for that 
particular Module which were responsible for that bug. This 
is called Re- Testing. 

But the changes done in the code will have impact elsewhere 
also i.e in the other areas and Modules. So we have to 
execute all the test cases to see that the changes done in 
the code has not affected the other areas also. This is 
called regression testing.
 
Is This Answer Correct ?    1 Yes 0 No
Chandru
 
  Re: What is Retesting?
Answer
# 17
After fix the bug, re test whether the bug which is found 
has been fixed or not, is called as Retesting.
 
Is This Answer Correct ?    1 Yes 0 No
Ramesha Mc
 
  Re: What is Retesting?
Answer
# 18
If you can understand the main difference between Re-Testing
and Regression Testing, it makes you better understanding
about the theme of Re-Testing.

I want to explain this with a simple example:

There are 10 modules. say there is a modification in 5th
module. After doing the modifications in 5th module we have
test so that we can find out is that modification is
directly or indirectly effecting the application or not.

So, Testing only 5th module where we got the bug is
Re-Testing...

Testing entire modules from 1 to 10 is called regression
testing.

Please correct me if I am Wrong;

sbonkuri@datamonitor.com
 
Is This Answer Correct ?    1 Yes 0 No
Shravan Kumar B
 
  Re: What is Retesting?
Answer
# 19
Re-execution of all test cases with the multiple data in 
the bug impact area is called retesting.
 
Is This Answer Correct ?    0 Yes 1 No
Suvarna
 

 
 
 
Other QA Concepts Interview Questions
 
  Question Asked @ Answers
 
In an interview,the Interviewer asked me what are the reasons For the software has bugs? could u pls. explain the General reasons .. Infeneon-Technologies4
How would you prioritise your tests  1
How many levels of ISTQB Certifications r there? What r they? When they will be commenced?  1
what assistance would you expect from your supervisors in organing your work?  2
After releasing of the product to the market, it will be a failure, Now tell me whether the testing is a)pass b)fail c) it is partial AZTEC5
what is the difference between a error,defect and a bug  7
what are the limitations of testing?explain in detail plz??  5
what is the role of QA in all the phases of SDLC? Value-Labs3
Adhoc testing is advisable for every project? Logica-CMG2
Can anyone listout major scenarios for a payment submission web page??? Xansa1
What is IEEE 829? (This standard is important for Software Test Documentation-Why?) Ordain-Solutions1
how will u know whether ur reported bug is accepted r rejected? Semantic-Space3
What are ISO standards? Why are they important? Vaal-University-of-Technology2
what is web testing and what should you test in web testing?  1
Trace to customer requirements - what type of testing it is.. a.tracebility testing b.white-box testing c.block box testing d.regression testing Logica-CMG4
What are the Blackbox Testing Techniques?  1
What is Recovery Testing?  3
Can you help me with your suggestions so as to select a test management system that fits perfectly well with the two widely used software development methodologies i.e., agile and waterfall?  1
if the requrements are not there in the specifications then how will you write the test scenario& test Cases QA4
defect, error, failure, fault Quinnox4
 
For more QA Concepts 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