Results 1 to 2 of 2

Thread: Regression testing

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default Regression testing

    Can someone define regression testing for me for a website I've found a definition but its for software. Is it mostly going back threw code taking out parts and finding out whats not working?

  2. #2
    Join Date
    Oct 2008
    Posts
    20
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    regression testing is basically when you re-run all the previously done tests. This is when you add new code to your program.You have to test everything again to make sure the new piece of code is working as it should be and not causing some errors which did not occur before that new code was implemented

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
  •