HI,
I am able to highlight a record in ListBox using following code step in WebUI:
pages.BORWL08D63186Wmservice.SilverlightApp.LstProcessOrdersListbox.Find.ByText("PO_CAM_02").User.Click()
But if try to put the value “PO_CAM_02” in Local Data Source and then try to highlight the record in ListBox, by using following code step in WebUI:
pages.BORWL08D63186Wmservice.SilverlightApp.LstProcessOrdersListbox.Find.ByText(Data["Col1"].ToString()).User.Click()
I get following compiling error:
C:\Documents and Settings\....\DS2.aii.vb: Line 70: (BC30311) Value of type 'ArtOfTest.WebAii.Design.BaseWebAiiTest.TestData' cannot be converted to 'String'.
C:\Documents and Settings\....\DS2.aii.vb: Line 70: (BC30203) Identifier expected.
We are currently evaluating WEB UI tool by using trial version, your help in this regards will be much appreciated.
Thanks
Akbar