Updated Use Case Tests (markdown)

Henrik Lepson 2021-10-11 20:10:17 +03:00
parent 67bbcf1945
commit c589bc5dff

@ -18,7 +18,8 @@ ___
4. The user clicks to see the results. 4. The user clicks to see the results.
**Expected 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 cards owner is displayed.     The full name and the personal identification number of the cards owner is displayed.
___ ___
**Extension test cases** **Extension test cases**
@ -27,6 +28,7 @@ ___
    3. The user does not put the ID card against the phone during the next 90 seconds.     3. The user does not put the ID card against the phone during the next 90 seconds.
**Expected results:** **Expected results:**
    The system was not able to establish connection with an ID card.
    The system notifies that ID card was not detected.     The system notifies that ID card was not detected.
    The user is back on the home screen of the application.     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. 3. The user puts the ID card against the smartphone.
**Expected results:** **Expected results:**
    The system is unable to retrieve information from the ID card.
    The system notifies the user that the CAN was invalid.     The system notifies the user that the CAN was invalid.
    The user is returned to the applications home screen.     The user is returned to the applications 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.     3. The user puts the ID card against the smartphone and removes it immediately.
**Expected results:** **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 system notifies the user that connection to the ID card was lost.
    The user is returned to the applications home screen.     The user is returned to the applications home screen.