Do DevOps Engineers Write Software Tests?

0
6
Asked By CuriousCoder92 On

Hey everyone! I hope you're all doing great. I'm currently diving into the world of software testing and feeling a bit overwhelmed with different types like unit testing, integration testing, and frontend testing. My main confusion is whether, as a DevOps engineer, I need to write all these tests myself or just ensure they are properly automated in the CI/CD pipeline. So, who is actually responsible for writing these tests—developers or DevOps? I'd really appreciate your thoughts on this!

1 Answer

Answered By DevTestDude On

Ideally, your developers should be the ones writing the tests since they’re the ones who created the application. They’ll know exactly what aspects need to be tested. As a DevOps engineer, your role is to make sure those tests are included in the pipeline so they run automatically.

CuriousCoder92 -

Thanks for your insight! So, as a DevOps learner, should I focus more on reading about different types of tests or is there practical work I should dive into?

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.