friends i know what is regression testing but i need an
real time example from any of the projects..

Answers were Sorted based on User's Feedback



friends i know what is regression testing but i need an real time example from any of the projects..

Answer / mona

Thought not from a Project a generalized Example is Suppose
u r testing a banking system. Firstly the system was build
to handle checking accounts and developed and tested , then
in a 2nd phase they developed Savings features and added on
to the existing system , now if this has to be tested then
we have to test the already exisitng cheking account
functionality too. So testing all the existing
functionality so that the new features have not disturbed
the laready developed features is regression testing.

Is This Answer Correct ?    29 Yes 0 No

friends i know what is regression testing but i need an real time example from any of the projects..

Answer / manishankar mahapatra

When a bug is fixed by the development team than testing the
other features of the applications which might be affected
due to the bug fix is known as regression testing.


For Example there are three Modules in the Project named
Admin Module, Personal Information, and Employment Module
and suppose bug occurs in the Admin Module like on Admin
Module existing User is not able to login with valid login
credentials so this is the bug.

Now Testing team sends the above - mentioned Bug to the
Development team to fix it and when development team fixes
the Bug and hand over to Testing team than testing team
checks that fixed bug does not affect the remaining
functionality of the other modules (Admin, PI, Employment)
and also the functionality of the same module (Admin) so
this is known as the process of regression testing done by
Software Testers.

Is This Answer Correct ?    6 Yes 0 No

friends i know what is regression testing but i need an real time example from any of the projects..

Answer / cheryl

Consider a login page where we have the cancel and the ok
button.. once we type in the valid login id and password we
click on OK.. and we get the desired window opened.. in case
of regression testing, if there is an error while clicking
the OK button, the developing team makes valid changs in the
OK button module, after the correction the tester does the
regression testing i.e to test whether in doing the
correction for OK button, the CANCEL button is effected or not.

Is This Answer Correct ?    10 Yes 6 No

friends i know what is regression testing but i need an real time example from any of the projects..

Answer / kishore

Testing is conducted on modified build to ensure the changes are working correct because of this changes we need to make sure that dependent functionalities also working fine
Eg: when a new functionality is added to the software we need to make sure that the added new functionality doesnot break the other existing functionality in the application make sense.

Is This Answer Correct ?    0 Yes 0 No

friends i know what is regression testing but i need an real time example from any of the projects..

Answer / arjun

regression testing is that a devbeloper add certain
features to the exsistant build then regression plays a
vital role.
say that u have version of 1.0 and u are going to
do some enhancements for that, that means that u r going
change the version from 1.0 to 1.1 by cerain additional
features

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More Manual Testing Interview Questions

Can u please explain the regression testing criteria? we are having 1000 testcases, outof 1000 TC'S 800 defects we find,whose priority and seviority is high . in this situation how we can done the regression testing?

1 Answers   iGate,


The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version

1 Answers  


is traceability matrix prepared by jr tester or sr tester or test lead?

9 Answers   Accenture,


could any body plz let me know which is best training institute for telecome testing in hyderabad?

0 Answers  


There is a field called "Departure Time" Write the test cases for this field.

4 Answers   Emptoris,






what is mean by exactly the difference between the testcase and usecase

6 Answers   HCL,


What is the difference between bug and defect?

8 Answers  


What are the types of functional testing?

6 Answers  


What is the role of Documentation for QA?

1 Answers   Patni,


what are the contents of black box & white box testing.

3 Answers  


What is dry run testing??

2 Answers  


Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.

3 Answers   Accenture,


Categories