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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -