TesterArmyTesterArmy
Platform

Prompt Templates

Learn how to create and use reusable prompt templates with variables in TesterArmy.

Prompt templates let you create reusable test prompts with variables. Instead of typing the same instructions repeatedly, save them as a template and fill in the specifics each time.

Accessing Templates

Templates are project-scoped. Access them via the Templates tab in any project.

Creating a Template

  1. Go to Project → Templates
  2. Click New
  3. Fill in:
    • Name — A short, descriptive name
    • Description — Optional context about when to use this template
    • Content — The prompt text with optional variables
  4. Click Save

Using Variables

Variables use double curly braces: {{variable_name}}

Example template:

Test the {{feature}} on {{page_url}}.
Verify that {{expected_behavior}}.

When you use this template, you'll be prompted to fill in each variable before the content is inserted into the chat.

Variable Names

  • Use descriptive names: {{user_email}} not {{x}}
  • Underscores or camelCase: {{page_url}} or {{pageUrl}}
  • Variables are case-sensitive

Using a Template

  1. Open the Templates tab
  2. Find your template and click Use Template
  3. Fill in any variables in the dialog
  4. The completed prompt is inserted into the chat input

Favorites

Star templates you use frequently. Click the star icon on any template card. Use the Favorites filter to quickly find them.

Managing Templates

All team members with project access can:

  • Create new templates
  • Edit existing templates
  • Delete templates
  • Mark templates as favorites (personal preference)

Changes are visible to all team members immediately.

On this page