Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How to do regression testing? within the Testing Frameworks forums, part of the Software Testing category; At times all the specifications of the application are not defined. I think that all the passed & failed test cases should be documented with test data. When the application ...
|
|||||||
| Testing Frameworks Open Source Software testing tools and scripts. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
How to do regression testing?
At times all the specifications of the application are not defined. I think that all the passed & failed test cases should be documented with test data. When the application comes for regression testing, we should execute all the test cases to make sure that the previous bugs were resolved & no new bug was introduced. My colleague does not want to document the passed test cases as it would take a lot of time. She wants to document only the failed test cases & recheck only these test cases for regression testing.
Please comment. |
| Sponsored Links |
|
|||
|
Re: How to do regression testing?
Well Kamal, there are three types of regression test,
1.Unit regression test 2.Regional regression test 3.Full regression test First one, Verify only the modified/deleted/newly introduced feature when you are sure that the changes are not going to affect other areas Second one, Verify only the affected areas by executing the respective test cases when u know the modified/deleted/newly introduced feature is going to affect these areas. Third one, When you dont know where and all the changes going to affect, execute all the test cases irrespective of passed and failed test cases in the previous test Regards, Sangeetha |
|
|||
|
Re: How to do regression testing?
Hi Kamal,
For regression testing generally we need to execute all the Test Cases associated with the software for which we are performing regression testing. So for regression all the Test Cases as well as the Fix Cases (means Test Cases that are prepared for the Issues that are already reported) needs to be executed. Regards, Soumyajeet |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regression Testing | Jyoti Sharma | Web Testing | 4 | 05-12-2009 07:22 AM |
| Regression and Sanity Testing | JobHelper | Testing Issues | 21 | 03-20-2009 03:55 AM |
| How QTP is used for Regression Testing(process) | test_3 | QTP | 2 | 07-18-2007 06:46 AM |
| Retesting & REgression Testing | bharathi_ark | Testing Issues | 3 | 03-01-2007 12:12 PM |
| Regression Testing | Jimmy Zorald | Testing Issues | 3 | 12-29-2006 04:06 AM |