Micro Focus QTP (UFT) Forums
How to invoke a application which doesn't have exe - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to invoke a application which doesn't have exe (/Thread-How-to-invoke-a-application-which-doesn-t-have-exe)



How to invoke a application which doesn't have exe - vinny - 03-12-2009

Hi All

I want to write a QTP script for invoking skype.
but i am not able to.

The properties of skype in my system is show as
"C:\Program Files\Skype\"
there is not exe.

Please help me to invoke skype application.
Hi sorry for not being clear.

Installed skype and its installed in C drive
Now using QTP i want to invoke skype.
Actaully it i kwn it can be invoke using
system.util.run
or
invoke application
but my doubt is the exe of the application is not shown in the folder.
when clicked on the properties it shown as "C:\Program Files\Skype\"
by giving this in the invoke applicaton "C:\Program Files\Skype\" its throwing an erro.

Please help tp invoke skype application using QTP