Unit tests by a QA Engineer

后端 未结 10 1361
花落未央
花落未央 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:33

    Generally, I think it is a bad idea. Unit tests guide the developer to write modular (and therefore useful, reusable) code because their code needs to work with both the production system and the test code.

提交回复
热议问题