-
Notifications
You must be signed in to change notification settings - Fork 6
Create an Event Test Case
gumityolcu edited this page Apr 8, 2018
·
3 revisions
Test Case #1
Create an Event: …
Description: Test if users can create events.
Design Time: 01.04.2018
Designed by: Yusuf Kalaycı
Execution Time: …
Executed by: …
Related Requirement:
* Events (Requirements 1.2.6) * System shall store attendance information for passed events, either attended or not.(Req:1.2.6.2) * createEvent() (Requirement 1.1.6.1.2. ) * getAttendance() (Requirement: 1.1.6.3.) * setComment() (Requirements: 1.1.9.1.) * setTag() (Requirements: 1.1.6.2.) * setLocation() (Requirements: 1.1.6.7.) * setVote() (Requirements: 1.1.6.4.)Preconditions:
User is a member of actopus. User have successfully signed in and navigated into setting/profile page.
Steps:
- Go to event creation
- Choose event
- Enter required information
- Click save
Step | Action | Expected System Response | Pass/Fail | Comment |
1 | Go to event creation | Show whole event with their title | – | – |
2 | Choose event | Choose event among the events on the page | – | – |
3 | Enter requirement information | Show entered information | – | – |
4 | Click save | Check if the data are valid. If so, All the changes are stored. memberUser.update(information) is called. Else go to 1 and display error message. | – | – |
Postconditions: The corresponding changes have been made by the system and stored to remember the changes.