leban-issa / waitlist

0 stars 0 forks source link

Write UI Tests with Selenium: UI validation of input make sure that the form can not be submitted if invalid input is added #11

Closed zmhassan closed 3 years ago

zmhassan commented 3 years ago

Make sure your UI will validate against wrong input. Like mark field red if the field is not filled in correctly.

zmhassan commented 3 years ago

Use selenium automation to test your UI

zmhassan commented 3 years ago

Instead of manually submitting input when your testing the UI. Why don't you write a selenium UI test in java:

https://www.lambdatest.com/blog/complete-guide-to-access-forms-in-selenium-with-java/