03-19-2008, 12:05 AM
Hi there,
Does anyone know if QTP has a java API? The goal here is to write a java application to launch QTP and run a test case.
I have searched a bit , can only find vbscript for that as
Does anyone know the java version or give me some suggetion here? I have seem that they have java add-in. Correct me if I am wrong. I think the java add-in is for recording the java application only.
Many thanks for your great insight.
Carol
Does anyone know if QTP has a java API? The goal here is to write a java application to launch QTP and run a test case.
I have searched a bit , can only find vbscript for that as
Code:
Dim oQtp
Set oQtp = Createobject("QuickTest.Application")
oQtp.Launch
oQtp.Visible = "True"
oQtp.Open "c:\tests\mytest"
oQtp.Test.Run
Does anyone know the java version or give me some suggetion here? I have seem that they have java add-in. Correct me if I am wrong. I think the java add-in is for recording the java application only.
Many thanks for your great insight.
Carol