Skip to content

Releases: eviltester/TestingApp

The Pulper now at v1.2

09 Aug 11:45
Compare
Choose a tag to compare

The Pulper is now at v1.2 which means that it has 4 different versions switchable within it.

  • v 1 - just a READ app so only lists and the lists link to View screens
  • v 2 - CRUD app - basic CRUD APP
  • v 3 - CRUD app that is easier to automate with HTML IDs-
  • v 4 - CRUD app - easier to automate with insitu amend and delete on Series, Author and Publisher lists

Pulper help file now has different information based on each version.

No other apps in the Compendium have changed so you can download these from the v1.2 release.

The main project help page now has a TravisCI build status showing the status of current main branch build.

To access just The Pulper web app, then download thepulper-1-2-0.jar and run from command line:

  • java -jar thepulper-1-2-0.jar

To access all the apps then download compendium-of-test-apps-1-3-0.jar

  • java -jar compendium-of-test-apps-1-3-0.jar

Better GUI - more apps

03 Aug 15:27
Compare
Choose a tag to compare

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

added counterstring app and protect the square game

08 May 15:38
Compare
Choose a tag to compare

Added Counterstring implemented in JavaScript as an app - versions 1,2, and 3

Added the Protect The Square game

First release of the Compendium of Testing Apps

26 Apr 10:50
Compare
Choose a tag to compare

This will supercede the Selenium Test Pages repo for the self contained Java server. It also contains the previously unreleased REST Listicator which I have used for API training.