Active TopicsActive Topics  Display List of Forum MembersMemberlist  CalendarCalendar  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin


 One Stop Testing ForumTypes Of Software Testing @ OneStopTestingManual Testing @ OneStopTesting

Message Icon Topic: What is regression testing,.......................

Post Reply Post New Topic
Page  of 2 Next >>
Author Message
tanushree
Senior Member
Senior Member
Avatar

Joined: 04Apr2007
Online Status: Offline
Posts: 2160
Quote tanushree Replybullet Topic: What is regression testing,.......................
    Posted: 28Nov2007 at 4:38am
What is regression testing, and how it started and end. Assume that in one module u found a bug, u send that to the developer end to fix that bug, but after that bug fixed, how will u do the regression testing and how will u end that.

A.Regression Testing  is re testing unchanged segments of the application system, it normally involves re-running test that have been previously executed to ensure that the same results can be achieved currently as were achieved when the segment was last tested.. For example, the tester get a bug in a module, after getting that module, tester sends that part to the developers end to fix that bug. After fixing that bug, that module comes to the tester end. After received, the tester again test that module and find out that, whether all the bugs are fixed or not. If those bug are fixed and after that the tester have to checked out that by fixing these bugs, whether the developer made some idiot move, and it leads to rise other bugs in other modules. So the tester has to regressively test different modules.



Post Resume: Click here to Upload your Resume & Apply for Jobs

IP IP Logged
romal
Newbie
Newbie
Avatar

Joined: 26Nov2007
Online Status: Offline
Posts: 1
Quote romal Replybullet Posted: 28Nov2007 at 11:58am
adding to the above description:

sometimes it is tough to decide how much regression testing is required on the module after the bug has been fixed by the developer, in order get over the ambiguity one can ask developer to provide the impacted area (impact analysis) for which the bug has been fixed.
You can also ask for unit test cases the developer has executed after fixing the bug so that you will get an idea where to concentrate.

Cheers
IP IP Logged
RAMS-212
Newbie
Newbie


Joined: 13Dec2007
Location: India
Online Status: Offline
Posts: 1
Quote RAMS-212 Replybullet Posted: 13Dec2007 at 4:40am
adding to above concepts
 
Regression Testing means  the validation of  the defect corrected by the doveloper  working properly or not and due to that correction,is there is any other side impacts on the same functionlity and other existing functionalitys.


Edited by RAMS-212 - 13Dec2007 at 4:42am
Ch.Ramarao
IP IP Logged
dkarthikeyan
Newbie
Newbie
Avatar

Joined: 19Nov2007
Online Status: Offline
Posts: 31
Quote dkarthikeyan Replybullet Posted: 16Apr2008 at 4:18am

Regression Testing: 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 requirements

Regression Testing

Usage:

  • All aspects of system remain functional after testing.
  • Change in one segment does not change the functionality of other segment.

 

Objective:

  • Determine System documents remain current
  • Determine System test data and test conditions remain current
  • Determine Previously tested system functions properly without getting effected though changes are made in some other segment of application system.

How to Use

  • Test cases, which were used previously for the already tested segment is, re-run to ensure that the results of the segment tested currently and the results of same segment tested earlier are same.
  • Test automation is needed to carry out the test transactions (test condition execution) else the process is very time consuming and tedious.
  • In this case of testing cost/benefit should be carefully evaluated else the efforts spend on testing would be more and payback would be minimum.

When to Use

  • When there is high risk that the new changes may effect the unchanged areas of application system.
  • In development process: Regression testing should be carried out after the pre-determined changes are incorporated in the application system.
  • In Maintenance phase : regression testing should be carried out if there is a high risk that loss may occur when the changes are made to the system

Example

  • Re-running of previously conducted tests to ensure that the unchanged portion of system functions properly.
  • Reviewing previously prepared system documents (manuals) to ensure that they do not get effected after changes are made to the application system.

Disadvantage

  • Time consuming and tedious if test automation not done

 

IP IP Logged
dharmendra.gaur
Newbie
Newbie
Avatar

Joined: 30May2008
Location: India
Online Status: Offline
Posts: 1
Quote dharmendra.gaur Replybullet Posted: 30May2008 at 3:17am
In Regression Testing, we are checking the impact on module by modification in code. aftre getting information that the bug is fixed, we are going to check the fixation is going to create any problems in the application or not.
 
Regression testing id the process of testing the application which is already tested. It is done on different build.
Dharmendra Gaur
IP IP Logged
getzephyr
Groupie
Groupie


Joined: 25Jan2008
Online Status: Offline
Posts: 47
Quote getzephyr Replybullet Posted: 31May2008 at 12:44am
Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes.
IP IP Logged
Fredri
Newbie
Newbie
Avatar

Joined: 06Aug2008
Location: India
Online Status: Offline
Posts: 1
Quote Fredri Replybullet Posted: 11Aug2008 at 5:57am
I Agree with getzephyr
  
IP IP Logged
chaitanyak6
Newbie
Newbie


Joined: 11Dec2008
Location: India
Online Status: Offline
Posts: 1
Quote chaitanyak6 Replybullet Posted: 11Dec2008 at 11:29pm

Regression Testing is checking for the newly added functionality causing any errors interims of functionality and the common functionality should be stable in the latest and the previous versions

things should be tested in regression testing - While doing Regression Testing a tester must check that any new updating or Modification or Change in Functionality of a Particular Component or Module does not create any disorder and any negative affects on the functionality of the Application

Regards,
Chaitanya.K
HPIT – CSN TCOE
IP IP Logged
cprasenjit26
Senior Member
Senior Member
Avatar

Joined: 14May2009
Location: India
Online Status: Offline
Posts: 151
Quote cprasenjit26 Replybullet Posted: 26May2009 at 10:50pm

Regression testing is any type of software testing which seeks to uncover software regressions. Such regressions occur whenever software functionality that was previously working correctly, stops working as intended. Typically regressions occur as an unintended consequence of program changes. Common methods of regression testing include re-running previously run tests and checking whether previously fixed faults have re-emerged.

IP IP Logged
kalai
Newbie
Newbie


Joined: 24Jun2009
Online Status: Offline
Posts: 8
Quote kalai Replybullet Posted: 24Jun2009 at 4:17am

Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes. Regression testing is a normal part of the program development process and, in larger companies, is done by code testing specialists. Test department coders develop code test scenarios and exercises that will test new units of code after they have been.

IP IP Logged
Page  of 2 Next >>
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.891 seconds.
Vyom is an ISO 9001:2000 Certified Organization

© Vyom Technosoft Pvt. Ltd. All Rights Reserved.

Privacy Policy | Terms and Conditions
Job Interview Questions | Placement Papers | Free SMS | Freshers Jobs | MBA Forum | Learn SAP | Web Hosting