Micro Focus QTP (UFT) Forums

Full Version: Calling an application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need urgent help..

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

Regards,
Priya.
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