<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Testing on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/testing/</link>
    <description>Recent content in Testing on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <lastBuildDate>Sun, 17 May 2026 17:50:46 +0530</lastBuildDate>
    <atom:link href="https://blog.rajpoot.dev/tags/testing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python Cheatsheet 07 — pytest Essentials</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/07-pytest-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/07-pytest-cheatsheet/</guid>
      <description>pytest cheatsheet — fixtures, parametrize, marks, plugins, async.</description>
    </item>
    <item>
      <title>Integration Cheatsheet 08 — Testing the Full Stack</title>
      <link>https://blog.rajpoot.dev/cheatsheets/integrations/08-testing-stack-cheatsheet/</link>
      <pubDate>Sat, 16 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/integrations/08-testing-stack-cheatsheet/</guid>
      <description>Test the FastAPI &#43; SQLA &#43; Pydantic &#43; Alembic stack end-to-end.</description>
    </item>
    <item>
      <title>FastAPI Cheatsheet 09 — Testing with Pytest, AsyncClient, and testcontainers</title>
      <link>https://blog.rajpoot.dev/cheatsheets/fastapi/09-testing-cheatsheet/</link>
      <pubDate>Mon, 11 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/fastapi/09-testing-cheatsheet/</guid>
      <description>FastAPI testing cheatsheet — TestClient, AsyncClient, dependency overrides, real DB tests, factories, CI.</description>
    </item>
    <item>
      <title>FastAPI Textbook Ch. 10 — Testing FastAPI: Pytest, AnyIO, and Real DBs</title>
      <link>https://blog.rajpoot.dev/textbooks/fastapi/10-testing/</link>
      <pubDate>Wed, 06 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/textbooks/fastapi/10-testing/</guid>
      <description>Chapter 10 — Testing FastAPI: TestClient, AsyncClient, dependency overrides, real DB tests, fixtures, and CI patterns.</description>
    </item>
    <item>
      <title>SQLAlchemy 2.0 Textbook Ch. 11 — Testing</title>
      <link>https://blog.rajpoot.dev/textbooks/sqlalchemy/11-testing/</link>
      <pubDate>Thu, 07 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/textbooks/sqlalchemy/11-testing/</guid>
      <description>Chapter 11 — Testing SQLAlchemy: per-test transactions, testcontainers, factories, and async test fixtures.</description>
    </item>
    <item>
      <title>Django Cheatsheet 13 — Testing</title>
      <link>https://blog.rajpoot.dev/cheatsheets/django/13-testing-cheatsheet/</link>
      <pubDate>Thu, 21 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/django/13-testing-cheatsheet/</guid>
      <description>Django testing cheatsheet — pytest-django, fixtures, client, DB tests.</description>
    </item>
    <item>
      <title>React Cheatsheet 13 — Testing with React Testing Library</title>
      <link>https://blog.rajpoot.dev/cheatsheets/react/13-testing-cheatsheet/</link>
      <pubDate>Tue, 19 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/react/13-testing-cheatsheet/</guid>
      <description>React testing cheatsheet — RTL, Vitest, user-event, async, mocks.</description>
    </item>
    <item>
      <title>TypeScript Cheatsheet 14 — Vitest with TypeScript</title>
      <link>https://blog.rajpoot.dev/cheatsheets/typescript/14-vitest-cheatsheet/</link>
      <pubDate>Mon, 18 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/typescript/14-vitest-cheatsheet/</guid>
      <description>Vitest cheatsheet — test runner for TypeScript projects.</description>
    </item>
    <item>
      <title>Python Cheatsheet 19 — Testing Patterns Beyond pytest Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/19-testing-patterns-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/19-testing-patterns-cheatsheet/</guid>
      <description>Advanced Python testing — mock, snapshot, property-based, factory.</description>
    </item>
    <item>
      <title>Pydantic Cheatsheet 19 — Testing Pydantic Models</title>
      <link>https://blog.rajpoot.dev/cheatsheets/pydantic/19-testing-cheatsheet/</link>
      <pubDate>Thu, 14 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/pydantic/19-testing-cheatsheet/</guid>
      <description>Pydantic testing patterns — parametrized validation tests, factories, error matching.</description>
    </item>
    <item>
      <title>Go Testing Patterns in 2026 — Table-Driven, Subtests, and Real Integrations</title>
      <link>https://blog.rajpoot.dev/posts/go/go-testing-patterns-2026/</link>
      <pubDate>Sat, 02 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-testing-patterns-2026/</guid>
      <description>Modern Go testing in 2026 — table-driven tests, subtests, testcontainers, fuzzing, golden files, and the patterns from production teams.</description>
    </item>
    <item>
      <title>Testing FastAPI Apps in 2026 — Strategies That Catch Real Bugs</title>
      <link>https://blog.rajpoot.dev/posts/python/python-fastapi-testing-strategies-2026/</link>
      <pubDate>Thu, 30 Apr 2026 19:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/python/python-fastapi-testing-strategies-2026/</guid>
      <description>Testing strategies for FastAPI apps in 2026 — unit, integration, contract, end-to-end, with real DB and async-aware patterns.</description>
    </item>
    <item>
      <title>LLM Evaluations — How to Test Prompts and Agents Like a Pro</title>
      <link>https://blog.rajpoot.dev/posts/ai/llm-evaluations-test-prompts-agents/</link>
      <pubDate>Tue, 28 Apr 2026 16:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/ai/llm-evaluations-test-prompts-agents/</guid>
      <description>A practical, no-fluff guide to evaluating LLM applications — what to measure, how to build a starter eval set, LLM-as-judge done right, and how to wire evals into CI.</description>
    </item>
    <item>
      <title>Testing FastAPI Apps: From Pytest to Database Isolation</title>
      <link>https://blog.rajpoot.dev/posts/fastapi/testing-fastapi-apps/</link>
      <pubDate>Tue, 28 Apr 2026 13:55:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/fastapi/testing-fastapi-apps/</guid>
      <description>How to test FastAPI applications properly — pytest setup, async test client, database isolation per test, fixtures for auth, and the patterns that scale.</description>
    </item>
  </channel>
</rss>
