Share

More
Blitz Testing Framework/Platform Icon

Blitz Testing Framework/Platform

by ddmcleod


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.


http://blitztest.sourceforge.net





Separate each tag with a space.

Release Date:

2009-02-08

Topic:

License:

Intended Audience:

User Interface:

Database Environment:

Programming Language:

Registered:

2005-12-07

Ratings and Reviews

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.

Project Feed

  • File released: /blitztest/Blitz 2.3.0/blitz.zip

    posted 287 days ago

  • File released: /blitztest/Blitz 2.3.0/BlitzInstall.exe

    posted 287 days ago

  • Code committed

    ddmcleod committed patchset 240 of module Blitz to the Blitz Testing Framework/Platform CVS repository, changing 27 files

    posted by ddmcleod 287 days ago

  • blitztest Blitz 2.3.0 file released: blitz.zip

    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.

    posted 288 days ago

  • blitztest Blitz 2.3.0 file released: blitz.zip

    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.

    posted 288 days ago

  • blitztest Blitz 2.3.0 file released: BlitzInstall.exe

    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.

    posted 288 days ago

  • blitztest Blitz 2.3.0 file released: BlitzInstall.exe

    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.

    posted 288 days ago

  • Code committed

    ddmcleod committed patchset 239 of module Blitz to the Blitz Testing Framework/Platform CVS repository, changing 1 files

    posted by ddmcleod 298 days ago

  • Code committed

    ddmcleod committed patchset 238 of module Blitz to the Blitz Testing Framework/Platform CVS repository, changing 1 files

    posted by ddmcleod 298 days ago

  • Code committed

    ddmcleod committed patchset 237 of module Blitz to the Blitz Testing Framework/Platform CVS repository, changing 1 files

    posted by ddmcleod 298 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Blitz Testing Framework/Platform Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review