01-22-2008, 03:21 PM
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
Pls let me know is it answered to ur question?
Regards
Raj
rhotur@gmail.com
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
Regards
Raj
rhotur@gmail.com