I have a test plan that does a sequence of steps, building on each other. I wrap each one in an "ok" statement, so I get a nice statement at the end about the total time used in the process. I don't see a way to get it to tell me how many milliseconds each individual test took, though.
I understand it would work fine if I used separate test files for each little piece, but then I don't see how to pass the results from one to the next.
Thanks for your help,
dave