WT1 Web Applications

Website of Prof. Dr. Barne Kleinen, Professor for Media Informatics (Bachelor/Master) at HTW Berlin

Web Applications WS2015/2016 - Homework 4

     <prev next>

Homework for Week 4

  1. Create end-to-end (feature or integration tests) for the feature or feature you’ve created last week.
  2. Create a test for exercise 2 of last week (search, sort, etc, whatever you’ve created)
  3. create more feature tests if you want to.
  4. 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)
  5. Do this either test-driven or add feature tests for the successful login.
  6. Tag your project: “WEEK04” and push it to github.
  7. Upload your PDF-Report to moodle. Your Report should describe what you did, problems you’ve encountered and how you solved them.

##Resources: