Releases: eviltester/testtoolhub
Releases · eviltester/testtoolhub
JavaFX Issue Fix
The app was released using Java 1.9 which made JavaFX easy. Current versions of Java Require a seperate install/bundle process for Java FX to work.
Rebuilt the app to include Java FX in the dependencies.
Link Checker
Added very basic link checking functionality
- has some canned links in link checker
- can read a list of urls from a file and check those
- checking is very simple 200 Exists, !200 not exists
- run from command line to see Url Checking output in more detail
- can cancel Url checking in middle of check
- when check urls again, have the option to restart from cancel point
Config and Binary Chop
20171209 9th December 2017 - version 1.3
- internal code tidy up
- Robot Typer now reports characters it was unable to type, these are added to the clipboard when typing finishes
- Added a [Config] button, which opens a dialog where the shifted characters used by the Robot Typer can be configured
- Added a GUI for the Binary Chopper report - this was previously only accessible if you ran the unit tests
Robot Typer
20171208 8th December 2017 - version 1.2
- Reinstated the Robot Typer
- Robot Typer now handles more characters
- All chars may not work on every machine as mapped to my machine
- currently no way to override the shift character mappings
- Robot typer uses same threading model as counterstring
- currently only see typing exceptions if run as
java -jar ...
Better Counterstring robot and quit dialog
20171015 15th October 2017
- Amended Robot counterstring generator to not have a hanging thread that keeps going
- used service for JavaFx
- click on 'Robot' button during counterstring generation while typing cancels the generation and typing
- added handlers to prompt for application exit
- added handlers to stop counterstring service when window hidden or application closes
- Added - Y/N Exit App dialog
version 1.0 initial release
Move to open source with some initial documentation
v1_0.zip