[wtr-general] Re: automating application running on remote network

2009-06-10 Thread Rahul Ahuja
Thanks all for showing keen interest. As rightly said by FK; we cant automate by using WATIR alone for the environments discussed above. The client has provided me direct environment to work with and hence for me; this issue is resolved. Thanks again. On Jun 9, 9:38 pm, Felipe Knorr Kuhn

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Rahul Ahuja
Hi, Any pointers/help will be deeply appreciated. I am stuck and having no clue how to proceed. Expecting a quick help/response. Thanks Regards, Rahul On Jun 9, 1:00 pm, Rahul Ahuja mightyah...@gmail.com wrote: Hi, I am trying to automate a web application built on sharepoint technology.

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Željko Filipin
On Tue, Jun 9, 2009 at 10:00 AM, Rahul Ahuja mightyah...@gmail.com wrote: 1. Login to remote network by using Citrix server. 2. Open the IE from the list of given applications. 3. Open the URL of AUT. How are you doing this? From a browser? Can you log in manually and then start Watir tests?

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Rahul Ahuja
Yes. Steps to connect to application: 1. Login using citrix server e.g. https://citrixremoteserver.com 2. Choose Internet Explorer from the list of applications (WORD, EXCEL, POWERPOINT etc) displayed on the https://citrixremoteserver.com browser 3. On the Internet Explorer browser opened; open

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Željko Filipin
Can you send a screen shot or a link to real site so I could take a look? I really do not understand what is going on. You have IE7 open and you see IE6 inside it? What technology is it using to do that (ActiveX, Java...)? Željko --~--~-~--~~~---~--~~ You received

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Chuck van der Linden
It sounds like you are doing a remote desktop type of connection. In that case Ruby, Watir, etc would need to be installed on the remote system. Perhaps they can give you a special desktop (tied to a particular login) which had those things installed. Automating anything 'through' remote

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Chuck van der Linden
On Jun 9, 3:49 am, Rahul Ahuja mightyah...@gmail.com wrote: Due to security reasons I can share the snapshot. Tip: use Snag-it. trial install is available and the license is cheap for the tremdeous utility it offers in doing screen captures and markups. then use blur feature to make any

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Felipe Knorr Kuhn
Have you tested interacting with the IE window launched by Citrix? I believe it spawns just like a regular IE window, so you can use AutoIT to launch Citrix and login, then launch your Watir scripts, attaching to that window. FK 2009/6/9 Rahul Ahuja mightyah...@gmail.com Hi, I am trying to