I use Telerik Test Studio for end-to-end tests automations. In elements finding criteria there are many options including using XPath expression. So, my problem now is about how to include a binding value in that XPath expression.
I have tried to use $(BindingVariableName) but it's not working. This idea is coming from that that link but using their syntax seems to be taking in account the whole field as for the example in the link.
Using $(Binding) into XPath expressions seems to consider $(Binding) as a text.
Here, a sample of what I'm expecting. //td[@name=$(bindingVariableName)] but Test Studio could not find element.