[Test] how to measure the execution time of Fitnesse tests


We are using Fitnesse as our current acceptance testing framework.
1/3 of our tests are built upon a fixture that uses Selenium.

Selenium is the worst test framework i never known. It's hard to write, hard to maintain, it's hard to read and, most of all, is SLOW, absolutely slow.

It's a long time that i wish to know how much time our selenium tests needs to be run but fitnesse doesn't say this information.

The solution is to call via http get the url with the instruction to run your suite and measure its execution time. Then i move all selenium tests in a dedicated suite.

And here you can see:

time wget http://localhost:8181/XXXProject.SeleniumSuite?suite

real 6m56.227s (!)

God save us

Nessun commento: