I am having problem with list box being recognised by QTP. The QTP recognises it as a web edit box instead of a web list box and when i run the recorded script it gives the error message that Object is disabled.
Object is Disabled
line(5):
The list box that is used is a telerik list box in the application.
The application is based on VB.net. i was wondering what the solution is?
Object is Disabled
line(5):
Code:
"Browser("ZIMS - Default Page").Page("ZIMS - Collection Edit").WebEdit("ctl00$ctl00$ContentPlaceHolder").Set "Education"
The list box that is used is a telerik list box in the application.
The application is based on VB.net. i was wondering what the solution is?