The document proposes a method to scale out automated test cases across multiple machines without modifying test case code. It involves adding a synchronization attribute class that is called by test case command classes to decouple synchronization logic from test code. The attribute class queries a central server to ensure critical resources are acquired sequentially across test runs. When tested on up to four machines, response times increased only for four machines likely due to reaching server capacity, showing the approach can scale tests effectively.