Micro Focus QTP (UFT) Forums
Calling an application - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Calling an application (/Thread-Calling-an-application)



Calling an application - priya02 - 01-22-2008

I need urgent help..

I need to call a Java application in QTP using VB scripting. What syntax can be used?

Regards,
Priya.


RE: Calling an application - Rajashekar Gouda - 01-22-2008

Priya
ur question is not clear for me, u want to open the Java application by using QTP ?

if yes,
If u r testing Java application, pls make sure that u have java add ins in ur QTP and the use the following commond to open the application

Code:
Dim br,url
br="C:\Program Files\Internet Explorer\IEXPLORE.EXE"
url="ur application url"
Systemutil.Run br,url,"","open".3
Pls let me know is it answered to ur question?

Regards
Raj
rhotur@gmail.com