cancel
Showing results for 
Search instead for 
Did you mean: 

End to End Testing Steps.

former_member644654
Participant
0 Kudos

Hi All,

Kindly guide me to test a scenario in general and also for a scenario (RFC to JDBC) also.

Thanks in Advance.

Regards,

Sreedhar.

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hey,

Check RFC Destination, RFC adapter - status in RWB, JDBC adapter - status in RWB, Trigger the Prg from SAP ECC and monitor the message in the XI /PI.

Cheers

Agasthuri

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sreedhar,

Just this will give an idea of testing the scenariou2026..

The testing varies from scenario to scenario. Lets take a scenario: RFC to JDBC. (Creating Customer in R/3, while creating customer you are fetching the Jurisdiction code from (3rd party application/JDBC) for that particular Customer by using RFC_DETERMINE_JURISDICTION and saving the same.)

Lets imagine you have developed the scenario in XI and configured it. The scenario is required to test.

1. Create Customer in R/3, call the RFC to fetch the data from 3rd party. Imagine the call got failed to process.

2. Goto XI, SXMB_MONI check the message processed or not. Lets imagine the message is not reached to MONI.

3. Check the Communication Channel Monitoring for sender Channel. Imagine the message is not reached to CC.

4. Check RFC destinationu2026 etc

5. Now lets take the message is reached to MONI, then check the message transformation.

6. Check the CC for JDBC receiver toou2026 if any issue.

7. Over all your test will be successfully if you get a proper data for the particular customer from the 3rd party application/JDBC. You can confirm that for your self by checking the data of 3rd party in the database tableu2026.

Like that go on testing until you get the actual data which is required to fetchu2026. Once testing is done then prepare test case document. Which will include:Test Case ID,Perquisite test case, Steps for execution, Expected Results, and Actual Result for every scenario.

Regards,

Venu V

Former Member
0 Kudos

Hello,

- I recommend you to test with FIle adapter on the receiver to check your data is ok....

- You can go to RWB >component monitoring-> adapter engine--->and below go to Test Message Tab....you can put the information for the receiver determination and paste de opayload that you want to test

- After all is ok the Data...you can change adapters....and in case the RFC you need to have to follow what information is required.

regards,

lpbuff

Former Member
0 Kudos

Hi ,

In general , first step is to check whether you reached your target , ie, the file or the Idoc or the recoed get posted .

If not then check in the sender side whether is picked up . if its ok then chek the next.....

Regards,

jude