as46zuny
8 years agoNew Contributor
Use of Regular expression and Wildcard
Hello Everyone - I would like to know whether its possible to make use of Wildcard like( * ) or regular Expression like [0-9] in the beginning of WPF control under Object Name mapping? Rega...
- 8 years ago
It depends,
- if you want to use for dynamic objects like Testpage,Test1page as your property then you can use wildcard as a option which will look like *page
- if you want to use for complex objects like test34253pagetestlink, test564564pagetestlink as you property then you can use RegExp as best option. ref : https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html