Identifying controls using labels - Approach 1
Identifying objects correctly and robustly in an application is very important in Automation. In case you have automated any CRM application you might have noticed objects are recognized by a dynamic name
Browser("Browser").Page("Page").WebEdit("TS_EXTRA_FEILD40").Set "AAA"
Now after a build the code or object might change to
Browser("Browser").Page("Page").WebEdit("TS_EXTRA_FEILD42").Set "AAA"
These object changes are unpredictable and cause scripts to fail. Let’s assume [...]
Register or Login to read the full article... Have questions related to this article? Want to request a new article? Use our forums to post your questions
Viewed 5,236 times

(18)

Tags used -

































