InterviewSolution
| 1. |
What Is The Purpose Of Using Sap Interface And What Business Scenarios Are Processed By The Interface? |
|
Answer» Check if the Interface is processing all BUSINESS scenarios accurately as per the test strategy. To PERFORM Interface testing, the best PRACTICE is to start with performing Unit testing. You have to check if the outbound interface is ALRIGHT, which means that it ensures to perform file meeting specifications in terms of layout, ETC. You have to check if the inbound interface is okay. Check if it is reading the file correctly and if it is performing the correct steps in the target system. Check if the Interface is processing all business scenarios accurately as per the test strategy. To perform Interface testing, the best practice is to start with performing Unit testing. You have to check if the outbound interface is alright, which means that it ensures to perform file meeting specifications in terms of layout, etc. You have to check if the inbound interface is okay. Check if it is reading the file correctly and if it is performing the correct steps in the target system. |
|