How to Upgrade or support firefox 2.0 version on QTP 9.0?
I have installed QTP 9.0 and installed firefox 2.0. But in
REcord and Run Settings, it shows firefox 1.5 in Web tab
for browser selection.
No Answer is Posted For this Question
Be the First to Post Answer
What is qtpro? What is quick test pro? What is a quick test professional?
What is the difference between "call to action" and "call an existing action"
9 Answers Accenture, Yana Software,
difference Between Call Run action and copy of action?
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
Difference between action & Reusable action?
Hai anyone please "Explain about Framework in QTP?"
Differenece betwen Project and product ? when company need project or product?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji