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
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What are the advantages of a Hybrid framework?
Shall we add Local Repository to shared object repository,if yes,how we add
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
when to start the automation?
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
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
What are the differences between table and db checkpoints?
wht type of User defined functions or Java Releated functions do we write in VB scripting
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...))
How to analyzing the checpoint results?
What are the types of data tables in qtp?
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.
How can get count of list box?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?