Question

Controls which are hide / invisible failing in RDP Tosca

  • 26 March 2024
  • 1 reply
  • 11 views

Hi,

We are automating for SAP GUI application.

We have automated SAP Tables where few of the columns will be invisible. 

 

These test steps are passing when executing in local or dex without RDP

 

In RDP ,these teststeps having invisible columns to verify are failing and message is Could not find Table 

 

What could be the reason for this issue and how can we rectify this.

 

TIA.

 

 

 


1 reply

Userlevel 3
Badge

Hi,

We are automating for SAP GUI application.

We have automated SAP Tables where few of the columns will be invisible. 

 

These test steps are passing when executing in local or dex without RDP

 

In RDP ,these teststeps having invisible columns to verify are failing and message is Could not find Table 

 

What could be the reason for this issue and how can we rectify this.

 

TIA.

 

 

 

If the Table itself is not found during execution, then Tosca won’t be getting far enough to look for columns. So at first glance, it doesn’t look to me like the invisible columns are actually relevant.

The exact error message from the execution log and/or a screenshot would help clarify exactly where the problem lies.

Also, are there screenshots from the execution failures via RDP that can help you diagnose the failure further? The first thing I would be looking for is whether the table does actually exist on the screen (in which case the troubleshooting would focus on the properties used to identify the table itself). If the table isn’t on the screen, and/or SAPGUI isn’t even on the right screen at all - the troubleshooting would turn to the steps leading up to it, and why it didn’t get to the expected place.

Reply