We have a checkbox within a Telerik Grid. It is bound to our ViewModel.
Example View:
Above is our exact code. The issue with Telerik Test Studio is simulating a checkbox click. Source code for the checkbox looks like this:
When we hover over the checkbox to simulate the click, the source code changes to the following:
When we hover over the checkbox to simulate the click, we loose our unique attribute for the checkbox. The input id attrivute "IsInRole0" changes to "IsInRole". So when we record our test and then run the test, it fails. The output of the grid will have multiple rows.
Any help or ideas on how to simulate a test for the checkboxes?
Thanks