This simulator exemplifies how to simulate a testing environment that takes configuration options into account, as described in the paper titled Simulating Testing Environments With Configuration Options, published in the proceedings of and presented in the IASTED International Conference on Software Engineering (SE 2004), Feb 17-19, 2004, Innsbruck, Austria.
The simulator takes a specification, and a development program
(different from the specification if the development program is to
contain faults) represented by regular expression patterns.
See specification of patterns.
If this is your first visit, see
notes.
Examples for the specification and the development program are a*(?:b|c)* and aa*(?:a|b|c)* , respectively.
This tool is developed by Aleks Aris.