Hello All
I am scripting a QTP test, the application is a web based system and i have added only a "Web" Add-In to QTP. I did a record of the whole test and while palying back i am facing the follwoing problem:
There is a dropdown list box (see attached "screenshot1") is recognized by QTP as 2 parts:
a. A dropdown arrow which when clicked pulls down the list box and displays the values clontained in it, this dropdown arrow is recognized by QTP as Web Button.
B. The display area of the list box is recogized by QTP as WEB EDIT
The problem which i am facing is that to choose a value (other than the default one being displayed in the edit box section of the dropdown list box) and to populate this value in the display area of the edit box (i.e the display area of the dropdown listbox)
QTP is not able to do this.
I would much appreciate your inputs on how to resolve this issue.
Thanks