cancel
Showing results for 
Search instead for 
Did you mean: 

Unit test results

Former Member
0 Kudos

while writing unit test results (after creating the interface like idoc to file) what columns we generally require to fill and how the UTP look like?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suresh,

Ur UPT contains below information:

1) Positve and negative test cases with the test files.

2) Under the positive and negative test cases you will give the below information

Positive test cases:

1) Input file with the test data.

2) result of SXMB_MONI both the input and output payload.

3) Expected result of the interface

4) Actual result which you got after testing the scenarios.

5) If IDOC is generated at the R3 end then you need to attached the snap shot of IDOC which is posted in R3 under the WE02 transaction along with the IDOC no.

6) If there are validation to be checked then you need to give the different test files with the test data for all the validation.

Negative test results:

1) The only difference in Negative test cases are you need to changed the data in the test file and check your validation and the result of that test data. For example if my requirement was if any wrong data comes in file then it should raise an alert to the customer so you need to check that cases and attached the output result and the alert error messges.

I hope you got the idea.

Thnx

Chirag

Answers (0)