Ranorex 3.0.1 refresh Infragistics UltraWinGrid only on LostFocus.
Automated Testprocedure:
1. Select Cell works with XPath = … /element/table/row[@childindex='2']/cell[@childindex='1']
2. Reset Grid in AUT (DataSource = null)
3. Load the same Grid in AUT
4. Select Cell works with XPath = … /element/table/row[@accessiblename='row 1']/cell[@accessiblename='Title']
5. no Cell are found with XPath = … /element/table/row[@childindex='2']/cell[@childindex='1']
Except another Window than AUT gets the focus before timeout!
I have tried long Timeout and disabled Cache. The Repository Path is absolute.
Manual Testprocedure:
1. Track Cell with Ranorex Spy. XPath = … /element/table/row[@accessiblename='row 1']/cell[@accessiblename='Title']
2. Reset Grid in AUT
3. Load Grid in AUT
4. Select other Cell in Ranorex Spy. XPath = … /element/table/row[@accessiblename='row 0']
But there is no ‘row 0’.
XPath dont work in Ranorex Spy until refresh.