Skip to content

Releases: eviltester/testtoolhub

JavaFX Issue Fix

06 Jan 18:10
Compare
Choose a tag to compare

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

12 Dec 16:42
Compare
Choose a tag to compare

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

09 Dec 23:02
Compare
Choose a tag to compare

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

08 Dec 13:00
Compare
Choose a tag to compare

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

15 Oct 12:14
Compare
Choose a tag to compare

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

12 Nov 18:01
Compare
Choose a tag to compare

Move to open source with some initial documentation
v1_0.zip