Won't Fix
Last Updated: 27 Apr 2016 08:38 by ADMIN
ADMIN
Boyan Boev
Created on: 24 Mar 2016 15:04
Type: Bug Report
0
TS cannot click on an option within a select element in a customer specific application
During the initial recording Test Studio records the selection option correctly with SelectBy steps. During the execution the proper options are selected, however some jQuery event is not triggered hence after saving the changes no selection is saved.

As a workaround I have tried adding manually the option element into the element explorer and perform a click step against it. Test Studio is clicking in upper left corner of the browser (step 9 in the attached project) . When click edit in live TS is not able to highlight that element at all.

To reproduce the issue see the attached test project.
1 comment
ADMIN
Daniel Djambov
Posted on: 27 Apr 2016 08:31
Telerik: our internal investigation showed that the behavior is expected because of the specifics of the web application, which requires real type event to trigger specific scripts upon selection. We provide a solution in the current implementation of Test Studio, to use Desktop clicks, which simulate exactly such behavior and trigger all necessary scripts. Please use this approach (http://docs.telerik.com/teststudio/troubleshooting-guide/test-execution-problems-tg/invoke-blind-mouse-click) for your tests on the specific selection steps.