Posts

Showing posts with the label QTP

Automate SAP R/3 Login with QTP

Test automation for SAP R/3 applications using QTP has become quite an interesting topic and in absolute demand by most companies implementing SAP these days worldwide. As a result, it has become necessary to have, in hand, a ready library of functions which assist to implement QTP scripting for SAP R/3 application quickly and easily. In this section, we will discuss how to login to SAP R/3 application using QTP and Vbscript when the user credentials are provided through an external spreadsheet. The steps towards building such script would be; 1)        Close any existing excel process running on the system. 2)        Open the spreadsheet where user credentials have been provided and read the             credentials. 3)        Read the details like Server name, Client details and Language from the spreadsheet 4)      ...