QTP Forums

Full Version: QTP- with Test Advantage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am having QTP 9.2 with Test Advantage from Infragistics to test Windows Forms Application.

In my APP, i can see a property like this:
swftypename : Infragistics.Win.UltraWinListView.UltraListView

this is a drop down list in my app, but how can i record or select through descriptive programming. I have nearly 5 items to be selected.

Thanks
Velu R
use CTRL key for recording menu items..

try the same in descriptive prog..
You can use swfname property along with swftypename to identify drop down list boxes.
Reference URL's