Better GUI - more apps
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.jarhas the Selenium Test Pages for Automated Web GUI Execution practicecompendiumdevapps-1-1-0.jarhas the JavaScript apps for Web Technical Exploratory Testingthepulper-1-1-0.jarhas The Pulper Pulp Book database GUI app for automating or web testingrest-list-system-1-2-0.jarhas 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