# # Feature: Assemble order # # Created with BDD Editor on: 29 March, 2024 # # Please follow us at @bddeditor AND if you find this tool useful please share with friends and colleagues! # Feature: Assemble order As A Warehouse Manager I want to be able to assemble orders due for shipping So That they are ready for courier service to collect them Scenario: Assemble order - express delivery Given An order has been placed And the customer has chosen express delivery When the order is assembled Then the courier label states the order is express delivery Scenario: Assemble order - standard delivery Given an order has been placed And the customer has chosen standard delivery When the order is assembled Then the courier label states the order is standard delivery Scenario: Assemble order - standard delivery copy Given An order has been placed with both standard and express delivery | Order Date | Delivery type | Product Number | Product Description | Qty | Price | | 01122015 | Standard | 00000000 | Pretty dress | 1 | 9.99 | | 01122015 | Express | 00000001 | Nice dress | 1 | 9.99 | When The order is assembled Then two courier labels are printed for standard and express delivery | Order Date | Delivery type | Product Number | Product Description | Shipping Number | | 01122015 | Standard | 00000000 | Pretty dress | 00000 | | 01122015 | Express | 00000001 | Nice dress | 00001 |
# # Feature: Assemble order # # Created with BDD Editor on: 29 March, 2024 # # Please follow us at @bddeditor AND if you find this tool useful please share with friends and colleagues! # Feature: Assemble order As A Warehouse Manager I want to be able to assemble orders due for shipping So That they are ready for courier service to collect them Scenario: Assemble order - express delivery Given An order has been placed And the customer has chosen express delivery When the order is assembled Then the courier label states the order is express delivery Scenario: Assemble order - standard delivery Given an order has been placed And the customer has chosen standard delivery When the order is assembled Then the courier label states the order is standard delivery Scenario: Assemble order - standard delivery copy Given An order has been placed with both standard and express delivery | Order Date | Delivery type | Product Number | Product Description | Qty | Price | | 01122015 | Standard | 00000000 | Pretty dress | 1 | 9.99 | | 01122015 | Express | 00000001 | Nice dress | 1 | 9.99 | When The order is assembled Then two courier labels are printed for standard and express delivery | Order Date | Delivery type | Product Number | Product Description | Shipping Number | | 01122015 | Standard | 00000000 | Pretty dress | 00000 | | 01122015 | Express | 00000001 | Nice dress | 00001 |
Step Data:
Order Date Delivery type Product Number Product Description Qty Price
01122015 Standard 00000000 Pretty dress 1 9.99
01122015 Express 00000001 Nice dress 1 9.99
Step Data:
Order Date Delivery type Product Number Product Description Shipping Number
01122015 Standard 00000000 Pretty dress 00000
01122015 Express 00000001 Nice dress 00001
# # Feature: Assemble order # # Created with BDD Editor on: 29 March, 2024 # # Please follow us at @bddeditor AND if you find this tool useful please share with friends and colleagues! # Feature: Assemble order As A Warehouse Manager I want to be able to assemble orders due for shipping So That they are ready for courier service to collect them Scenario: Assemble order - express delivery Given An order has been placed And the customer has chosen express delivery When the order is assembled Then the courier label states the order is express delivery Scenario: Assemble order - standard delivery Given an order has been placed And the customer has chosen standard delivery When the order is assembled Then the courier label states the order is standard delivery Scenario: Assemble order - standard delivery copy Given An order has been placed with both standard and express delivery | Order Date | Delivery type | Product Number | Product Description | Qty | Price | | 01122015 | Standard | 00000000 | Pretty dress | 1 | 9.99 | | 01122015 | Express | 00000001 | Nice dress | 1 | 9.99 | When The order is assembled Then two courier labels are printed for standard and express delivery | Order Date | Delivery type | Product Number | Product Description | Shipping Number | | 01122015 | Standard | 00000000 | Pretty dress | 00000 | | 01122015 | Express | 00000001 | Nice dress | 00001 |