home/roleplay/prompt-09-test-suites

Prompt 09 Test Suites

GPTClaudeGemini··879 copies·updated 2026-07-14
prompt-09-test-suites.prompt
# prompt-09 — Test Suites

| Attribute        | Detail |
| :---             | :--- |
| **Location**     | `08-genai-test-acceleration/04-implementation-prompts/prompt-09-test-suites.md` |
| **Project**      | Tricentis Demo Web Shop |
| **Version**      | 1.0 |
| **STLC Phase**   | Test Implementation |
| **GenAI Technique** | Prompt chaining · Structured prompt · Iterative HITL |
| **Reference**    | CT-GenAI GenAI-2.1.1 / GenAI-2.2.2 |

## Artifact Description

A **Test Suite** (**`TS`**) is a set of grouped test procedures designed to be executed together in a single session. As defined in ISTQB CTFL v4.0, it is a *test implementation work product*. Grouping by suite allows test execution to be prioritized by criticality: Smoke, Regression, then E2E.

**Function in the STLC:** Specifies execution sequence and entry/exit criteria for each suite, enabling the execution stage.

**Input sources:** Approved `test-procedures.md` and the prioritization strategy from the Test Plan.

---

## Prompt

> [!TIP]
> 🔗 **Requires:** Active `system-prompt.md` and `context-rules.md`. Input: Completed `prompt-08-procedures.md`.

### Instruction

Work with the tester to organize the test procedures into suites:

1. Assign each **`TP`** to a suite according to execution priority: **`TS-01`** (Smoke), **`TS-02`** (Regression), **`TS-03`** (E2E).
2. Define entry criteria for **`TS-02`** and **`TS-03`** using the outcome and defect severity from the preceding suite.
3. Confirm that no **`TP`** is included in more than one suite without explicit tester agreement.

### Input data

when to use it

Community prompt sourced from the open-source GitHub repo LuisAdonais/istqb-manual-qa-ecommerce (NOASSERTION). A "Prompt 09 Test Suites" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

LuisAdonais/istqb-manual-qa-ecommerce · NOASSERTION