testing - How can I generally categorize tests for web page flows? -
when creating tests flows refer 'happy' , 'sad' paths. there flows intent touch every single link (including headers , footers) on every page.
there lightweight "smoke" tests.
what useful characterization these various tests can used lay out strategy of test @ level?
one approach use following:
full
every link on every page , every form element happy , sad paths, fonts, colors , formatting correct
sad+
sad paths show appropriate errors fixed user
sad
sad paths options* show appropriate errors fixed user
happy+
happy path options* completes
happy
happy path completes quotes
light
landing pages initial form submissions work
smoke
landing page displays form
*all options means using form options add additional information not required main flow
Comments
Post a Comment