1.

Could you provide QTP steps to perform testing for the above scenario?

Answer»

To perform SAP testing for the above example, follow the steps given below −

  • The first step is to install HP QTP tool and to install necessary plug-ins within QTP to make it compatible to connect to ERP system.

  • The next step is to use HP Quality Center (QC) to develop the test plan and then to convert test plan design to Test Scripts. These test plans can be converted to scripts using HP QTP.

  • Next, record the R/3 GUI screen of SAP system for SD module while creating Sales Order or creating PR in MM.

  • After you are done with the recording in QTP tool, create a script in VB.

  • SAPGuiSession("Session").SAPGuiWindow("SAP Easy Access - User").SAPGuiOKCode("OKCode").Set "/nVA01"

  • SAPGuiSession("Session").SAPGuiWindow("SAP Easy Access - User"). SendKey ENTER

  • You can also add different parameters and customizations as per your requirement.



Discussion

No Comment Found