Changes

Jump to: navigation, search

Delta debugging testcase 02

85 bytes added, 20:40, 13 December 2006
Components
'''SudokuBuild.pl'''
* Build Script.
* User should modify It builds the shell call here to reflect the C++ compiler in the systemprogram, creating an '''a.exe''' file if compilation is successful.* If the compilation fails, '''a.outexe''' file will not be generated.
'''SudokuTestCase1.pm'''
* The Test Module.* Tests Wrapper around the real test case ('''aSudokuTest.outcpp''' output file produced by UNIX C++ compilerlocated in the Sudoku folder). It runs the test case and reports the results of the test (pass or fail). '''SudokuTest.cpp'''* The actual test case.
'''deltadebugsudoku.pl'''
* Delta Debugging Script.
* Runs the Delta Debugging Algorithm to detect the failed test (in this case, compilation errorwrong output from a function) and perform fixes. '''testsudokubuild.pl'''* Unit test, runs attempt to find the build. '''testsudokutest.pl'''* Unit test, runs the testfailure inducing changes.
== Test Method ==
1
edit

Navigation menu