What is the main disadvantage of using low level and Analog
modes?
Answer Posted / sonal.pagare
Use analog recording or low-level recording only when normal
recording mode does not accurately record your operation as
they require more disk space than normal recording mode.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How you know that a test case is a regression test case
How can you write the scripts that operate on different objects depending on run-time information?
Why qtp always start action1 and does not start action?
What are the check points can be inserted without recording?
How many add-ins comes by default with quicktest professional?
What are the features supported by UFT?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
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
Is it possible to split an action? How?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What are the ways you can synchronize?
What are the differences between qtp and winrunner?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
What are the types of object repository in qtp?
Have you done batch testing in qtp? If yes how you are doing?