What is the Difference Between Quick Test Pro and Quick
test professional?
Answer Posted / amarkalai
Slight changes in options..
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Hoe can we do retesting using functions please give the code for it using login page
What are the benefits of quick test pro(qtp)?
When should I use smart identification?
Tell me about your project? please help me how to tell about insurance project
How to find the length of the string in qtp?
Explain features of the latest version of qtp/ uft 12.1?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
after click on compose mail how can we attached a file in qtp with vbscript code
Explain how to use QTP to check broken links on a page?
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
Why script error occur in between recording in qtp?
write the vb script for call to new action in qtp?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Explain about the quicktest professional (qtp) automation object model?
When using descriptive programming?