PictRider is a web-based tool for generating pairwise test cases quickly and easily, with no installation required.
https://pictrider.takeyaqa.dev/
Using an AI agent for test design? Check out PictMCP.
- 🌐 No Installation Required - Get started immediately from your browser
- 🛠️ User-Friendly Interface - Intuitive UI for defining parameters, values, and constraints
- ⚡ WebAssembly Powered - Fast execution using Microsoft's PICT algorithm compiled to WebAssembly
- 🔗 Constraint Support - Define constraints to filter out invalid parameter combinations
- 📤 Export Results - View and export the generated test cases
PictRider is a web application — no installation is required. Just open the link below in your browser:
https://pictrider.takeyaqa.dev/
PictRider supports the latest versions of modern browsers (Chrome, Firefox, Safari, Edge).
PictRider also supports installation as a Progressive Web App (PWA) for offline access and a native app-like experience. In Chrome or Edge, click the install icon in the address bar, then click "Install".
If you prefer a web-based interface without the need for installation or command-line usage, PictRider provides a user-friendly way to generate pairwise test cases directly in your browser, making it accessible for those who may not be comfortable with command-line tools.
Pairwise testing (also known as all-pairs testing) is a combinatorial testing method that generates test cases covering all possible pairs of input parameters. This significantly reduces the number of test cases while maintaining high defect detection rates.
PictRider supports the full PICT constraint syntax. See the PICT documentation for details.
PictRider uses Plausible Analytics for basic, privacy-friendly website analytics. Plausible does not use cookies and collects only minimal, anonymized usage data; IP addresses are not stored and data is aggregated. See Plausible's privacy documentation for details.
All test case generation is performed locally in your browser using WebAssembly. Your input data is never sent to any server.
When installed as a PWA, analytics are completely disabled.
This project is licensed under the MIT License—see the LICENSE file for details.
PictRider is provided "as is", without warranty of any kind. The authors are not liable for any damages arising from its use.
Generated test cases do not guarantee complete coverage or the absence of defects. Please supplement pairwise testing with other strategies as appropriate.
PictRider is an independent project and is not affiliated with Microsoft Corporation.
PictRider is heavily inspired by PictMaster, a powerful Excel-based tool developed by Iwatsu System & Software Co., Ltd.
We would like to express our respect and appreciation for the ideas, user interface design, and contributions that PictMaster has brought to the field of combinatorial testing.
