Skip to content

asilverman/pairwise_test_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTG - Pairwise TestCase Generator

PTG is a python application that automatically generates test case matrices. PTG implements the algorithm presented by Jaceck Czerwonka in his paper Pairwise Testing in the Real World: Practical Extensions to Test-Case Scenarios and aims to implement and extend the functionality provided by Microsoft(R) PICT through a pythonic implementation that is code readable and thoroughly documented.

The motivation for PTG is based on my personal curiosity for the pairwise testing methodology and the development of my coding skills in python.

How to use PTG ?

PTG receives as an input a Model File that is a text file describing the constraints of your test model as described in PICTs User Guide. Simply run PTG.py in your console in order to generate the test matrix.

Features

PTG currently features only pairwise combinations and will continue to add more features as the project matures.

Contributors

*Ariel Silverman

About

PTG - Pairwise TestCase Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages