Questions tagged [telerik-testing-tools]

4 questions
2
votes
1 answer

Telerik testing tools - escape ampersand (&) in search string

I'm using the Telerik Testing Tools. My goal is to wait for an anchor to make it to the screen, then click on it. The anchor has an href of #resources/details?mode=view&resourceId=149176 I'm having problems escaping that string properly. This…
Adam Rackis
  • 82,527
  • 56
  • 270
  • 393
1
vote
1 answer

How to compare ItemElements of a Radcombobox with an expected string?

I need compare if a Radcombobox has ItemElements that matches with my expected string. Here is what I'm trying to do: foreach (IRadComboBoxItem item in comboBox.ItemElements) { var itemExists = comboBox.ItemElements.FirstOrDefault(items =>…
SKN
  • 520
  • 1
  • 5
  • 20
1
vote
1 answer

JustMock with BLL

I am using JustMock and I am having difficulty having JustMock work with Entity Framework and mocking the database activity - specifically a fake insert I want to do a fake insert and then return the fake inserted entity. I want to test that the…
Nick
  • 234
  • 2
  • 11
0
votes
1 answer

How to identify a checkbox in a table if I can find a text string on the same row?

I am trying to fix a broken test. I am using VS2010 C# with Webaii (Telerik) to automate the test. I got a table in webpage and has 10 rows (with pagination) each row contains 10 columns (assume columns names as A,B,C,D,E...) in Column "C" a…
user790049
  • 1,154
  • 1
  • 9
  • 21