QTP- with Test Advantage - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: QTP- with Test Advantage (/Thread-QTP-with-Test-Advantage) |
QTP- with Test Advantage - rajeshvelur - 10-15-2008 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: Code: 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 RE: QTP- with Test Advantage - skalra - 11-26-2008 use CTRL key for recording menu items.. try the same in descriptive prog.. RE: QTP- with Test Advantage - chary.chelloji - 09-16-2009 You can use swfname property along with swftypename to identify drop down list boxes. |