Skip to content

rasmusselsmark/pairwise-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pairwise-testing

Web frontend for Microsoft PICT tool for pairwise test case generation

PICT

Pairwise Independent Combinatorial Tool by Microsoft for generating combinations based on specified parameters, typically used for testcase generation. Available at https://github.com/microsoft/pict

About this tool

PICT is one of the tools I'm using relatively often in my work to provide sufficient coverage during either manual exploratory testing of a new feature, or when developing test automation. For this reason, I wanted to make a simple web frontend for PICT.

Building and running

Local development

  1. Run make
  2. Run make dev
  3. Open http://localhost:3000

Local production

  1. Run make
  2. Run make run-server

Docker container

Prequisites:

To build docker container with pict and website

  1. Run make docker-build from Docker Quickstart Terminal to build docker image
  2. Run make docker-run to start Docker container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published