Blitz is a generic tool whose purpose is to maintain and execute test cases of arbitrary complexity. Blitz can be used either as a command-line tool or as a full-featured graphical user interface.
Be the first to post a text review of Blitz Testing Framework/Platform. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Blitz, Version 2.3.0, Released: Feb 7, 2009 ------------------------------------------- Changes Since V2.2.0 -------------------- Code Changes ------------ 1. Upgraded to use Java 5 or later, Log4J 1.12.15, Ant 1.7.1., & JUnit 4.5. 2. Added code to support user-selectable colors for fields in the main UI that display editable text, and for the background, stdout and stderr colors of the console. 3. Added the ability to clear the console before each test execution. 4. Upgraded all existing JUnit tests, and added new test cases. 5. Added generic type information for all Collection and Class references. 6. Reformatted all code into more compact coding style. 7. Added @SuppressWarnings("unchecked") for some generic declarations. 8. Replaced some auto-generated default implementations of catch blocks. 9. Eliminated some unused variables. 10. Updated build.xml to include test reports in the documentation folder; refactored file to have additional private target copyTestingFiles. Bug Fixes --------- 1. Converted occurrences of new Integer() into Integer.valueOf() 2. Corrected some failures to close open files. 3. Implemented missing equals() and corresponding hashCode() overrides. 4. Added several null checks to prevent possible NullPointerException occurrences. 5. Added some missing serialization IDs. 6. Corrected problem in which console results displayed the wrong number of failures and errors during test execution. 7. Corrected UI bug in which a supposedly legal error/failure value of zero triggered a validation error. In fact, the UI should not allow any non-positive value. 8. Corrected file-filter problem that had the test case extension show up twice, but test scenario extension didn't show up at all. Documentation Changes --------------------- 1. Reformatted ChangeLog.html to include release date and separate section for bug fixes. 2. Correction to TestScenario.html user documentation page. 3. Minor javadoc corrections. 4. Updated copyright in license information. 5. Added test reports to the documentation directory of the distribution zip-file.
Blitz, Version 2.3.0, Released: Feb 7, 2009 ------------------------------------------- Changes Since V2.2.0 -------------------- Code Changes ------------ 1. Upgraded to use Java 5 or later, Log4J 1.12.15, Ant 1.7.1., & JUnit 4.5. 2. Added code to support user-selectable colors for fields in the main UI that display editable text, and for the background, stdout and stderr colors of the console. 3. Added the ability to clear the console before each test execution. 4. Upgraded all existing JUnit tests, and added new test cases. 5. Added generic type information for all Collection and Class references. 6. Reformatted all code into more compact coding style. 7. Added @SuppressWarnings("unchecked") for some generic declarations. 8. Replaced some auto-generated default implementations of catch blocks. 9. Eliminated some unused variables. 10. Updated build.xml to include test reports in the documentation folder; refactored file to have additional private target copyTestingFiles. Bug Fixes --------- 1. Converted occurrences of new Integer() into Integer.valueOf() 2. Corrected some failures to close open files. 3. Implemented missing equals() and corresponding hashCode() overrides. 4. Added several null checks to prevent possible NullPointerException occurrences. 5. Added some missing serialization IDs. 6. Corrected problem in which console results displayed the wrong number of failures and errors during test execution. 7. Corrected UI bug in which a supposedly legal error/failure value of zero triggered a validation error. In fact, the UI should not allow any non-positive value. 8. Corrected file-filter problem that had the test case extension show up twice, but test scenario extension didn't show up at all. Documentation Changes --------------------- 1. Reformatted ChangeLog.html to include release date and separate section for bug fixes. 2. Correction to TestScenario.html user documentation page. 3. Minor javadoc corrections. 4. Updated copyright in license information. 5. Added test reports to the documentation directory of the distribution zip-file.
Blitz, Version 2.3.0, Released: Feb 7, 2009 ------------------------------------------- Changes Since V2.2.0 -------------------- Code Changes ------------ 1. Upgraded to use Java 5 or later, Log4J 1.12.15, Ant 1.7.1., & JUnit 4.5. 2. Added code to support user-selectable colors for fields in the main UI that display editable text, and for the background, stdout and stderr colors of the console. 3. Added the ability to clear the console before each test execution. 4. Upgraded all existing JUnit tests, and added new test cases. 5. Added generic type information for all Collection and Class references. 6. Reformatted all code into more compact coding style. 7. Added @SuppressWarnings("unchecked") for some generic declarations. 8. Replaced some auto-generated default implementations of catch blocks. 9. Eliminated some unused variables. 10. Updated build.xml to include test reports in the documentation folder; refactored file to have additional private target copyTestingFiles. Bug Fixes --------- 1. Converted occurrences of new Integer() into Integer.valueOf() 2. Corrected some failures to close open files. 3. Implemented missing equals() and corresponding hashCode() overrides. 4. Added several null checks to prevent possible NullPointerException occurrences. 5. Added some missing serialization IDs. 6. Corrected problem in which console results displayed the wrong number of failures and errors during test execution. 7. Corrected UI bug in which a supposedly legal error/failure value of zero triggered a validation error. In fact, the UI should not allow any non-positive value. 8. Corrected file-filter problem that had the test case extension show up twice, but test scenario extension didn't show up at all. Documentation Changes --------------------- 1. Reformatted ChangeLog.html to include release date and separate section for bug fixes. 2. Correction to TestScenario.html user documentation page. 3. Minor javadoc corrections. 4. Updated copyright in license information. 5. Added test reports to the documentation directory of the distribution zip-file.
Blitz, Version 2.3.0, Released: Feb 7, 2009 ------------------------------------------- Changes Since V2.2.0 -------------------- Code Changes ------------ 1. Upgraded to use Java 5 or later, Log4J 1.12.15, Ant 1.7.1., & JUnit 4.5. 2. Added code to support user-selectable colors for fields in the main UI that display editable text, and for the background, stdout and stderr colors of the console. 3. Added the ability to clear the console before each test execution. 4. Upgraded all existing JUnit tests, and added new test cases. 5. Added generic type information for all Collection and Class references. 6. Reformatted all code into more compact coding style. 7. Added @SuppressWarnings("unchecked") for some generic declarations. 8. Replaced some auto-generated default implementations of catch blocks. 9. Eliminated some unused variables. 10. Updated build.xml to include test reports in the documentation folder; refactored file to have additional private target copyTestingFiles. Bug Fixes --------- 1. Converted occurrences of new Integer() into Integer.valueOf() 2. Corrected some failures to close open files. 3. Implemented missing equals() and corresponding hashCode() overrides. 4. Added several null checks to prevent possible NullPointerException occurrences. 5. Added some missing serialization IDs. 6. Corrected problem in which console results displayed the wrong number of failures and errors during test execution. 7. Corrected UI bug in which a supposedly legal error/failure value of zero triggered a validation error. In fact, the UI should not allow any non-positive value. 8. Corrected file-filter problem that had the test case extension show up twice, but test scenario extension didn't show up at all. Documentation Changes --------------------- 1. Reformatted ChangeLog.html to include release date and separate section for bug fixes. 2. Correction to TestScenario.html user documentation page. 3. Minor javadoc corrections. 4. Updated copyright in license information. 5. Added test reports to the documentation directory of the distribution zip-file.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?