Web Applications WS2019/2020 - Homework 4
Homework for Week 4
- Create end-to-end (feature or integration tests) for the feature or feature you’ve created last week.
- Create a test for exercise 2 of last week (search, sort, etc, whatever you’ve created)
- create more feature tests if you want to.
- create a hand-rolled login-procedure following Chapter 8 of Michael Hartl’s Tutorial. (note: this is to do it once yourself, you wouldn’t create your own in a real project, but rather use a library)
- Do this either test-driven or add feature tests for the successful login.
- Tag your project: “WEEK04” and push it to github.
- Upload your PDF-Report to moodle. Your Report should describe what you did, problems you’ve encountered and how you solved them.
##Resources: