david-beltran
3 years agoOccasional Contributor
Update NameMapping from QA URL to production URL
We've been working on a revamp of our billing site. I've been building tests in TestComplete in the QA environment. The QA and production URLs are different. I've been going through the tests to re-m...
- 3 years ago
You really no need to re-map all the objects in the namemapping. All you need to do is use wildcard in the page url
For ex
http://dev-mysite.com/login.html
change the url as follows
http://*-mysite.com/login.html
This way if the url matches with the one you specified above then the object will be identified