testing - Writing Test cases for Agile user stories -


im incharge of writing manual test cases web application comprises of 15 pages. application starts login , user performs operations after that. have user story in 10th page or 10th step after login. userstory describes how user can use 10th page. question when write use case user story should write steps page 1 page 10 or should start test case page 10 or should user must on page 10 pre-condition ?

thanks

it's pretty simple: if use case requires specific set of steps taken in order set test, need part of use case. if it's possible skip first 10 pages, don't need part of use case.

there middle ground. example, if you're working on dozen different use cases , require same first 10 steps, can move steps separate scenario or use case, , start use case "assuming user has performed common setup steps...".

above all, main goal clarity. if make assumptions within use case (ie: did steps 1-10 first), need spelled out unless entire team aware of assumptions.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -