mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-22 14:23:57 +00:00
Updated Use Case Specification: Search for Product (markdown)
parent
7534f70541
commit
cfc12fb140
|
@ -5,7 +5,8 @@ This use case shows the flow for searching a product and (if logged in) setting
|
||||||
|
|
||||||
## 2. Flow of Events
|
## 2. Flow of Events
|
||||||
### Activity Diagram
|
### Activity Diagram
|
||||||
![activity diagram](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/AC_SearchProduct.png)
|
![activity diagram](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/AC_SearchProduct.png)<br>
|
||||||
|
[Cucumber Test File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature)
|
||||||
|
|
||||||
### 2.1 Searching for a Product
|
### 2.1 Searching for a Product
|
||||||
When the user enters the name of a product he wants to search and then clicks "search" or presses enter, he will be presented with a list of products that matched the search term. He can then choose the product that he wants from the list and click on it, which will forward him to the detail page for this product. If he is already logged in, he can also set a price alarm on the detail page.
|
When the user enters the name of a product he wants to search and then clicks "search" or presses enter, he will be presented with a list of products that matched the search term. He can then choose the product that he wants from the list and click on it, which will forward him to the detail page for this product. If he is already logged in, he can also set a price alarm on the detail page.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user