Micro Focus QTP (UFT) Forums
QTP identifying WebList as WebEdit and an Element - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: QTP identifying WebList as WebEdit and an Element (/Thread-QTP-identifying-WebList-as-WebEdit-and-an-Element)



QTP identifying WebList as WebEdit and an Element - passion77 - 01-25-2014

I am using QTP 11. It does not identify drop down list box as WebList but identifies it as WebEdit and WebElement.

Basically, the values in the drop down changes dynamically on every run. It does not matter which value from the down is selected everytime, but we are expected to select some value every time.

When we use Webedit, we cant use Select in the syntax... So we are forced to use SET with WebEdit and it fails.

Need help and suggestions to solve this issue? Thanks in advance.


RE: QTP identifying WebList as WebEdit and an Element - supputuri - 01-26-2014

what is the technology that is used in application developement?

Generally, in this case you have to first click on the WebElement/WebEdit which will change convert to WebList. Now you should be able to select your list item.

let me know if you eed any more info


RE: QTP identifying WebList as WebEdit and an Element - passion77 - 01-26-2014

Hello.. Thanks for the reply.

We are using Web (HTML, CSS) being used in the website developed. I did not understand your statement "Click on the Webelement/Webedit which will change convert to WebList)? Where do I need to click on the Webelement.

It will be helpful if you could help me understand better.

Thanks


RE: QTP identifying WebList as WebEdit and an Element - supputuri - 01-27-2014

Share me the screenshot of the object and it's spy window