Unplanned
Last Updated: 02 Sep 2022 09:23 by Dev
Dev
Created on: 02 Sep 2022 09:23
Type: Feature Request
0
Kendo Angular Daterange component support

Kendo Angular Daterange component is not supported via built-in translator in Test Studio. But it can be automated out-of-the-box by typing the data directly into the input field with slight adjustment of the step: 

  1. Ensure the element find expression doesn't use the dynamic id of the input.
  2. Increase the step property TypingDelay from 50 to 100 to slow down the typing a bit.
  3.  Sample test is attached.

When executing this test with the recorded 'Enter text' step in Chrome and Edge it works fine. 

When executed in Firefox, the date isn't populated correctly as it gets typed only in the year section of the date input. 

Expected: The recorded step should behave the same for all browsers. Can this be fixed?

Workaround:  The current solution is to convert the 'Enter text' step into code and specify the coordinates of the click action so that the click happens on the left from the input center. Modified coded step is available in the sample test. 

 

 

0 comments