Open JABEZRAJA opened 1 year ago
Product will create successfully and the Product details will be stored in database.
[x] Form validator
[x] Business validator
Invalid When a Product 's name is already in use or when the input provided does not meet the criteria, Product arise.
graph TD; A(Product Service - Object Product ) --> B(Form Validation) -- Valid--> C(Business Validation) B -- Invalid --> H(Validation Exception) C -- Valid --> D(Argument Passed to ProductDAO) D --> F(Store Value in Database) C -- Invalid --> E(Validation Exception)
The "Create Product" feature has been successfully completed and is now ready for QA.
User story :
Pre-requisites:
Validations:
[x] Form validator
[x] Business validator
Messages:
Flow: