Unit tests by a QA Engineer

后端 未结 10 1258
花落未央
花落未央 2021-02-04 11:25

As I understood from some Q&A sessions (see this and this), unit tests should be written by developers.

At my previous workplace we tried to give this task to a QA Engine

10条回答
  •  难免孤独
    2021-02-04 11:39

    The developer has to write the unit tests. Otherwise it is like the developer doesn't have to care about the quality. In addition, unit tests help the developer to write better code.

    Maybe you've heard about TDD? "Test Driven Development" is a really a good practice for development. Its main purpose is to develop unit tests before write the actual code (which is a strange thing, when we start using TDD, I admit)...

提交回复
热议问题