From c589bc5dffbb3a59906faa0227cc03e3f8d2d69d Mon Sep 17 00:00:00 2001 From: Henrik Lepson <56916788+Henrik895@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:10:17 +0300 Subject: [PATCH] Updated Use Case Tests (markdown) --- Use-Case-Tests.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Use-Case-Tests.md b/Use-Case-Tests.md index 4cb71c1..b815431 100644 --- a/Use-Case-Tests.md +++ b/Use-Case-Tests.md @@ -18,7 +18,8 @@ ___ 4. The user clicks to see the results. **Expected results:** -    The system notifies that the data has been retrieved from the card. +    Personal information is retrieved from the ID card. +    The system notifies the user that the data has been retrieved from the ID card.     The full name and the personal identification number of the card’s owner is displayed. ___ **Extension test cases** @@ -27,6 +28,7 @@ ___     3. The user does not put the ID card against the phone during the next 90 seconds. **Expected results:** +    The system was not able to establish connection with an ID card.     The system notifies that ID card was not detected.     The user is back on the home screen of the application. ___ @@ -36,6 +38,7 @@ ___ 3. The user puts the ID card against the smartphone. **Expected results:** +    The system is unable to retrieve information from the ID card.     The system notifies the user that the CAN was invalid.     The user is returned to the application’s home screen. ___ @@ -45,5 +48,6 @@ _Currently not working! More details in release notes._     3. The user puts the ID card against the smartphone and removes it immediately. **Expected results:** +    The connection between the ID card and smart card was lost.     The system notifies the user that connection to the ID card was lost.     The user is returned to the application’s home screen.