返回全部术语
83调试与测试

Test Case

测试用例

为了验证某个功能是否正常工作而设计的具体测试场景和步骤。

举个例子

我写了一个测试用例:输入错误密码时,应该显示提示信息。

相关资源

复制提示词

Write test cases for this feature, including the happy path and edge cases.

相关术语

查看全部