QuestionQ8
Prompt Engineering for Effective Software TestingA tester is preparing a prompt for an LLM to generate test cases. One section of the prompt states:
> “The generated test cases must be provided in a CSV file format, with columns for Test ID, Description, Preconditions, Test Steps, and Expected Result.”
In which component of the six-part prompt structure would this statement MOST LIKELY appear?
- A Role
- B Constraints
- C Instruction
- D Output format
Community Discussion