Thursday, 17 August 2017

Create your first SAP Testing Cases

SAP Testing Cases

What is the relevance of SAP test cases?
SAP test-cases are performed to check if the installation and configuration of the SAP system, any new implementation, multi-language and device testing, intranet testing, real-time testing, etc are performing correctly. Since the ERP system is a common centralized system used by multiple users simultaneously in real time, it is important to write the test-cases carefully. Test data should be passed carefully and each test should have a column with name output data.

Example:
Test Case ID − XYZ_ERP_SD_A20301
Module − SAP Sales & Distribution SD

Let us check the transaction VA01 to create a sales order in the Sales and Distribution (SD) system.

Input the following:
  • Order Date
  • Order Type
  • Expiry Date
  • Customer ID
  • Shipping Id, Shipping Details, etc


Once you enter the details, press Enter and add all the details in the 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
  • Expiry Date 15/01/2016, Shipping Date 10/01/2016,
  • Select Payment Due Date 10/01/2015, Item Qty 10, etc.
Incorrect Input Data:
  • Order Date 01/01/2017, Order Type Sales Order
  • Expiry Date 15/01/2017, Shipping Date 10/01/2017,
  • Select Payment Due Date 10/01/2017, Item Qty 0, etc.
Output Data - With Correct Data:
  • Order is successfully saved in SAP module and invoiced.
  • Next is Packing slip number.
  • Next is Shipping Order number, etc.
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#
  • Sales Invoice#
  • Packing List#, etc.

No comments:

Post a Comment