什么或谁是测试作者?

What or who is test author?

在 Android 中学习使用 Espresso 进行测试时,我遇到了这个术语,其中 ViewInteraction 的文档指出此 class

Provides the primary interface for test authors to perform actions or asserts on views.

此外,在学习 article 单元测试的命名约定时,作者指出

You do not need to name them with a CONST casing , but the name does have to represent the intent of the test author.

那么什么是测试作者,谁是测试作者,是写测试的人还是一些class或单位作为测试作者?

测试作者是为测试编写代码的人(开发人员)。