I am getting started with writing front-end tests for my project, and I would like to know the best way to organize my selenium test cases.
Should I make a separate suite for each section of the site? Or do I need to group them by acceptance tests (integration), ui verification, and browser compatibility suites?
Any advice would be helpful. Thanks!