Geeks Talk

Prepare for your Next Interview




Regression Testing - if I have 1000 test cases ...

This is a discussion on Regression Testing - if I have 1000 test cases ... within the Testing Issues forums, part of the Software Testing category; Recently in an interview i was asked this question. What is regression testing. I told them if a change is done in the application or if a bug is fixed ...


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 12-28-2006
Expert Member
 
Join Date: Oct 2006
Posts: 690
Thanks: 0
Thanked 49 Times in 41 Posts
JobHelper is on a distinguished road
Regression Testing - if I have 1000 test cases ...

Recently in an interview i was asked this question. What is regression testing. I told them if a change is done in the application or if a bug is fixed by the developer, we use to do regression testing and ensure that this bug is not having impact on the other modules of the application.

Interviewer asked, so for example if I have 1000 test cases with me should we run and see all the test cases for this bug fixing?.

I was not able to answer this question. Please help me.

NOTE : [This question was asked by umashankar]
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-29-2006
Junior Member
 
Join Date: Dec 2006
Location: Pune
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
tush25 is on a distinguished road
Re: Regression Testing - if I have 1000 test cases ...

Regression testing is not done when a Bug is fixed. For the Fixed bug we only re-test the product to verify whether the bug has been resolved or not.

Regression testing actually refers to retesting of a previously tested program following modifications to ensure that faults have not been introduced or uncovered as a result of the changes made, and that the modified system still meets its requirements. It is performed whenever the software or its environment is changed.

Please note there is a difference between testing after a bug is fixed
(Commonly referred as Retesting of Defect) and when the complete software if modified or multiple changes have been made and the product is tested (Regression Testing)
Reply With Quote
  #3 (permalink)  
Old 12-29-2006
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 865
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Regression Testing - if I have 1000 test cases ...

Answer given by umasankar is right.
Actually interviewer was just want to know whether he has true exp. or showing the fake.

In real environment we only see whether the bug has been fixed, or can run some new test cases to catch new bug due to bug fixing.When product mobule is ready , at that time we should do regression, or you may see we should do regression on timely basis.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #4 (permalink)  
Old 12-29-2006
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 520
Thanks: 1
Thanked 53 Times in 45 Posts
sutnarcha is on a distinguished road
Re: Regression Testing - if I have 1000 test cases ...

Regression testing is applying the previously failed and all the related tests on the modified built.

Eg. Let us suppose there are 25 test cases for the functionality. During the initial testing, the test case numbers 11 and 12 have failed and we can't continue testing unless the 2 bugs are resolved. In such case we first report the bugs. Once we receive the modified build from the developers, we apply previously failed test cases (i.e. 11 & 12) and all related test cases according to the bug (say 6, 7, 8 and 9). After that we continue applying the remaining test cases (i.e. 13 to 25).
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Regression and Sanity Testing JobHelper Testing Issues 13 09-15-2008 02:12 AM
Uploading Test Cases into Quality Center and Test Director Rajani Test Director 2 05-13-2008 05:27 AM
test cases for Radio neetisharma Test Cases 4 04-18-2007 06:57 AM
Regression Testing Jimmy Zorald Testing Issues 3 12-29-2006 04:06 AM


All times are GMT -4. The time now is 12:53 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved