h to all plz send me the answer if any one knows about
this....i want the java add-ins for the QTP to do my
project which is developed under the java platform.

Answer Posted / suresh

here is the link for java add-ins.

http://www.gcreddy.com/2010/03/qtp-add-ins-info.html

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?

1417


What are the advantages of a Hybrid framework?

699


Shall we add Local Repository to shared object repository,if yes,how we add

6145


Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

4297


when to start the automation?

1546






Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek

1679


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1582


What are the differences between table and db checkpoints?

628


wht type of User defined functions or Java Releated functions do we write in VB scripting

1931


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))

1597


How to analyzing the checpoint results?

608


What are the types of data tables in qtp?

663


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1374


How can get count of list box?

742


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

679