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!
Yes, I prefer separate suite for each section of the site.
As you are using PHPUnit if you want to run tests parallel then you have to make one classes for one thread.
If you are using the section of site then you will have no Dependencies of one section of site with other. So that you can run the tests in parallel.
Create Section wise library and Suite so that you can run suites in Parallel.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With