Skip to content

A Compendium of Testing Applications for Practicing Testing

License

Notifications You must be signed in to change notification settings

TimB0/TestingApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evil Tester's Compendium of Testing Apps

A Compendium of applications, pages and REST APIs that you can use to practice your testing and automating.

These are also used in training provided by Alan Richardson (Evil Tester).

How to use

Download the current release .jar file or clone the repo and build it yourself.

Run the .jar file

e.g. java -jar compendium-of-test-apps-v1-0.jar

The server should start and you'll see something like:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
User : superadmin - a791c960-b15d-4948-b971-dbd8212b3125
User : admin - d31b83a0-ca64-4d88-a14d-910d52e30586
User : user - 0a867cf0-d6eb-45c8-90c4-09f4fb108b94
Running on 4567

You can access the apps and pages by visiting:

GUI

The GUI will change gradually over time and more applications will be added.

Separate Apps

All of the parts of the compilation can be built individually if you use the module projects in the sub directories, e.g. if you only want the REST Listicator API then you can build and run just the restlisticator, but most people will find the Compendium compilation as the easiest way to run the apps.

This Compendium Contains:

  • Buggy JavaScript applications as used for training in Technical Web Testing and "Just Enough JavaScript to be Dangerous"
  • Selenium Test Pages as used for "Selenium WebDriver with Java training" and the book "Selenium Simplified"
  • Rest Listicator as used for REST API training
  • A variety of applications used for Technical Testing training and actual production use

I found a bug, what do I do?

Remember that these are testing apps, some bugs are to be expected.

But if you find anything that causes the local application to crash (that should not happen) or find something that prevents you moving forward then let me know, either via github or contact me via my website

You might like to sign up to my email mailing list where I will mention any updates to the application.

About

A Compendium of Testing Applications for Practicing Testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 50.0%
  • HTML 45.5%
  • JavaScript 3.4%
  • Other 1.1%