how do we add a new sheet to data table in QTP?
Answer Posted / kumar.c
'Add New sheet in Datatable
Set a = Datatable.AddSheet("Kumar")
msgbox a
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How many add-ins comes by default with qtp?
For which type of projects the iterative model is not suitable?
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
The hybrid framework can be implemented for any application. Is it true?
can any one say that where we can download the QTP trail version ??????????
What are the different types of recording modes?
In qtp, how you can use xpath to identify objects?
what is the difference btn risks & Therads in the Test plan documentation?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
How do you synchronization point through DP?
What is the difference between run time object and test object in QTP?
What is active screen?
What is standalone database?
What is CMMP and CMMH?