Pex and Moles PowerTool announcement
-
Link
Pex for fun on the web is a radically simplified version of the fully featured Pex Power Tool for Visual Studio. You do not need to install anything; all the work happens in the cloud. You can write code in C#, Visual Basic, or F#. Coding Duels are a fun way to exercise your programming skills, where Pex checks if you implement a particular algorithm correctly. Go to www.pexforfun.com, and start with the tutorial!
-
Link
We just released version 0.94!
After more than a year of community feedback on DevLabs, Pex and Moles have taken the next step and have become Visual Studio 2010 Power Tools. To reflect this step forward, we have increased the version number to 0.9x.
Pex and Moles come with a PowerTools license. MSDN subscribers can download Pex for commercial use. Unlike the previous DevLabs download, Pex no longer requires Visual Studio 2010 Team Suite, but will work with Visual Studio 2008 or 2010 Professional or better. The Pex installer includes Moles. Moles is also available separately for commercial use without requiring an MSDN subscription. In addition, a version of Pex is still available for academic and non-commercial use.
Get the Pex and Moles Power Tools now, and learn more about the new license terms at http://research.microsoft.com/pex. Also take a look at our completely overhauled documentation.
The MSDN forums are still there to help you with questions at http://social.msdn.microsoft.com/Forums/en-US/pex/threads/.
Thank for your support, and all the valuable feedback you gave us during our time on DevLabs. We have incorporated many of your suggestions, and we will keep listening.
Your Pex Team
-
Link
Welcome to Pex, which includes Moles.
Pex is an automated white box test generation tool for .Net.
Moles supports detours to deal with legacy code.
This is a great place to post your question about Pex and Moles related questions such as how to do parameterized unit testing, understanding how Pex works (or does not work), extending Pex, etc...
More Links:- Try it live! http://www.pexforfun.com
- Pex and Moles at Microsoft Research: http://research.microsoft.com/pex
- Documentation: http://research.microsoft.com/pex/documentation.aspx
- Download: http://research.microsoft.com/pex/downloads.aspx
- Facebook fan page: http://www.facebook.com/pages/Pex-and-Moles/118276281518833
-
0 VotesPex forums shifting to http://stackoverflow.com/questions/tagged/pex
Hello, Peli and the Pex team have asked me to post a message indicating that based on community feedback they are now lurking in the stack ... -
1 VotesPexForFun: unsolvable duels due to crazy bugs in Pex?
Hi, I had published a few PexForFun duels on boolean operators. They built up on each other, starting from very easy, then getting harder. Some ppl solved the hardest, ...Answered | 29 Replies | 13814 Views | Created by meisl - Saturday, November 6, 2010 8:15 PM | Last reply by _StevePa - Thursday, April 21, 2011 7:30 PM -
0 VotesVisual Studio 2010 crashes when "Create Parameterized Unit Tests" option is used
Whenever I try to get PEX to generate a new unit tests project for my existing (large) C# 2010 project, VS crashes out. I don't seem to have the same problem when running against ...Unanswered | 3 Replies | 12753 Views | Created by Rainox - Friday, March 18, 2011 12:02 AM | Last reply by Brandon2010 - Thursday, April 21, 2011 12:10 AM -
0 VotesPex Not generating test case for PexArguments event with TestEmissionFilter set to all
I have a pex test with a method signature that looks like this: [PexMethod(MaxRuns = 200, ... -
0 VotesAfter installing visual studio 2010 SP1, when we try to build and deploy to live server, services cannot start with "Error 0x80004002: No such interface supported"
We have recently update our visual studio 2010 SP1. After updating, we try to build our windows service project. This service requires database access and is written in C++. Everything seems to work ... -
0 VotesWhat dose Pex reported event "Static Field Stores" event mean
Hi every, Dose any one know what does the event "static field stores" mean ? And why sometimes, static field stores would cause a problem? Or, ... -
0 VotesMoles.runner with a custom app - how to pass arguments?
Hi, I'm trying to run moles.runner in the following way: moles.runner.exe TestApp.exe ... -
0 VotesHow can I get the test case generated by Pex through client code?
Hi there, After applying pex to a PUT, one will get the test inputs of such PUT generated by PEX. Clicking each test input would give the actual test case code in a window besides. ...Unanswered | 0 Replies | 10132 Views | Created by xi ge, North Carolina State University - Tuesday, April 19, 2011 3:22 PM -
0 VotesCodepage error of the generated testing source code
Hi there, I've downloaded the academic edition and installed it on a Windows XP box with both Visual Studio 2008 pro and Visual Studio 2010 pro intsalled. When I ... -
1 VotesWhy only public methods?
Probably a simple question with a simple answer: Why is it that Pex only works on public methods? It seems to me - and granted, I am a novice when it comes to Pex - that the goodness of Pex could be ... -
0 VotesPex Exploration Host has stopped working...
Just installed Pex this afternoon on a Win2k8 R2 SP1 VS2010 SP1 install. I can't for the life of me seem to get Pex to run. Regardless of which platform I target my code for, the exploration host ... -
0 VotesCan't get data via ConfigurationManager.AppSettings on HostType("Moles")
If HostType as Moles, then i can't get data via ConfigurationManager.AppSettings What should i do? Please help me. ...Unanswered | 6 Replies | 14330 Views | Created by Wade Huang - Wednesday, November 24, 2010 1:46 AM | Last reply by AhmedChaudhary - Friday, April 15, 2011 6:33 PM -
0 VotesBuild Moles for .NET 4.0 system assemblies fails
setlocal C:\>echo ...Unanswered | 1 Replies | 11983 Views | Created by Sergio Castillo Checa - Monday, April 4, 2011 11:36 AM | Last reply by Sergio Castillo Checa - Friday, April 15, 2011 5:58 AM -
0 VotesAdding a class to my test project will cause Pex to fail - even though it is not referenced.
Pex Explorations. However, recently, it suddenly started reporting "could not find any tests to run." Actually - it did this for everything, including PexMethods that had ...Answered | 2 Replies | 12230 Views | Created by GordonTWatts - Tuesday, January 25, 2011 6:28 AM | Last reply by GordonTWatts - Thursday, April 14, 2011 2:59 PM -
0 VotesWhich version of Visual Studio 2010 is required for Pex?
I am told that it is Visual studio 2010 professional or higher. However, when I try to save the tests, Visual Studio crashes and is restarted. A project file is created with some files that don't ... -
0 VotesPex and Silverlight 4 Unit Testing (using Silverlight 4 Toolkit unit test framework)
Hi all, im trying to make use of Silverlight 4 Toolkit unit test framework and pex, but when pex creates the new Test project (using the toolkit unit test ...Unanswered | 0 Replies | 11219 Views | Created by Javier Jiménez Roda - Wednesday, April 13, 2011 8:47 AM -
3 VotesInvalidOperationException: Dynamic operations can only be performed in homogenous AppDomain
false; // act dynamic exists = fileWrapper.DoesExist(@"C:\temp\test.txt"); // assert Assert.IsFalse(exists); } ...Proposed | 6 Replies | 34032 Views | Created by Cameron Fletcher - Saturday, November 27, 2010 11:10 AM | Last reply by THaynes - Tuesday, April 12, 2011 6:40 PM -
0 VotesSPFarm.Local.Services.GetValue<SPWebApplication>();
I am trying to use Pex and Moles for SharePoint unit testing. The first line of code in the method under test is the ... -
0 VotesHow to mole other methods in the class under testing
Hi, Just wondering if there is any way to mole other methods being used by the method under testing. For instance, in the following example, I am unit testing method1, which uses ...Unanswered | 4 Replies | 13339 Views | Created by Collin Tu - Saturday, December 18, 2010 3:35 PM | Last reply by Sven Neumann - Tuesday, April 12, 2011 7:32 AM -
0 VotesResolve security exception when exploring math.net library
When I applied the current version of Pex to explore the Math.NET library, I got the following exceptions when Pex tried to create an object of ... - Items 1 to 20 of 1435 Next ›
Pex and Moles PowerTool announcement
-
Link
Pex for fun on the web is a radically simplified version of the fully featured Pex Power Tool for Visual Studio. You do not need to install anything; all the work happens in the cloud. You can write code in C#, Visual Basic, or F#. Coding Duels are a fun way to exercise your programming skills, where Pex checks if you implement a particular algorithm correctly. Go to www.pexforfun.com, and start with the tutorial!
-
Link
We just released version 0.94!
After more than a year of community feedback on DevLabs, Pex and Moles have taken the next step and have become Visual Studio 2010 Power Tools. To reflect this step forward, we have increased the version number to 0.9x.
Pex and Moles come with a PowerTools license. MSDN subscribers can download Pex for commercial use. Unlike the previous DevLabs download, Pex no longer requires Visual Studio 2010 Team Suite, but will work with Visual Studio 2008 or 2010 Professional or better. The Pex installer includes Moles. Moles is also available separately for commercial use without requiring an MSDN subscription. In addition, a version of Pex is still available for academic and non-commercial use.
Get the Pex and Moles Power Tools now, and learn more about the new license terms at http://research.microsoft.com/pex. Also take a look at our completely overhauled documentation.
The MSDN forums are still there to help you with questions at http://social.msdn.microsoft.com/Forums/en-US/pex/threads/.
Thank for your support, and all the valuable feedback you gave us during our time on DevLabs. We have incorporated many of your suggestions, and we will keep listening.
Your Pex Team
-
Link
Welcome to Pex, which includes Moles.
Pex is an automated white box test generation tool for .Net.
Moles supports detours to deal with legacy code.
This is a great place to post your question about Pex and Moles related questions such as how to do parameterized unit testing, understanding how Pex works (or does not work), extending Pex, etc...
More Links:- Try it live! http://www.pexforfun.com
- Pex and Moles at Microsoft Research: http://research.microsoft.com/pex
- Documentation: http://research.microsoft.com/pex/documentation.aspx
- Download: http://research.microsoft.com/pex/downloads.aspx
- Facebook fan page: http://www.facebook.com/pages/Pex-and-Moles/118276281518833
