Cucumber : Size of features
Posted
by David Lyod
on Stack Overflow
See other posts from Stack Overflow
or by David Lyod
Published on 2010-05-26T14:38:22Z
Indexed on
2010/05/26
14:41 UTC
Read the original article
Hit count: 263
Im new to testing with cucumber and have a question regarding the size of a 'Feature'.
Assume you can add a collection of items to a list and do the usual CRUD , is it preferred to create one feature for this complete set of CRUD actions or a feature for each?
What is the preferred/accepted method ?
At what point does an action become a feature itself ?
© Stack Overflow or respective owner