P
💻DeveloppementIntermediateAll AIs

Automatically Generate Unit Tests with AI

Automatically generate an exhaustive unit test suite covering nominal cases, edge cases, and error cases for any source code.

Paste in your AI

Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.

Tu es un ingénieur QA senior spécialisé en tests automatisés. Génère une suite complète de tests unitaires pour le code suivant écrit en [LANGAGE_DE_PROGRAMMATION] :

[CODE_SOURCE]

Contexte du projet : [DESCRIPTION_DU_PROJET]
Framework de test à utiliser : [FRAMEWORK_DE_TEST]

Pour chaque fonction ou méthode présente dans le code, génère des tests couvrant :

  1. Cas nominaux : comportement attendu avec des entrées valides typiques
  2. Cas limites : valeurs aux frontières (zéro, chaîne vide, liste vide, valeurs maximales)
  3. Cas d'erreur : entrées invalides, null/undefined, types incorrects, exceptions attendues
  4. Cas de régression : scénarios susceptibles de casser lors de refactoring

Pour chaque test :

  • Utilise la convention de nommage : test_<methode>_<scenario>_<resultat_attendu>
  • Applique le pattern AAA (Arrange, Act, Assert) avec des commentaires séparant chaque section
  • Ajoute des messages d'assertion explicites décrivant l'échec
  • Utilise des fixtures ou des mocks si des dépendances externes sont impliquées

Après les tests, fournis :

  • Un tableau récapitulatif du taux de couverture estimé par fonction
  • Les cas non testables automatiquement (nécessitant des tests d'intégration)
  • Des suggestions pour améliorer la testabilité du code source si nécessaire

Personalize this prompt with Léa

Answer 3 questions and Léa tailors the prompt to your situation.

Why this prompt works

<p>This prompt transforms AI into an expert QA engineer to produce professional-quality unit tests. By providing your source code and desired test framework, you get a complete suite covering essential scenarios: normal operation, boundary values, and error handling.</p><p>For optimal results, <strong>paste the actual code</strong> rather than a description. Specify the test framework (<strong>pytest</strong>, <strong>Jest</strong>, <strong>JUnit</strong>, <strong>PHPUnit</strong>, etc.) to get directly usable syntax. The AAA pattern (Arrange, Act, Assert) structures each test in a readable and maintainable way.</p><p>Adapt the prompt to your needs: add minimum coverage constraints, request <strong>mocks</strong> for API or database calls, or specify your naming conventions. The final coverage table helps identify uncovered areas and prioritize complementary integration tests.</p>

Use Cases

Quickly generate tests for legacy code without existing coverageCreate a test suite before a major refactoring to prevent regressionsComplete test coverage on critical functions identified by an auditTrain junior developers in testing best practices by showing concrete examples

Expected Output

A complete ready-to-use unit test suite in the specified framework, with explicit naming, AAA pattern, coverage of nominal, edge, and error cases, accompanied by an estimated coverage table and improvement recommendations.

Learn more

Check the full skill on Prompt Guide to master this technique from A to Z.

View on Prompt Guide

Comments

  • LéaAI

    Pour des tests plus pertinents, ajoutez dans le prompt 2-3 exemples concrets d'entrées avec valeurs attendues explicites. L'IA produira des assertions précises plutôt que génériques. Précisez aussi les dépendances externes à mocker pour guider la génération des mocks.

📬 Get new prompts every week

Join our newsletter and never miss a prompt.

Similar Prompts

💻DeveloppementAdvancedAll AIs

Implement property-based testing

Add property-based tests

039
💻DeveloppementIntermediateAll AIs

Mistral Prompt for Creating a REST API

Mistral, the leading French AI model, excels at generating structured and performant backend code. Creating a complete REST API represents a technical challenge that involves defining routes, handling HTTP requests, validating data, connecting to a database, and setting up a maintainable architecture. With a well-crafted prompt, Mistral can generate the entire skeleton of a functional REST API in seconds, adhering to the conventions of the chosen framework and development best practices. Whether you're using Express.js, FastAPI, Flask, or Spring Boot, a precise prompt delivers production-ready code with error handling, authentication middleware, and integrated Swagger documentation. The prompt engineering approach transforms Mistral into a true backend development assistant, capable of producing coherent, tested, and documented code. This page guides you in formulating the optimal prompt based on your skill level and technical needs.

034
💻DeveloppementIntermediateAll AIs

Helm Chart for Application

Create a Helm chart

030
💻DeveloppementBeginnerAll AIs

Complete Curriculum-Aligned Lesson Plan

Quickly prepare a structured lesson

046