Skip to content

Commit 76aec27

Browse files
authored
feat: add internal blog links to regression-testing glossary page (#874)
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
1 parent 8bceb76 commit 76aec27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

versioned_docs/version-4.0.0/concepts/reference/glossary/regression-testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212

1313
## What is regression testing?
1414

15-
Regression testing is a type of software testing that ensures that changes made to a software application do not negatively impact existing functionality. It is typically performed after a new feature is added, a bug is fixed, or a configuration change is made.
15+
[Regression testing](https://keploy.io/blog/community/regression-testing-an-introductory-guide) is a type of software testing that ensures that changes made to a software application do not negatively impact existing functionality. It is typically performed after a new feature is added, a bug is fixed, or a configuration change is made.
1616

1717
Regression testing can be performed manually or using automated tools. Manual regression testing involves re-running a subset of test cases that have been previously executed to ensure that they still pass. Automated regression testing uses software to execute test cases automatically, which can save time and resources.
1818

@@ -45,6 +45,8 @@ Overall, by leveraging Keploy's testing capabilities and integrating it into you
4545

4646
## Key differences between manual regression testing and automated regression testing:
4747

48+
Understanding the difference between manual and [automated regression testing](https://keploy.io/blog/community/automated-regression-testing) helps teams choose the right approach for their context. The table below breaks down the key factors across speed, cost, scalability, and maintenance.
49+
4850
| Feature | Manual Regression Testing | Automated Regression Testing |
4951
| ------------------------ | --------------------------------------------------------- | -------------------------------------------------------------------------------- |
5052
| **Execution Method** | Test cases are executed manually by testers. | Test cases are executed automatically by software tools. |

0 commit comments

Comments
 (0)