Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling an application
#1
Not Solved
I need urgent help..

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

Regards,
Priya.
Reply
#2
Not Solved
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  calling QTP script from one to another krishnas.tester 3 6,478 11-12-2014, 10:32 AM
Last Post: vinod123
  calling stored procedure from Oracle borisk 3 6,203 03-19-2013, 12:41 PM
Last Post: gaveyom
  Function is not calling from subdriver qtpexpert 0 1,978 01-18-2013, 12:25 PM
Last Post: qtpexpert
  While calling sub procedure its giving error Akhila 1 2,338 10-22-2012, 01:55 PM
Last Post: harishshenoy
  Calling dll C# in VBScript nacchio 0 3,049 10-11-2011, 07:32 PM
Last Post: nacchio

Forum Jump:


Users browsing this thread: 1 Guest(s)