I have a weblist or drop down list in my application which consist of many items.
I don t know the count but I need to validate the following -
- Validate that none of the items are duplicated
- Verify none of the items are numeric
- Verify all items are in sorted state.
Please suggest your respective solutions in VB Script
I want to execute this script in QTP tool (automation testing tool)