Skip to content

ElmaCat/Supermarket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket

Supermarket is a live repository for QA training, so you probably wouldn't want to rely on it for anything.

What is this about? what is this????????

Supporting slides: https://slides.com/benjaminbabik/bit-do-supermarket_lx#/

A supermarket chain needs software for the self-checkout machines.

The engineers at the supermarket have added some tests to ensure Integration. Our engineers will write tests and then implement the features to pass the tests.

The requirements we have so far, albeit limited, are as follow:

As a multisaver customer
When I buy 3 apples at £1 each
I expect to pay £2.50

As a multisaver customer
When I buy 4 apples at £1 each
I expect to pay £3.50

The Basket class will have functions to show:
SubTotal()
Total()
TotalSaved()

These requirements will be refined over time.

notes:

As a group we will work to 1. fix the failing tests, 2. implement the inconclusive tests, 3. write new tests as requirements/acceptance become known.

readme version: 0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.1%
  • Gherkin 13.9%