Skip to content

Search an event case

Yusuf Kalaycı edited this page Apr 2, 2018 · 2 revisions

Test Case #5

Search an Event: …

Description: Test if users can search events.

Design Time: 02.04.2018

Designed by: İlyas Demirkıran

Execution Time: …

Executed by: …

Related Requirement: * Searching(1.1.7.) * Users shall be able to search with Semantic, Content and Location options. (1.1.7.1.) * User should be able to filter the events in a city or district.(1.1.7.2.) * Users should be able to search for other users.(1.1.7.3.)

Preconditions:

Member or nonmber of actopus navigated to search page

Steps:

  • Go to search page

  • Fill the search area

  • Select search base

  • Filter the search

  • Click search button

Step Action Expected System Response Pass/Fail Comment
1 Go to search page Load the search page
2 Fill the search area -
3 Select search base One of semantic, content and location will be chosen
4 Filter the search Store the filtered data
5 Click search button unregisteredUser|memberUser.search(information) is called. If an event found, then display(event) is called. Else display("No events found.")

Postconditions: If a person who made the search is a member of actopus, its search history will be saved. Otherwise,(optional) the information about the search is kept due to some reasons.(Advertisement etc.)

Clone this wiki locally