SQLServerCentral Logo SQLServerCentral Logo
  • Articles
  • Editorials
  • Stairways
  • Forums
    • Forums home
    • Active threads
    • Latest topics
    • Most popular
    • Leaderboard
  • Scripts
  • QotD
  • Books
  • Blogs
  • Register
  • Login
  • Write for us
  • Menu
  • Articles
  • Editorials
  • Stairways
  • Forums
    • Forums home
    • Active threads
    • Latest topics
    • Most popular
    • Leaderboard
  • Scripts
  • QotD
  • Books
  • Blogs
  • Write for us
  • Register
  • Login

bqurious

  • Profile
  • Topics Started
  • Replies Created
  • Leaderboards

bqurious

Account

  • Last login: March 29th 2022
  • Login count: 1
  • Reputation: Newbie

About

  • Description: Automated regression testing is a process in which software tests are executed repeatedly with minimal human involvement. The goal of automated regression testing is to catch any new bugs introduced by the developers during code changes.

    Regression bugs are dangerous because they can only be caught by running the same tests again and again. It would be too time-consuming and expensive to have someone run tests manually each time there was a new change. That is why regression testing should be automated.

    Automated regression testing is carried out using software tools that can execute test cases automatically, without human intervention. In this type of testing, test scripts are created before the code changes are made and then executed after the code changes are complete.
  • Website: https://bqurious.com/automated-regression-testing

Forum

  • Forum role: Participant
  • About SQLServerCentral
  • Contact Us
  • Terms of Use
  • Privacy Policy
  • Contribute
  • Contributors
  • Authors
  • Newsletters
Redgate logo