What are the recording modes and executing modes avialble
in QTP?
Answer Posted / siva
Analog
Standard
Low level
recording modes +
Verify and update and debug modes for running
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the key points to create a framework in QTP for oracle forms?
How to associate function library at a run time?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
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 QTP identify the system time that's changes every seconds?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Describe how Smart Identification is used
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What is the purpose of loading qtp add-ins?
How to use output values in qtp ?
give me the code to save all messages of inbox of gmail into a folder and notepad
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
how interviews will be on QTP?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.