Forum Discussion

prabhjot88singh's avatar
prabhjot88singh
Contributor
5 years ago
Solved

How to create Properties file in TestComplete

Dear House,   I am looking for steps to create Property class and put all common web object xpaths(stable properties) inside this Properties file.   Something similar to selenium, wherein we ...
  • AlexKaras's avatar
    5 years ago

    Hi Prabhjot,

     

    TestComplete differs quite significantly both in architectural concept and in functioning from Selenium.

    XPath is the last resort approach in TestComplete while (properly manually crafted in-advance) NameMapping with Aliases accompanied with considered use of .FindNNN() methods is a recommended approach. (And it is much more flexible and maintainable.)