feat: added docs regarding m-test1{0,1}

This commit is contained in:
surtur 2020-06-21 02:12:51 +02:00
parent 5aacf1ecf2
commit 215b1de5a4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

32
docs
View File

@ -448,3 +448,35 @@ test set
- execution time - variable, see test results
- author - ...
- date - see test results
- id - 10
- name - log in to an account using username (mobile)
- opens the specified webpage, taps on the "burger menu", selects
'Sign In', inputs username and password, taps on 'Sign In' button
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - user login is successful, user Dashboard page is shown
- steps:
see test{{tc_id}}.robot
- Post-conditions
- close browser
- execution - automatic (robotframework)
- execution time - variable, see test results
- author - ...
- date - see test results
- id - 11
- name - log in to an account using email
- opens the specified webpage, taps on the "burger menu", selects
'Sign In', inputs email and password, taps on 'Sign In' button
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - user login is successful, user Dashboard page is shown
- steps:
see test{{tc_id}}.robot
- Post-conditions
- close browser
- execution - automatic (robotframework)
- execution time - variable, see test results
- author - ...
- date - see test results