|
| 1 | +# E2E tests |
| 2 | + |
| 3 | +- about webdev / testing |
| 4 | +- outline |
| 5 | +- unit tests + integration tests recap |
| 6 | + |
| 7 | + |
| 8 | +- e2e tests motivation |
| 9 | + - all components / modules are integrated vs real backend |
| 10 | + - backend can be staging / dockerized |
| 11 | + |
| 12 | +- simple Cypress test on CI |
| 13 | +- from simple to complex |
| 14 | +- past struggles |
| 15 | + |
| 16 | + |
| 17 | +- Puppeteer stories |
| 18 | + |
| 19 | + |
| 20 | +- best practices |
| 21 | + - |
| 22 | + - |
| 23 | + |
| 24 | + |
| 25 | +# User testings |
| 26 | + |
| 27 | +- motivation |
| 28 | + - manually verify components that are not tested automatically (unit, integration, e2e) |
| 29 | + - re-verify e2e tested app just to be sure |
| 30 | + - verify UX of app, understand how user "looks" at it ("you're not the user") |
| 31 | + - early stages, alpha / beta testing |
| 32 | + |
| 33 | + |
| 34 | +- ux (usability) testings |
| 35 | + - experienced / novice users (representative to whatever goals we have) |
| 36 | + - controlled environment (in company, at home, neutral place, remote, [drunk](https://theuserisdrunk.com)) |
| 37 | + - NOT market research |
| 38 | + - precisely prepared scenarios / test plans with expected outcomes/goals (not instructions) |
| 39 | + - don't explain |
| 40 | + - don't interrupt |
| 41 | + - don't draw attention to specific parts |
| 42 | + - don't judge |
| 43 | + - observe, clarify if needed |
| 44 | + - documentation (audio, video, screen recording) |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +- track |
| 49 | + - questionairre |
| 50 | + - benchmarks |
| 51 | + - eye tracking |
| 52 | + - online user behaviour (hotjar, smartlook, appcues) (review: lookback, usertesting, validately, usabilla) |
| 53 | + - A / B testing |
| 54 | + |
| 55 | + |
| 56 | +- resources |
| 57 | + - https://jerz.setonhill.edu/writing/technical-writing/usability-testing/ |
| 58 | + - https://www.smashingmagazine.com/2018/03/guide-user-testing/ |
| 59 | + - more tools https://www.creativebloq.com/ux/best-user-testing-software-61515337 |
0 commit comments