This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Description
Creating Order for LoggedIn existing customer and verifying decreasing of product quantity in Stock after placing order
PreConditions
Customer with default Shipping and Billing address is created
"Simple product 1" created with quantity 100 on default Source
- Goto frontend Home Page
- Login into your customer account
- Add to cart "Simple product 1" quantity 5 items
- Open your shopping cart
- Click on "Proceed to Checkout" button - You are redirected to "Checkout" page - Shipping information
- Select your shipping address
- Specify shipping method - Fixed - Flat rate
- Click "Next" - You are redirected to "Payment" step
- Specify Payment method - Check/Money Order
- Select your billing address
- Click "Place Order"
- You are redirected to "Success" page.
- Verify succcess message "Thank you for your purchase! Your order number is: ########. We'll email you an order confirmation with details and tracking info."
- Click on your order number to verify order information in Your customer account page
- Login to admin
- Goto te to Catalog > Products
- Open "Simple Product 1" product page in Admin
- Verify that Stock Quantity of "Simple Product 1" is decreased to 95
- Verify in Sources field that Qty of "Simple Product 1" is decreased to 95