Hello, I am trying to create some tests on the Grid Inline editing feature from Kendo UI default controls examples provided by Telerik, and I cannot seem to succeed in doing so.
I am using the examples provided with the Telerik Kendo UI controls, Grid - Inline editing.
What I am trying to do is record a simple test which consists of the following step:
1. open Grid - Inline editing
2. click "Edit" button on first row (Product Name = Chai)
3. change product name from "Chai" to "Black Coffee"
4. increase unit price from 18 to 20
5. increase Units in stock from 39 to 40
6. check checkbox in "Discontinued" column
7. click "Update" button
The problems appear right after I click the "Edit" button. I don't even know if it is clicked on, when playing back the test I can see that the product name is changed, but I get errors when trying to change all the other columns (increase/decrease quantities using provided buttons) and also when clicking the "Update" button. When I check why the steps failed, the screen shot at the time of failure does not contain anything, it is basically blank.
Could you please help me with this problem and maybe tell me what steps are needed in order to be able to record the inline editing operations properly?
I am using the examples provided with the Telerik Kendo UI controls, Grid - Inline editing.
What I am trying to do is record a simple test which consists of the following step:
1. open Grid - Inline editing
2. click "Edit" button on first row (Product Name = Chai)
3. change product name from "Chai" to "Black Coffee"
4. increase unit price from 18 to 20
5. increase Units in stock from 39 to 40
6. check checkbox in "Discontinued" column
7. click "Update" button
The problems appear right after I click the "Edit" button. I don't even know if it is clicked on, when playing back the test I can see that the product name is changed, but I get errors when trying to change all the other columns (increase/decrease quantities using provided buttons) and also when clicking the "Update" button. When I check why the steps failed, the screen shot at the time of failure does not contain anything, it is basically blank.
Could you please help me with this problem and maybe tell me what steps are needed in order to be able to record the inline editing operations properly?