The document outlines a detailed scenario for creating and fulfilling a BOPIS order using MasterCard and Amex payment methods. It includes steps for adding order details, payment methods, and validating payment transactions, order quantities, and invoice statuses. The scenario concludes with checks to ensure the order is picked up and all related invoices are generated correctly.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views3 pages
Feature Order Fulfillment
The document outlines a detailed scenario for creating and fulfilling a BOPIS order using MasterCard and Amex payment methods. It includes steps for adding order details, payment methods, and validating payment transactions, order quantities, and invoice statuses. The scenario concludes with checks to ensure the order is picked up and all related invoices are generated correctly.
Given Check if Invoice is generated with the following values | criteria | Status | | InvoiceLine.OrderLineId == 1 | Open | | InvoiceLine.OrderLineId == 2 | Open |
Given "PAYMENT" with OrderId
And check if PaymentTransaction in "PAYMENT" has following values
| criteria | additionalCriteria | PaymentResponseStatus | | PaymentMethodId == paymentMaster1 | TransactionType.PaymentTransactionTypeId == Settlement | Success | | PaymentMethodId == paymentAmex1 | TransactionType.PaymentTransactionTypeId == Settlement | Success | And check if PaymentStatus in "ORDER" has following values | StatusId | | 5000.000 |
Given Check if Invoice is generated with the following values