prabhjot88singh
6 years agoContributor
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 ...
- 6 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.)