Completed
Last Updated: 30 Sep 2013 11:44 by ADMIN
ADMIN
Velin Koychev
Created on: 21 May 2013 13:41
Type: Bug Report
0
Problem clicking on Silverligt elements
Test Studio has problem to execute Click step on Silverlight elements.

Expected behavior: When the test step is executed the Click command is executed 
Actual behavior: Test Studio logs that the Click is executed and continues with the next test step. However the actual Click test step is not executed.

There is an easy workaround if we add a short Execution Delay before this step.
 
Sample Test Project is provided in the internal description
1 comment
ADMIN
Daniel Djambov
Posted on: 30 Sep 2013 11:44
Telerik:  The problem seems to be related to common Silverlight behavior and can be reproduced with fast clicking. The button in question is active and responsive, but its operation depends on the grid items that are being loaded. So one additional step that verifies when the grid has finish loading should be added before the click is called.