ChatGPT 测试和质量保证 提示词(Prompts)
2023-07-03 16:11 更新
标签:软件开发
中文提示词:
为给定的 [language] 代码设计一个测试套件,涵盖各种测试场景和边缘情况:[code snippet]。
英文提示词:
Design a test suite for the given [language] code that covers various test scenarios and edge cases: [code snippet].
中文提示词:
推荐编写和维护 [language] 代码库单元测试的最佳实践。
英文提示词:
Recommend best practices for writing and maintaining unit tests for a [language] codebase.
中文提示词:
针对给定的 [language] 项目,提出自动化回归测试的策略:[project description]。
英文提示词:
Suggest strategies for automating regression testing in the given [language] project: [project description].
中文提示词:
比较不同的 [language] 测试框架,并推荐一个最适合给定项目的框架:[project description]。
英文提示词:
Compare different [language] testing frameworks and recommend one that best suits the given project: [project description].
中文提示词:
分享如何在 [language] 项目的开发过程中整合持续测试和质量保证的建议。
英文提示词:
Share advice on how to incorporate continuous testing and quality assurance into the development process for a [language] project.
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。