Unable to select an item in the list box in data driven test
Hello Everyone,
I am using Keyword test, and trying to create a data driven test, but I have couple of list boxes in my page with different sets of data. these list boxes were recorded as "ClickItem", it gets failed when Playback the script. Any help? Please let me know.
above given example to select values from one list to anther list. use DblclickItem only if your application option like in screen shot, other wise use ClickItem method and give index value is enough.