difference between recording methods and recording modes in QTP
Answer Posted / subhan.qa
qtp recording modes are context sensitive recording,analog
recording,lowlevel recording
recording methods through record and play back,discriptive
programming
i think so
correct me if am wrong
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Get the count of files of similar types from a folder.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
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
How to integrate the qualitycenter with qtp
What are the types of environment variables in qtp?
How to create a standard checkpoint ?
What is recovery scenario in qtp?
What is Curd testing?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to execute a winrunner script in quicktest professional (qtp)?
Write a script to verify font style and color of a windows object using descriptive programming
Both static and dynamic arrays are handled by the vb script. Is it true?
How do you test DLL files using automation Tool QTP?
What is quick test pro?
How does you test a weblink which is changing dynamically?