Votes
Answers
Views
Question
2
1
97
Is there a list of the properties I can get from an object using .GetROProperty? I need to get information from a WebEdit.
4
1
139
What is the easiest way to compare the properties of two AUT objects with UFT?
2
1
368
We are using LeanFT in Visual Studio. I need to figure out how to identify a dynamic link. The link changes based on how many records are available in the database. Using Amazon's Cart link as an example, if we have 20 items in the cart, the link innertext would be "Cart20" Since the number ...
2
1
104
Where can I find a master list for all Methods and Properties shared by all test objects in UFT?
3
1
23
asked 13 years ago by kaptainkayoss
updated 13 years ago by rich-text
Tags:
How can I make QTP use different properties when it learns an object? It keeps wanting to use the text of the object and it keeps changing. I could use regular expressions, but isn't there a way to tell QTP not to use it?
7
2
186
asked 14 years ago by tyler-d
updated 9 years ago by bubblehead712
The main form of my application is identified using the following properties: swfname regexpwndtitle is owned window is child window QTP appears to be identifying my application mainly by the regexpendtitle property. This property contains that text found in the title bar of the application. The pro...
11
3
203
I'm trying to use descriptive programming and a parameter from the local data table to click on a link. The descriptive I'm using is outertext and the outertext is stored as a parameter on the Local Data Table. This is what I have: Browser("title:=Browser").Page("title:=Page").Link(&...
11
6
204
I'm trying to use the Native Properties of an object on a website. I've used the Identification properties, but there are 6 different items on the site (only 2 are visible to the user) with the same ID properties. The only differences I've found so far are in the Native Properties. How do I use the ...