Unit tests by a QA Engineer

后端 未结 10 1243
花落未央
花落未央 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条回答
  •  -上瘾入骨i
    2021-02-04 11:33

    A Developer or a fellow developer (code reviewer) should document the Unit test cases which in a way should be based on the Code developed or the Technical Design. However, a QA test cases should be written by the functionl testers that should be based on Functional Design.

    The fundamental difference here is that the UT covers logic, internal flow, performance, optimization whereas the QA covers the functional flow to mimick user experience.

提交回复
热议问题