hello everyone,
can anybody please tell me what are the different recording
modes of QTP, and where these recording modes are present
in QTP 9.2.
Thanks in advance,
Gaytri
Answer Posted / sudhananda reddy
u r welcome..pls post more questions .....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is method name to compare two XML files.
What is smart identification in QTP?
What is RTM (require ment tracebulity marix) fromate?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
How to start recording using quicktest professional?
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 smart identification works in qtp ?
How you can replace string in qtp?
How to build scripts that access data from external sources?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
what is the difference btn risks & Therads in the Test plan documentation?
How to export quicktest professional (qtp) results to an .xls file?
How the exception handling can be done using quicktest professional?
How to use checkpoints in qtp ?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?