From aed7f5cc18bf00e79a1c33c190b6291151e4023c Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Mon, 20 Feb 2017 21:08:15 +0100 Subject: Added one test scase. --- EventMaker/Design/TestCases.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/EventMaker/Design/TestCases.txt b/EventMaker/Design/TestCases.txt index 4a7f3a9..8e58ec2 100644 --- a/EventMaker/Design/TestCases.txt +++ b/EventMaker/Design/TestCases.txt @@ -1,4 +1,9 @@ Test Scenario: Adding event with empty property Tests Steps: User opens app, presses add button, gets taken to the page for creating events, tries to add event without filling one or more fields. Expected Result: User is being prevented from adding the event. -Actual Result: User successfully adds the event with some empty properties. \ No newline at end of file +Actual Result: User successfully adds the event with some empty properties. + +Test Scenario: Editing event should save the changes +Tests Steps: User opens app, presses edit button next to event, gets taken to the page for editing events, makes changes, presses save button. +Expected Result: Changes made to event are saved. +Actual Result: Same as expected. \ No newline at end of file -- cgit v1.2.3