Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BDD, what's a feature?

Tags:

bdd

I'm just starting with BDD and I'm trying to build a small app, so I can see it working in a real environment, but I'm having trouble deciding what should be a feature. I'm building a tiny shop.

I decided that "Compare products" will be a feature and "User can checkout as guest" will be one, but to get to that, I first need to list products.

My question is, should "There should be a list of products" be a feature?

Thanks!

like image 959
Andrei Serdeliuc ॐ Avatar asked Jul 13 '10 06:07

Andrei Serdeliuc ॐ


1 Answers

It should probably be a feature, but try wording it from a user's point of view. What does this list of product offer him?

  • User should be able to get an overview of offered products
  • User should be able to order and reorder products on name, price, availability.
like image 89
Konerak Avatar answered Oct 19 '22 03:10

Konerak