From cfc12fb1406adc347415fe22d686c1ab2ec97c10 Mon Sep 17 00:00:00 2001 From: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> Date: Thu, 5 Nov 2020 12:03:23 +0100 Subject: [PATCH] Updated Use Case Specification: Search for Product (markdown) --- Use-Case-Specification:-Search-for-Product.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Use-Case-Specification:-Search-for-Product.md b/Use-Case-Specification:-Search-for-Product.md index 1a3fa37..fb1342d 100644 --- a/Use-Case-Specification:-Search-for-Product.md +++ b/Use-Case-Specification:-Search-for-Product.md @@ -5,7 +5,8 @@ This use case shows the flow for searching a product and (if logged in) setting ## 2. Flow of Events ### 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)
+[Cucumber Test File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature) ### 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.