Skip to content

Commit 4696af9

Browse files
authored
feat: update topic content
1 parent e2dece0 commit 4696af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/guides/devops-shift-left-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Over the years, testing has been somewhat considered an afterthought of the deve
4141

4242
The main idea is to move testing to the **left side** of the development process so that it can happen earlier and more often during the design and development phase.
4343

44-
Shift-Left testing aligns with the DevOps principle of continuous integration and continuous delivery (CI/CD) because automated tests can be written alongside the code and executed as part of the development pipeline. This approach ensures that issues are caught early, developers receive immediate feedback, and overall software quality is improved.
44+
Shift-Left testing aligns with the DevOps principle of continuous integration and continuous delivery (CI/CD) because [automated tests](https://roadmap.sh/devops/test-automation) can be written alongside the code and executed as part of the development pipeline. This approach ensures that issues are caught early, developers receive immediate feedback, and overall software quality is improved.
4545

4646
To implement Shift-Left testing, organizations often rely on a variety of automated testing tools. While the choice of tools may vary based on team preference and specific projects, below are some popular tools for performing Shift-Left testing:
4747

0 commit comments

Comments
 (0)