CS3398-Rust-Buckets / S2017

SchedMe
0 stars 2 forks source link

Create an interactive test user #32

Open l-a83 opened 7 years ago

l-a83 commented 7 years ago

As a developer, I would like to create a test user with the following capabilities: -test user creates event -event is stored on Apache server -event can drag and drop into calendar time slots

Matthew-Hughes112 commented 7 years ago

Unit Test 1: [Event Creation Smoke Test] -Log into Application, create an event. -Restart Application and ensure created event is saved. Expected Result: Create is present upon logging back into application

Unit Test 2: [Missing Calendar Criteria a.k.a bad data] -Create a Calendar event with incomplete information (missing data, time, event, etc...) -User should attempt to save event Expected Result: Error message indicating missing information.

Unit Test 3: [Create Duplicate event over specified period of time] -User should not be able to 'over schedule' themselves. User attempts to create an event for a date and time that conflicts with any other event that have already created. Expected Results: Event should not be created and error message should be displayed to user

Unit Test 4: [Drag and Drop Smoke Test] -Drag and Drop an event on calendar. Log in/out of application. Expected Result: Event 'sticks' to position it was drug too.