sumith_kmenon
11 years agoOccasional Contributor
Automate Windows based application through Citrix
Hi
My Windows application 'X'' is installed in Citrix Server - machine A. Test Complete is installed in machine B.
By logging into mchine B ,I tried to automate my windows application 'X' accessing through CITRIX.
1) My first issue is Test Complete is not identifying the UserName and Password as text boxes. It identifies the object as 'wndTransparentWindowsClient' only. Uses only X,Y co ordinates to identify and Input/Click etc
'Enters 'user1' in the 'wndTransparentWindowsClient' object.
Call Aliases.wfica32.wndTransparentWindowsClient.Keys("user1")
'Clicks at point (421, 171) of the 'wndTransparentWindowsClient' object.
Call Aliases.wfica32.wndTransparentWindowsClient.Keys("Password@123")
'Clicks at point (429, 204) of the 'wndTransparentWindowsClient' object.
Call Aliases.wfica32.wndTransparentWindowsClient.Click(429, 204)
'Clicks at point (51, 33) of the 'wndTransparentWindowsClient2' object.
Call Aliases.wfica32.wndTransparentWindowsClient2.Click(51, 33)
2) While executing the script Test Complete is not inputing the User Name and Password Value
Please help me.
Is it impossible to script/execute an application through citrix using Test Complete Tool?
My Windows application 'X'' is installed in Citrix Server - machine A. Test Complete is installed in machine B.
By logging into mchine B ,I tried to automate my windows application 'X' accessing through CITRIX.
1) My first issue is Test Complete is not identifying the UserName and Password as text boxes. It identifies the object as 'wndTransparentWindowsClient' only. Uses only X,Y co ordinates to identify and Input/Click etc
'Enters 'user1' in the 'wndTransparentWindowsClient' object.
Call Aliases.wfica32.wndTransparentWindowsClient.Keys("user1")
'Clicks at point (421, 171) of the 'wndTransparentWindowsClient' object.
Call Aliases.wfica32.wndTransparentWindowsClient.Keys("Password@123")
'Clicks at point (429, 204) of the 'wndTransparentWindowsClient' object.
Call Aliases.wfica32.wndTransparentWindowsClient.Click(429, 204)
'Clicks at point (51, 33) of the 'wndTransparentWindowsClient2' object.
Call Aliases.wfica32.wndTransparentWindowsClient2.Click(51, 33)
2) While executing the script Test Complete is not inputing the User Name and Password Value
Please help me.
Is it impossible to script/execute an application through citrix using Test Complete Tool?