阅读(428) 书签 (0)

ChatGPT 自动化测试 提示词(Prompts)

2023-06-21 14:29 更新

标签:软件开发

中文提示词:

基于输入参数和预期输出,为以下[语言]函数生成测试用例:[函数签名]。

英文提示词:

Generate test cases for the following [language] function based on the input parameters and expected output: [function signature].

中文提示词:

为给定的[语言]代码创建一个涵盖[单元/集成/系统]测试的测试脚本:[代码片段]。

英文提示词:

Create a test script for the given [language] code that covers [unit/integration/system] testing: [code snippet].

中文提示词:

为以下[语言]函数生成测试数据,测试各种边界情况:[函数签名]。

英文提示词:

Generate test data for the following [language] function that tests various edge cases: [function signature].

中文提示词:

为一个包括[单元、集成、系统和/或性能]测试的[网络/移动]应用程序设计一个测试策略。

英文提示词:

Design a testing strategy for a [web/mobile] app that includes [unit, integration, system, and/or performance] testing.

中文提示词:

为一个[语言]API编写一个测试套件,验证其在不同条件下的功能和性能。

英文提示词:

Write a test suite for a [language] API that verifies its functionality and performance under different conditions.

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。