2017-03-31

Regression Testing

Explain:
Simply speaking, regression testing refers to verifying existing functions do not get affected by implementing new function/features in the system.

Difference between regression testing and retesting.

Re-testing means to test again of particular part of the system when previous defect was rectified by developer at the same place, ensuring the defect is indeed fixed.

Regression testing is done to find out any issues might bring when new modifications or changes have been done to the system.

No comments:

Post a Comment

Setup VNC on Ubuntu 20.04

  sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...