Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lesson#22: Intro to Automation, Locators - Coggle Diagram
Lesson#22: Intro to Automation, Locators
Automation Testing
Manual Testing
Cons to manual Testing
Automated testing
What to Automat & not to
Automated the following:
Locators
access the HTML elements
are address that identifies a web element uniquely
types
xpath
Absolute Xpath:
Relative Xpath
CSS selectors
Locators ID:
Target format: id=id of the element
Tip : if you get your developers to add unique IDs, just do it
Locators Name
Locators Class