Forum Discussion

gopalqa's avatar
gopalqa
Occasional Contributor
12 years ago

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.



Thanks in advance.

Gopal.

  • Anumakonda_mahe's avatar
    Anumakonda_mahe
    Frequent Contributor
    Hello Gopal,



    Use DblClickItem method and give value as a index of the item to select from the list.

    pls. check Screen shot



  • Anumakonda_mahe's avatar
    Anumakonda_mahe
    Frequent Contributor
    Hi Gopal



    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.

  • gopalqa's avatar
    gopalqa
    Occasional Contributor
    Thanks Mahesh, Problem was with spreadsheet. It's working now.