assertEquals("browser2.exe", testForBrowser2OnURL1.getName());
TestSuite suiteForURL2 = (TestSuite) aSuite.testAt(2);
assertEquals("your\u00B7machine\u00B7com:9090 - server with 3 browser(s)", suiteForURL2.getName());
assertEquals(3, suiteForURL2.testCount());
DistributedTest testForBrowser3OnURL2 = (DistributedTest) suiteForURL2.testAt(0);
DistributedTest testForBrowser4OnURL2 = (DistributedTest) suiteForURL2.testAt(1);
DistributedTest testForBrowser5OnURL2 = (DistributedTest) suiteForURL2.testAt(2);
assertEquals("browser3.exe", testForBrowser3OnURL2.getName());
assertEquals("browser4.exe", testForBrowser4OnURL2.getName());
assertEquals("browser5.exe", testForBrowser5OnURL2.getName());