Automation for SAP

Class library usage, coding and language questions.
nivasd16
Posts: 14
Joined: Fri Jan 22, 2016 11:17 pm

Automation for SAP

Post by nivasd16 » Fri Sep 23, 2016 7:00 pm

Hi Team
We are planning automate SAP using Ranorex. Does ranorex has single command API where i can use login to SAP by just passing a multiple lines of code

Example. In other automation QTP it has function called SAPGuiUtil.Autologon Server,system,Client ,username,password where it automatically launches and logon to the specified client as provided in the details

Regards
Srinivas

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Automation for SAP

Post by krstcs » Fri Sep 23, 2016 8:59 pm

No, Ranorex does not have a tool like that built in.

However, Ranorex is designed to easily allow you to record and playback the login process.

Or, you can get into .NET code and create your own method to do what you need.

Ranorex is the raw material out of which you can build the tools and tests you might need. Their goal is to provide the base environment and libraries and allow us to create out of them what we need for any situation.
Shortcuts usually aren't...