gallio
Extension to icarus
Is it possible to make an extension to icarus that listens to the events from the test run and handles the resul开发者_Go百科t on to ie. growl.[详细]
2023-01-16 17:05 分类:问答How to make Gallio remember which categories of tests I want to run when reloading the Tests Explorer TreeView?
If I have a loaded assembly in Gallio, and I select a couple of Tests and click \"Start\" it will run those tests and still remember which tests were selected.[详细]
2023-01-16 13:14 分类:问答How to re-run the same test with same data in MbUnit
Say, I have the following test: [Test] public void MyTest( [RandomNumbers( Count=100, Minimum=0, Maximum=1000 )] int number )[详细]
2023-01-16 11:12 分类:问答Is there a way to Run MS Test using Gallio?
I have looked at other questions similar to this and they all seem to be Pre-RTM of Visual Studio 2010 (or they don\'t have a real answer).[详细]
2023-01-15 23:12 分类:问答Unit testing of WCF webservice with Gallio/MbUnit
I have a WCF service with a simple Gallio unit test that calls the service. However, I am confused by the framework\'s behavior. When I start visual studio for the first time, and try to run the unit[详细]
2023-01-13 23:21 分类:问答selenium-rc Unable to connect to remote server
I\'ve run into a weird problem yesterday. I am using selenium-rc along with C# to write test scripts. For the first time, yesterday, I started getting the error \"Unable to connect to remote server\".[详细]
2023-01-08 13:15 分类:问答selenium rc unable to click on a link
I\'m facing a kinda weird开发者_开发百科 problem today. Selenium appears to click on a link in one test case, but, ignores the same link in the subsequent case. This happens with any permutation-combi[详细]
2023-01-08 05:55 分类:问答How to pass Xml data as a parameter to a Test in mbunit v3
I was reading about data driven testing using mbunit from this article. http://blog.benhall.me.uk/2007/04/mbunit-datafixture-data-driven-unit.html[详细]
2023-01-08 01:51 分类:问答Are there any extensions for either Boost.Test or cppUnit which could provide HTML outputs etc?
I am involved in development of unit level test cases for our project. There are both managed code and native C++ code. After some study I chose NUnit for managed code. I would either use 开发者_如何学[详细]
2023-01-07 05:45 分类:问答MbUnit and Resharper integration not working in Visual Studio 2010
I set up a new machine this week. It is running Windows 7, 64 bit. I installed Visual Studio 2010 Professional, then Resharper 5.0, rapidly followed by Resharper 5.1when it came out soon after.[详细]
2023-01-07 03:39 分类:问答