Advertisement
tsnaik

SE Requirements

Jul 23rd, 2015
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Online shopping site
  2.  
  3.  
  4. Requirements:
  5.  
  6. R1: System provides an interface which allows user to select items and place order.
  7.  
  8. R 1.1: System shows user a list of all items.
  9.  
  10. R 1.1.1: System allows searching for items.
  11.  
  12.  
  13. R 1.2: System provides a cart for user.
  14.  
  15. R 1.2.1: User can add or remove items in the cart.
  16.  
  17. R 1.2.2: System allows user to save cart for future.
  18.  
  19.  
  20. R 1.3: System has an interface through which user can authenticate and pay for the items.
  21.  
  22. R 1.3.1: System checks if the given user is authenticated.
  23.  
  24. R 1.3.2: System allows user to pay with Card, Net Banking or COD
  25.  
  26. R 1.3.2.1: System takes appropriate credentials according to payment method.
  27.  
  28. R 1.3.2.1: System verifies credentials in case of card or net banking payment.
  29.  
  30. R 1.3.2.2: System confirms the order upon successful payment.
  31.  
  32.  
  33.  
  34. R2: System provides facility to process order.
  35.  
  36. R 2.1: System notifes the warehouse to pack listed items.
  37.  
  38. R 2.2: System notifes courier company to deliver package.
  39.  
  40.  
  41.  
  42. R3: System allows user to interact with shipment.
  43.  
  44. R 3.1: System has an interface through which user can track status of the delivery.
  45.  
  46. R 3.2: System allows user to cancel order.
  47.  
  48. R 3.2.1: System notifies courier company about cancellation.
  49.  
  50. R 3.2.2: System requests bank to refund money in case of card or net banking payment.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement