In qtp,how to interact tool & application build?
How do u fetch data from a database ?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
Can we write winrunner language i.e TSL in QTP tool?
What frame work ur using in QTP in ur current company?
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
i need the licence key for QTP V9.5 can anyone help me on getting this?
write a vb script to print even numbers from 1-50?
6 Answers Kclink Technologies, Logica CMG,
Difference between action & Reusable action?
How to make arguments optional in a function?
Hi,All How to create a link in excel sheet using qtp
How can we open an Excel sheet through the script
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.