Micro Focus QTP (UFT) Forums
Combo Box selection issue - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Combo Box selection issue (/Thread-Combo-Box-selection-issue)

Pages: 1 2


RE: Combo Box selection issue - murty_tvln - 09-26-2013

As per my understanding its a edit box, after entering some value the related suggestions are geting displayed..

Have you tried mercury device replay method..


RE: Combo Box selection issue - learnQtptips - 09-26-2013

As I understood, You have a table with 2 columns with multiple rows.
And each row has two combo box.

IF yes, I would suggest to describe all the objects in the table with the micclass as found with objeect SPY (WebEdit, WebElement or WebList etc). Then access each of the objects with their index.

or try as below example

Code:
Set WebEditObj = Browser("...").Page("...").WebTable("...").ChildItem(8, 2, "WebEdit", 0)
WebEditObj.Set <value>