Showing 471 - 480 of 481 results for “unit testing”

Endgame (Matt Gertz)

Well, I’m back from vacation, pleasantly tired and yet relaxed at the same time.  I’m busy trying to dig out of e-mail, things are going well, Beta2 has been in your hands for several weeks, and I’ve got lots of great ideas to try out on this site.(That’s the theory, anyway.  In reality, I’m writing this...


PInvoke Interop Assistant on CodePlex (Jared Parsons)

I'm happy to announce that the PInvoke Interop Assistant tool is now available on CodePlex.  This includes the binaries, source code and the dev authored unit tests.  It is hosted on the more general CLR Interop Tools page.  http://www.codeplex.com/clrinterop I will be actively maintaining this tool in the future and (hopefully...


Where does the console output for tests go when run within Team Build?

This question came up on the internal discussion alias.  Tom Marsh, development lead on VSTS for Testers, responded saying, "the console output is saved with the unit test results. If you download the results and open them in the IDE, you will see the console output in the results view for the test that created it."tags: tfs, team ...


A checkin policy to detect that the build is broken in a CI environment

One important aspect of Continuous Integration is getting notification that the build is broken.  One common way is via a desktop notification from an application like TfsAlert that listens for events (or polls if there isn't a TFS-style event notification mechanism).Ideally, the build or unit test break would be noticed as soon as ...


Planning a Team Project

Before creating a team project, you should carefully plan the scope of the project and consider the future path for the modification, growth, and maintenance of the team project. This topic presents a list of questions you must answer to determine whether you may want to create a new team project or expand an existing project. This list of ...


Visual Studio 2010 C++ Project Upgrade Guide

Hi, my name is Li Shao. I am Software Design Engineer in Test on the C++ team. As has been mentioned in many of the blogs, for example, recent blog by Felix Huang, the blog by Andreea Issac and my earlier blog, one of the major improvements in this release is that the C++ build system is moving from the VCBuild based system to the MSBuild ...


Recorded PEX & MOLES Workshop

Last summer (July 2010) we delivered in Madrid a nice PEX & MOLES workshop. The speaker was Peli de Halleux, from MICROSOFT RESEARCH. If you are interested in Unit Testing, Mocking, etc., you should take a look at it! It was a great workshop and we recorded it, so now we just published it on Channel9. Here you have the links! :-) 1/3...


Prefast And SAL Annotations

One thing that continues to amaze me are the powerful tools available to developers and QA nowadays. Application performance can be improved through profiling and optimization tools operating statically and/or dynamically on the binary (using PGO for example).   Testing metrics become more accurate when using instrumentation and code...