feat: mo' docs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-18 23:30:43 +02:00
parent c1f8359fa6
commit 40d85f453c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

100
docs
View File

@ -303,3 +303,103 @@ test set
- execution time - variable, see test results
- author - ...
- date - see test results
test set
mobile - Testing a webpage with (emulated) mobile browser
test case
- id - 00
- name - open homepage (mobile)
- opens the specified webpage
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - webpage is loaded
- 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 - 02
- name - attempt login without creds (mobile)
- attempts login without creds
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - login fails
- 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 - 03
- name - sort repos by "Most stars" (mobile)
- opens the specified webpage, clicks on the burger menu, then
clicks on the Explore button to browse through repositories,
clicks on a dropdown and selects an option to sort repos by
most stars
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - repositories page should be ordered by "Most stars"
- 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 - 04
- name - attempt login without password (mobile)
- attempts login using only username (no password)
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - login fails
- 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 - 05
- name - attempt login without username (mobile)
- attempts login using only password (no username)
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - login fails
- 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 - 09
- name - attempt to register (semi-)legit password (mobile)
- opens the specified webpage, clicks on burger menu, selects
'Log In' to get to login page, taps on a 'Need to register' link,
inputs a username, an email and a semi-legitimate password
retypes it for confirmation and clicks on 'Register Account'
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - account registration 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