Завдання на Selenium #3
Open http://demoqa.com/ Write automation scripts that verifiy:
Registration process (positive scenario). Use data provider for user data. Mandatory fields and data validation on registration page (negative scenario). Use json parsing for invalid data. Box dragging on the 'Draggable' page. Make screenshots before and after dragging. Selecting multiple options on the 'Selectable' page. Make screenshot of all the options selected. Switching between frames and browser tabs on 'Frames and windows' page.
- all the tests should be organised in a single project
- use maven to build your project