DevOps / Maven Surefire Plugin Interview Questions
How do you control the order tests run in?
The <runOrder> element accepts values like filesystem (default), alphabetical, reversealphabetical, random, hourly, and balanced, the last of which uses prior timing data to spread tests evenly across parallel forks.
More Related questions...