Completed
Last Updated: 19 Dec 2013 16:17 by ADMIN
ADMIN
Velin Koychev
Created on: 19 Apr 2013 08:45
Type: Bug Report
1
Inconsistency in locating elements
In order to reproduce this issue, you have to use the test project and web page that are available in the internal description.

Using the same find logic Test Studio locates two different elements:
-When we are executing the test step, it locates the wrong element; If we right-click the element in Elements Explorer and select Locate in Dom, it selects again the wrong element.  
-When we are in Live Edit, it verifies the right element. If we convert the step into coded step - it selects the right step. Another way to select the right element is to enable the SimulateRealTyping for the test step.  
This shows inconsistency in locating elements.  
1 comment
ADMIN
Pavel
Posted on: 26 Aug 2013 13:08
We cannot fix this scenario as it may break other cases. In order to workaround it either convert the step to code (which should work) or change the find expression used.