Do DevOps Engineers Write Software Tests?

0
1
Asked By SunnySky74 On

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

Answered By TestMaster99 On

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.

Answered By CodeNinja42 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.