Hello,
Here's our test scenario:
We're adding an "item" to the grid by completing the form.
Next we want to click recently added item (to edit it) on the grid and here we have a problem:
How to get this item when we have virtualized grid with many rows?
We tried to filter on choosen column which we know the value will be unique for that item.
PROBLEM: The textbox in RadGridView where we can enter text to filter on each time has other Name/AutomationId, so the engine cannot locate this element (screen1) (screen2). Tried other find logic without success.
How to achieve this?
I've searched other forum posts and I found this : grid verification where it is stated that translators can do something similar but's isn't true for virtualized grid. In the same topic I read: We plan to release non-coded data-driven find logic in our second 2012 release this fall. Is it released?
Ok let's say it can't be done without coding. How to make coded steps for my testers where they can easily provide 2 inputs (lets say column name and search value), which can do the "click new added item" step for them?
Any help appreciated =]
Here's our test scenario:
We're adding an "item" to the grid by completing the form.
Next we want to click recently added item (to edit it) on the grid and here we have a problem:
How to get this item when we have virtualized grid with many rows?
We tried to filter on choosen column which we know the value will be unique for that item.
PROBLEM: The textbox in RadGridView where we can enter text to filter on each time has other Name/AutomationId, so the engine cannot locate this element (screen1) (screen2). Tried other find logic without success.
How to achieve this?
I've searched other forum posts and I found this : grid verification where it is stated that translators can do something similar but's isn't true for virtualized grid. In the same topic I read: We plan to release non-coded data-driven find logic in our second 2012 release this fall. Is it released?
Ok let's say it can't be done without coding. How to make coded steps for my testers where they can easily provide 2 inputs (lets say column name and search value), which can do the "click new added item" step for them?
Any help appreciated =]