For those of you familiar with Gallio, what Advantages and Disadvantages have you experienced using this tool, a so-called Test Automation Platform?
|
|
|
|
|
|
|
On the advantages front, integration with everything is quite nice :) Seriously, I'm a huge fan of the experimental integration with Visual Studio Team System (screenshots here). I think that really lowers the bar for those new to unit testing. The only disadvantage from my perspective so far is the fact that it isn't released yet. |
||
|
|
|
|
When we evaluated Gallio, we experienced stability issues with large projects. Our smaller projects ran beautifully, however. Great concept...I think it will generate a big buzz once it's a bit more refined. I might want to add that Resharper support was missing (or broken) for a while, but I've heard it's back. |
||
|
|
|
I have been evaluating Gallio and it is truly a great concept. Now I don't have to tell my developers what unit testing framework they have to use, because it has integration with all the major ones that I know of. They can use which ever they are most comfortable with and I get unit tested code. The Resharper integration is nice also. I can run all the unit tests with Resharper without having to jump out to a command line to run them. This should definitely make introducing unit testing into shops a lot easier in my opinion. I agree with @David, the downside is that it isn't released yet. |
||
|
|
|
|
We're using Gallio/MbUnit for a year now. We're quite happy with it, the Gallio guys keep introducing cool new features and the development is active. If you decide to use it, here are some hints/notes:
|
||
|
|
|
|
The latest release of Gallio (3.0.6) has address a lot of the stability issues mentioned in the these posts. In particular, Icarus is much more stable now and has the ability to attach to the debugger built in, so it can be even faster to use than Resharper which recompiles the code before each test run. |
||
|
|
|
|
It's terrible unstable, I used it about 3-4 months ago it was terrible unstable and slow. Now I've just tried it and it crashes when you click "Save", then it never opens again unless you go and clean up the "Local Settings", I assume it's still terrible unstable. I wish they would stop adding new features and instead fix these rather obvious bugs. P.S. Project got 1000~ unit tests and it's using nUnit (maybe it's just my nUnit and Gallio don't play well together ) I really want to use it and I've got 3.1 - 313, I couldn't even save a project without getting a crash! After all bad stuff advantages Here:
|
||||
|
