InterviewSolution
| 1. |
Could You Provide Functional Test Cases To Test A Sap Sd System? |
|
Answer» To create a SAP test-case, you can pass input DATA (correct and Incorrect and see the outcome): Correct Input Data Order Date 01/01/2016, Order Type Sales Order Incorrect Input Data Order Date 01/01/2017, Order Type Sales Order Output Data - With Correct Data Order is successfully saved in SAP module and invoiced. Output Data - With incorrect Data Error message for incorrect data input. TEXT message for incorrect input data should be defined in the system. Expected Output Sales Order# To create a SAP test-case, you can pass input data (correct and Incorrect and see the outcome): Correct Input Data Order Date 01/01/2016, Order Type Sales Order Incorrect Input Data Order Date 01/01/2017, Order Type Sales Order Output Data - With Correct Data Order is successfully saved in SAP module and invoiced. Output Data - With incorrect Data Error message for incorrect data input. Text message for incorrect input data should be defined in the system. Expected Output Sales Order# |
|