Hi,
My company has recently purchased full version of WEB UI test studio. We have encountered an issue with the script which was recorded in previous verion. The following customize code was working fine in the previous version:
My company has recently purchased full version of WEB UI test studio. We have encountered an issue with the script which was recorded in previous verion. The following customize code was working fine in the previous version:
pages.BORWL08D63186Wmservice.SilverlightApp.LstProcessOrdersListbox.Find.ByText(Data(
"Process Order"
).ToString()).User.Click()
But after we have upgraded the new web ui version the same script when executed comes up with following error:
C:\....\WebUI Test Studio Projects\Original Code\LCBackup.aii.vb: Line 70: (BC40000) 'Public Function ByText(textContent As String) As ArtOfTest.WebAii.Silverlight.UI.TextBlock' is obsolete: 'The method is deprecated. Please use VisualFind.ByTextContent instead.'.
Please guide on how to rectify the issue.
Regards
Akbar