Results 1 to 6 of 6

Thread: Regression Testing

  1. #1
    Join Date
    Nov 2009
    Posts
    862

    Regression Testing

    Hello, I am student of Computer science. I am having knowledge about the programming. We are not having any knowledge about the Software testing, but as I have to submit the case study about the Regression Testing I need to know it. So, if you are having knowledge about it then please provide me that. It will be helpful for me to know more about it.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Regression Testing

    Regression testing is done to the software application for getting to know that whether the problem in the software when fixed existing working of the sotware is not harmed. It will provide you the working of the software is as per the earlier or not. It may possible that while modifying the software some of the unwanted changes have been done and you unaware about it. So, this Regression Testing provide you whether the software meets the goals or not.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Regression Testing

    Regression Testing is having following characteristics:
    • It will make use of the existing test suites and test phase.
    • Regression Testing is performed on software many times for checking the software working.
    • It is a costly activity.
    • It is the long running and complex process.
    • This testing is performed in the Maintenance phase.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Regression Testing

    Regression Testing is having following four types of techniques:
    1. Corrective Regression Testing
    2. Progressive Regression Testing
    3. The Retest-All Strategy
    4. The Selective Strategy

  5. #5
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Regression Testing

    Whenever you modify any content in your program then you must need to test that whether your contents have made changes to your existing program or not. That means it can affect your requirement and then you can't get your requirement. So, you need to perform the Regression testing. You can do so by rerunning existing tests against the modified code. While doing this you can make use of the strategies below:
    • Test fixed bugs promptly
    • Check the other changes
    • Write a regression test for solving every problem
    • Focus on functional issues
    • Try it by making changes
    • You need to also find out the overall change in the program

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Regression Testing

    Regression testing is the testing method where you check that while fixing problems in the program your existing program is working properly or not. So that you can able know whether your system is working as per your requirement or not. This is normal part. If you are working in the big company then you will come to know that this is done by the Test Specialist. It will help you to know that the existing code is working properly or not.

Similar Threads

  1. Need some good testing utility for software testing
    By Madri in forum Software Development
    Replies: 6
    Last Post: 12-07-2012, 06:28 PM
  2. Replies: 5
    Last Post: 10-07-2011, 10:58 AM
  3. CRM 4.0 Update Rollup 2 workflow regression error
    By Zayd in forum Networking & Security
    Replies: 3
    Last Post: 01-08-2009, 07:53 AM
  4. Mac OS X 10.5.7 in testing
    By Astro121 in forum Operating Systems
    Replies: 4
    Last Post: 26-02-2009, 03:26 PM
  5. Software Testing Information, Software Testing
    By Bhusan in forum Education Career and Job Discussions
    Replies: 4
    Last Post: 01-09-2008, 07:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,638,668.92214 seconds with 16 queries