Hi, you're right, when running tests in parallel, the information about the total time is wrong.
It's not possible to determine the time of execution when the report has been created in many times but it would probably make sense to display 2 informations to be correct: - sum of execution time - delay between start of first test and end of last one (a better name would be good) Can you open an issue for that? Btw: 60% execution time saved is quite good, but it seems that your single tests have become much slower. Do you run the web app and the tests on the same machine? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Hesteric Roman - Together SK wrote: > Hi there! > > > > I’ve just tried to run my test parallel [wt.parallel.nbWorker] – great > idea! We saved about 60% execution time, but I’ve noticed incongruity in > generated reports … > > > > > > Test running without ”-Dwt.parallel.nbWorkers”: > > Test Scenario Overview *(00:02:01)* - that’s true => same time on console > > > > # > Name Duration > > 1 BaseTest_Nav_ECHO > 0 > > 2 NavigationTest_FK_LT > 00:00:19 > > 3 NavigationTest_FK_LT > 00:00:17 > > 4 NavigationTest_FKE_LT > 00:00:11 > > 5 NavigationTest_FK_Pers_LT > 00:00:14 > > 6 BaseTest_Nav_ECHO > 0 0 > > 7 NavigationTest_FK_LT > 00:00:18 > > 8 NavigationTest_FK_LT > 00:00:17 > > 9 NavigationTest_FKE_LT > 00:00:11 > > 10 NavigationTest_FK_Pers_LT > 00:00:14 > > Created using Canoo Webtest (R_1700). Report created at 05.06.2008 > 14:00 > > > > Test running using ”-Dwt.parallel.nbWorkers”: > > Test Scenario Overview *(00:07:51) – incongruity! *In console* 00:01:16* > > # > Name Duration > > 1 BaseTest_Nav_ECHO > 15 > > 2 NavigationTest_FK_LT > 00:01:06 > > 3 NavigationTest_FK_LT > 00:01:07 > > 4 NavigationTest_FKE_LT > 00:00:42 > > 5 > NavigationTest_FK_Pers_LT 00:00:53 > > 6 BaseTest_Nav_ECHO > 0 > > 7 NavigationTest_FK_LT > 00:01:06 > > 8 NavigationTest_FK_LT > 00:01:03 > > 9 NavigationTest_FKE_LT > 00:00:51 > > 10 > NavigationTest_FK_Pers_LT 00:01:03 > > Created using Canoo Webtest (R_1700). Report created at 05.06.2008 14:03 > > > > Maybe report should know, that test was running in parallel mode … > > > > Regards, > > Roman Hesteric > > > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

