Inserting a Call to Action is not Importing all columns in
Datatable of globalsheet. Why?
Answer Posted / vani
It should import all the columns of datatable that are in
the "Global Sheet". The ones in the Local Sheet will not be
available. Make sure you are looking for the ones in Global
Sheet.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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
can any body give the banking domain concepts/links
What is checkpoints for quicktest professional (qtp)?
give me an example where u used good judgement and logic in solving a problem
How do know the number of browsers opened?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What are the features supported by UFT?
Can we Test Welcome Screens and Process Images with QTP
What is quicktest professional window?
How QTP support all types of applications (platforms)?
How to save your test using quicktest professional (qtp)?
What are the common defects found in your project? (in qtp interview)
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is Curd testing?
whare exactly we have to use functions and sub routain