James Carlson wrote: >> - I need a better understanding of how we'll be doing testing. Will Jim >> Walker be running tests for us, or will the developers being doing all >> the testing? And we need to finalize the test plan. > > We've never had automated testing for these tools (which is really a > pretty serious problem for anyone working on them), so I think we're > going to have to rely on extensive testing by individual developers. >
Correct, we don't have test resources to run the tests, so everyone (ie. mostly developers) will have to pitch in and run and develop tests. I'm interested in merging all the tests we have into one automated test suite and filling in the holes with new test cases, so we have very few, if any manual tests. The test suite would integrate into ON-PIT after the code integrates to support regression testing. Unfortunately, like everyone else, finding time to keep all the balls in the air is challenging... Cheers, Jim