When executing the TestCaseGenerator, there is an issue setting up the log file for the TestCaseGenerator tool. This may be a common issue among tools, since each tool uses common logging utilities, specifically:
* Log4j…jar - guitar/shared
* GUITARLog class – guitar utility
Expected Behavior:
The tool should not produce (or display) any log errors
Actual Behavior:
The tool throws (and prints) multiple I/O exceptions, which can be found in the attached file.
Platforms:
This bug occurs in both Linux and Windows.
Steps to reproduce:
* Navigate to the GUITAR.tool folder using a command-line prompt.
* Execute: “ant –Dproperties=TestCaseGenerator.properties –f TestCaseGenerator.xml”
The log4j exceptions will be printed to the command line, then the tool will continue to generate the test cases for the current test graph.
Discovered & reported by the TestCaseGenerator team (7 members)
Console output displaying Log4j errors