ContributionsMost RecentMost LikesSolutionsRe: Can we parameterize xpath in Test Complete Hello, Thank you for quick response. Basically I tried by the way you suggested. In my project we are majorly focusing on following 99% Keyword Test. For that I made the generic xpath ,created Project level variable, pass that variable through Keyword Value but now its showing me an error as below. My xpath is : //a[text()='%AddRemoveQuoteNumber%']/..//preceding-sibling::td/input Can you please suggest how to add Variable name in Xpath, since I tried before by the given way as below, //a[text(), '%projectVar1%'] Can we parameterize xpath in Test Complete I wanted to make a dynamic xpath for an object in such a way where I can pass value through parameter. Ex. //a[text()='City'] -> And City value suppose to pass through parameter. Can anyone guide me on this?