Setup the Web Testing Framework
User Story
- As a: stakeholder,
- I want: a testing framework for the web components
- so that: when new code is written it can be tested to ensure that it works the way it is intended to.
Functional Requirements
- Pick a web testing framework, that is able to perform client side actions and then verify the results
- Write 2 sample test cases to show the functionality and to provide examples on how to write future test cases
Description
Testing is a very important part of agile development, and automating those tests is crucial to not wasting time.