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
by pressing F2 key..it will start Normal recoding mode..or
go to test Record button will be there.
it will start Normal record..if u want to change the mode at
the time of recording..go to test select analog record..or
press ctrl+F3. it will start analog mode.
the default mode is Normal recording.
if any feed back on my answer..pls mail me..
sudhanandareddy@gmail.com or nanda.dreddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to merge two object repository files in qtp?
How to analyzing test results using quicktest professional?
What is difference between shared and local object repository?
How you calling actions in qtp?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Without using gui map editor we can recognize the application in winrunner ?
What are the data types in qtp?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Please guide me release notes of Automation once scripts are completed
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Explain in brief about the quicktest professional (qtp) automation object model?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is quicktest professional?