Completed
Last Updated: 23 Feb 2015 15:13 by ADMIN
ADMIN
Cody
Created on: 06 Feb 2015 20:06
Type: Bug Report
1
Test Studio records click on KendoListViewItem instead of control inside the list item
When a KendoListViewItem contains other controls inside of it, Test Studio will record clicking on the list view item instead of the specific control put inside that list item. When you go to play the test, Test Studio tries to click on the center of the list view item instead of the intended target control causing the test to fail.

The only way to overcome this problem is to disable the KendoListViewItem translator and re-record your click. Then Test Studio records clicking on the right target element and playback is successful.

A specific example from a real customers application can be found on the internal problem report.
2 comments
ADMIN
Daniel Djambov
Posted on: 23 Feb 2015 15:13
Telerik: The Click is no longer handled by the KendoListView translator. The issue is fixed and solution will be available in our next official product release planned in Q1 2015.
ADMIN
Iliyan Panchev
Posted on: 12 Feb 2015 13:50
We will fix that in the translator. Meanwhile the easier workaround is to use BuildStep option from the recorder on the span element. From there the user can record click step. The other option is to add the element to the repository and use the step builder inside Test Studio to create the desired step.