What are the parameters provided by QTP?
Answer Posted / shreyakadiyam
1.Data table parameter
2.Action parameter
3.Test parameter
4.Environment parameter
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain different checkpoints in qtp.
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Hi All, I need code for how to execute qtp scripts from excell sheet
Write a script to customize the test results in PDF and HTML format.
How to change the priorities of the recovery scenario properties?
Hi How to retrieve data from web element line by line?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Why script error occur in between recording in qtp?
Why we load add-ins in qtp?
hi nani my doubt is how does qtp process metrix related to software process.
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
Difference between test object and run time object?
How we can import data from database?
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