Project Introduction
What is Bugs Contraption Detector?
The use area of this Bugs Contraption Detector is about software testing, and the Code Parsing, Code Instrumentation technologies would be used. This project allows automatic test inputs generation from .NET source code, it tries to generate input automatically. The ability to instrument, for test inputs generation purposes, during normal execution, information that are sent to an external constraints solver for automatic test data generation. For the additional function, it will try to make the target programming language useful and/or find problems in real code.
Project Goal:
This project tries to achieve the following goal: Given a method with parameters, automatically generate a set of input values that, upon execution, will exercise as many statements as possible in the method.In other words, this project seeks to generate a test suite with high code coverage, where each test case invokes the method-under-test with particular values.