Skip to main content
  1. /classes/
  2. Classes, Fall 2024/
  3. CS 4140 Fall 2024: Course Site/
  4. cs4140 Notes/

cs4140 Notes: 13 Automated Testing

·105 words·1 min·

Finish our story from last time.
#

  • As a logged-in user, I should be able to create an event and it should be associated with my account.

Today: Introducing testing
#

  • The auto-generated code has created some tests, and we’ve made some changes since. Let’s get our tests up to date with our app functionality.
  • Every story we implement should have at least one automated test that confirms that we’ve done something (at least if possible).

Overflow
#

  • As a user, the home page should show me events I’ve created, events I’ve been invited to, no other events, and a button to create an event.
Nat Tuck
Author
Nat Tuck