This repository has been archived on 2022-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
tso-sw/docs
surtur 78a67d9672
All checks were successful
continuous-integration/drone/push Build is passing
feat: added required 'documentation'
* added a step under test-set-mobile pipeline copy-cache to copy the
  docs temporarily to /run/cache to be included in the archive's top
  level directory
2020-06-14 21:42:57 +02:00

48 lines
1.5 KiB
Plaintext

test set
desktop - Testing a webpage with desktop browser
test case
- id - 00
- name - just a page GET
- opens the specified webpage
- Pre-conditions
- robotframework + selenium + chromium + chromedriver
- expected result - webpage is successfully loaded (screenshot proof)
- 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 - 01
- name - open page and maximize
- opens the specified webpage and maximizes the browser window
- Pre-conditions
- robotframework + selenium + chromium + chromedriver
- expected result - webpage is successfully loaded and browser is maximized (screenshot proof)
- 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
- opens the specified webpage and attempts to log in with no credentials, which should fail
- Pre-conditions
- robotframework + selenium + chromium + chromedriver
- expected result - webpage is loaded, login page displayed and 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