Skip to main content
For specialised testing scenarios that require specific approaches. These patterns cover use cases that don’t fit neatly into the other categories.

Examples

Simulate a real user talking to a chatbot and validate its responses.
Initiate a 2 way chat conversation simulating a human, ask questions wait
for the bot to respond, continue to ask question (Always wait 30 secs for
bot response). Verify that the responses from the bot makes sense, that
it is polite, professional, and helpful.
Chatbot conversation example
This prompt is useful for testing an AI chatbot — it gives the agent unique responses to send and validates that the chatbot’s replies are acceptable.

Tips

Experiment with Prompts

Try different test step prompts to find what works best for your specific testing needs.

Combine Patterns

Mix patterns from other categories. For example, add a persona to a chatbot test for more realistic interactions.

Next Steps