Hey everyone! I'm diving into software testing and I have to admit, the variety of tests like unit, integration, and frontend has me a bit overwhelmed. My main question is, if I'm working in DevOps, do I need to write all these tests myself, or is it more about checking and automating them within the CI/CD pipeline? Also, who typically writes these tests—the developers or the DevOps team? Any insights would be appreciated!
2 Answers
Typically, it's the developers who write the tests since they know the code best. As a DevOps engineer, your role is more about integrating those tests into the CI/CD pipeline. You might need to understand the tests to set them up effectively, but you won't be writing them all yourself.
Honestly, just familiarize yourself with the various test types. In a DevOps role, you'll mostly be configuring and running tests rather than writing them. So focus on understanding the purpose of each type of test instead of stressing about writing them yourself!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically