aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <marcin@zelent.net>2017-02-20 21:08:15 +0100
committermarcinzelent <marcin@zelent.net>2017-02-20 21:08:15 +0100
commitaed7f5cc18bf00e79a1c33c190b6291151e4023c (patch)
tree5013467c9a09306adbbda3ff07425b5795d20d3a
parent429a85c7a8a9a6372c5254dca7f4268e4889af28 (diff)
Added one test scase.
-rw-r--r--EventMaker/Design/TestCases.txt7
1 files changed, 6 insertions, 1 deletions
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