Identifying controls using labels - Approach 1

1 Star2 Stars3 Stars4 Stars5 Stars (18)
Loading ... Loading ...

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,758 times

Related posts:

  1. Suscribe to Email

    Enter your email address:

    Delivered by FeedBurner