Skip to content

Better GUI - more apps

Choose a tag to compare

@eviltester eviltester released this 03 Aug 15:27

Version 1.2 of the Evil Tester's Compendium of Testing Apps has...

  • an improved index page so the RestListicator and The Pulper are easier to access
  • The Pulper now has a nicer GUI and the ability to Create, Update and Delete entities
  • Some new test pages in the Selenium Page list (file upload, html5 components)

The Evil Tester's Compendium of Testing Apps

A compilation of apps to help you practice your testing and your automating.

The compendium-of-test-apps-1-2-0.jar contains all the other apps - one download, one command, many tools and apps to test.

java -jar compendium-of-test-apps-1-2-0.jar and the application should start on localhost:4567 for you to start testing.

If you just want parts of the app to help you focus then:

  • seleniumtestpages-1-3-0.jar has the Selenium Test Pages for Automated Web GUI Execution practice
  • compendiumdevapps-1-1-0.jar has the JavaScript apps for Web Technical Exploratory Testing
  • thepulper-1-1-0.jar has The Pulper Pulp Book database GUI app for automating or web testing
  • rest-list-system-1-2-0.jar has an API for experimenting

If you don't want the applications starting on port 4567 then start the apps with the command line argument -port=4568 or whatever other port you want to run it on e.g.

java -jar thepulper-1-1-0.jar -port=4568