vote up 0 vote down star

I would like to be able to use a tool like WatiN to automate somethings that needs to interact with a Web App that is access by using an instance of IE running on Citrix. So far it seems impossible to interact with the window at even a rudimentary level using SendKeys as the internal UI components seemingly do not have a handle.

Has anyone been able to do this or anything similar?

flag

57% accept rate

1 Answer

vote up 0 vote down

Citrix has a test/monitoring tool that supports automating Citrix apps. I believe it is called Edge Sight. Another option is Tevron CitraTest.

However, if it is a web app that you are trying to automate, why don't you just automate IE directly on your own workstation. There are numerous automation tools, both free and fee, that support automating IE.

link|flag
Because I am interacting with an instance of IE running through Citrix, the web app is located else where and is inaccessible except through this remote instance of IE, believe me that I would like to just to use another tool, but Citrix is making it difficult. – aceinthehole Mar 11 at 16:04
And I assume that installing an automation tool inside the citrix environment is also not possible. That is, have a remote automation tool that can access the remote instance of IE directly. – Tom E Mar 11 at 19:58
This is correct, running it from that system would be optimal, unfortunately that machine is owned and operated by a different company than ours. – aceinthehole Mar 12 at 15:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.