hi all,
we are currently establishing fitnesse as the testing tool user acceptance testing. so far everything is good. we are using the java version "20091121". we are having troubles with folders that are deeper than 4.
we have setup the following folder structure
SetUp
TestSuite
content.txt + properties.xml (just "!contents" inside)
UseCase2204
content.txt + properties.xml (just "!contents" inside)
SingleRequest02
content.txt + properties.xml (just "!contents" inside)
PositiveTest
content.txt + properties.xml (just "!contents" inside)
OneAdultWithChild
here content.txt + properties.xml for the actual test containing 18 fixture tables
when we start fitnesse and navigate to the deepest folder ("OneAdultWithChild") it takes roundabout 10 seconds until the page is displayed. now, when i move the content up one hierarchy level (into "PositiveTest") the page takes 3 seconds to render. when i put the test content on the second level ("UseCase2204") it almost displays in a instant.
the same behaviour happens during test executing.
after pressing the "test" button the tests take:
- second level: 12 seconds
- fourth level: 14 seconds
- fifth level: 40 seconds! (plus, it takes ages until the "result captured" button appears)
now, i am stuck with this :( we need this deeply nested structure to group all the tests. but if there is no solution or workaround we can't use fitnesse and i will be a big idiot for promoting the framework. in the past i've had positive results with fitnesse but we didn't have these deeply nested structures.
so, any help would be really appreciated.
cheers marcel