Stew Stryker
Member³
Hi,
As someone who uses the Test-Driven Development methodology and therefore runs lots of unit tests, I was really looking forward to the addition of Test Manager in V7. I hope you won't think I'm being rude when I say that this first release is a little too cumbersome for my needs. That's definitely not my intent. It's a good first-stab at the problem and I think it could be very usable with what seem on the surface to be minor enhancements.
I think the following would boost TM's usefulness tremendously.
BTW, if you haven't seen it yet, you should definitely check out Steven Feuerstein's stab at this problem. (http://www.unit-test.com/) His solution is significantly bigger and more elegant, but he always does seem to do things big!
Personally I'd be happiest with a simpler solution that I could run from w/in Developer.
All the best,
As someone who uses the Test-Driven Development methodology and therefore runs lots of unit tests, I was really looking forward to the addition of Test Manager in V7. I hope you won't think I'm being rude when I say that this first release is a little too cumbersome for my needs. That's definitely not my intent. It's a good first-stab at the problem and I think it could be very usable with what seem on the surface to be minor enhancements.
I think the following would boost TM's usefulness tremendously.
- The main test list should show the Active and Result indicators (Green/Yellow/Red icon). I'm envisioning a grid control, but you know better than me in this case!
- In this grid control, you should be able to click the Active checkbox of a test to make it active/inactive.
- Want to be able to select shift-click to select multiple tests, then click the Active checkbox for one to turn them all on/off.
- Want to be able double-click on the Result indicator (Green/Yellow/Red icon) to see the results of this test on the Run tab, or jump right into the test case source code, I'm not sure quite here.
- Want ability to Copy a test definition, which would open the Original test definition's source, let me make a little change, then save it with a new filename, that's put in the Copy's definition. Sometimes my tests are calls to the same test procedure with different parameter values, which makes test copying nice.
BTW, if you haven't seen it yet, you should definitely check out Steven Feuerstein's stab at this problem. (http://www.unit-test.com/) His solution is significantly bigger and more elegant, but he always does seem to do things big!

All the best,