or
Pages.FundClassCustomViews.ShortIDText.Focus();// Navigate to : 'http://google.com/'ActiveBrowser.NavigateTo("http://google.com", false);Can somebody please explain what exactly this code statement from the tutorial does:
Assert.IsTrue(ActiveBrowser.ContainsText(Data["Col1"].ToString()));Data["Col1"].ToString() - this is the way to access data for the data bound test.
Any suggestions on why Test Studio is hanging when I am attempting to Create a new Test List?