what is the best method to follow in web applications
Hi, What is the best method to follow in web applications:- a.) Using "Namemapping" b.) Find method (eg., Page.NativeWebObject.Find(PropertyName, KeyValue, TagName)) Can any one...
Using Name Mapping is the recommended approach since it allows you to create more flexible tests than using Find. I recommend that you watch this video to learn how to use it efficiently.