Feb 13
Front End Automation Strategies 1 – Don’t Write Complex XPath/CSS – Ask For Static Locators Instead
I am starting a series of posts on best strategies to be followed in front end automation. Here is the first post. “Locators‘ are the backbone of front end automation. Your script does not see the actual UI/UX and perform the action. It depends on DOM where HTML tags and its attributes are defined. Maximum […]