Completed
Last Updated: 28 Oct 2013 06:35 by ADMIN
ADMIN
Velin Koychev
Created on: 25 Sep 2013 14:07
Type: Bug Report
2
Cannot use extracted in code variable in data driven find expression
If we use the following code to set the value of an extraction variable:

SetExtractedValue("TagIndex","button:0");

and try to use TagIndex in find expression to make it data driven, the test will fail for the click test step with the following information:

Failure Information: 
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using 
Find logic 
 (Html): [TagIndex 'Exact' button:0] AND [TextContent 'Exact' Click Me!]

The strange thing is that this is a valid find expression and if it was not data driven the step will pass.
2 comments
ADMIN
Daniel Djambov
Posted on: 28 Oct 2013 06:34
Telerik: Issue is fixed and solution will be available in our next product release planned in beginning of December 2013.
Vijula
Posted on: 27 Sep 2013 06:56
I need this issue to be fixed asap, Since the element i need to be identify is on Tree list and index varies during run time. So i need to pass the tree element name and the TagIndex of the element in order to find the element and click on the same.

This is blocking our automation activity.

Regards,
Vijula