There are ways to do it. But I see only solutions which required
writing code...

1. (easiest, but I don't like that:)  If you have a shared drive
between Linux and Windows, QTP script can wait (run in loop)  for file
created on the shared location. Or you can use ftp script.
2. You write simple server program and run it on Windows machine, when
the request for execution sent from Linux, the server program invoke
QTP script (if you don't know how, there is a section in QTP help "QTP
Automation")
http://www.autoitscript.com/autoit3/docs/functions/TCPRecv.htm

3. You can control all the process from Windows
There is telnetlib in Python (http://docs.python.org/library/
telnetlib.html see example on the bottom of the page) you can run the
installation script on Linux using it,

Roman

On Oct 6, 7:12 am, Raju Arora <rajuarora....@gmail.com> wrote:
> Hi QTP Gurus,
>
> The application I am working on, has the Server on Linux and UI Clients
> (Java Client & Web UI) to interact with Server on WIndows.
> We have automated the installation and configuration of the Server on Linux,
> (after installation, Linux Box reboots) and have the Client Side Automation
> done in QTP as well.
>
> Is there a way the QTP scripts can be triggered from Linux Box after the
> server installation and configuration completes?
>
> Any help or pointers is highly appreciated...
>
> Regards
> Raju

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to MercuryQTP@googlegroups.com
To unsubscribe from this group, send email to
mercuryqtp+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to