UI Test Automation main key items

Web UI automation most of the application are built with HTML CSS and for design so many new framework build on top of react app. 

If we go any UI application then there will be a common checklist everytime we need to follow always.
so many UI automation tools are available in market. eventhough 
Webservice output should be given as input to next UI application.


If We plan to start automation any web application

Common element methods required before starting Automation framework
Text box
Multi line text box

Check box
Radio button
Submit button

Dropdown button

List box
Link
Image selection


id=
xpath=
css=
dom

Comments