Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 814 Bytes

ShoppingApp

ShoppingApp is a rudimentary online shopping application that is used to demonstrate various software testing techniques and concepts.

In its base form, the application has no tests but over the course of a quarter the student adds:

  • unit tests
  • several kinds of functional tests
  • performance tests
  • code coverage analysis
  • static code analysis

Instructions

To run the server

  1. Load the class ShoppingAppApplication into the editor
  2. Right click on the class name or main function name
  3. select run

or

  1. location ShoppingAppApplication in the project tree
  2. right click the class name
  3. select run

Using the server

  1. Open a browser on http://localhost:8085/?#

Configuration

  1. you can change the port used by the server in src/main/resources/application.properties