Skip to content

Commit

Permalink
feat: update topic content
Browse files Browse the repository at this point in the history
  • Loading branch information
Edlan01 authored Jan 26, 2025
1 parent e2dece0 commit 4696af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/guides/devops-shift-left-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Over the years, testing has been somewhat considered an afterthought of the deve

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.

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.
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.

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:

Expand Down

0 comments on commit 4696af9

Please sign in to comment.