Sign in
Software Musings
Random thoughts while writing code (and mostly about code)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
#include Auto Completion
.Net
.NET System.Xml Namespace
Assembly.Load
C#
C++
Code Coverage
Component Level Testing
Control
Coordinates
Float
IntelliSense Options
Manual Testing
Navigate To
Quick Search
Regular Expressions
Software testing
Technical interviews
Test Hooks
Testing
Testing levels
ThreadSafe
ToolStrip
UI Testing
Unit Testing
Unloading assemblies
Visual C++
Visual Studio
Visual Studio .Net Reflection
Visual Studio .NET XML Serialization
Visual Studio 2010
Visual Studio AddIns DTE IServiceProvider
Browse by Tags
MSDN Blogs
>
Software Musings
>
All Tags
>
software testing
Tagged Content List
Blog Post:
Hey look I'm on TV! (well sort of)
Raul Perez
I did a channel 9 interview right before the holidays where I talk about the front end and the IntelliSense architecture in general. I was going to write an intro but I'll be lazy and reuse the one from the interview http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-5-Inside-the-Visual...
on
12 Jan 2012
Blog Post:
The Pitfalls of Code Coverage
Raul Perez
When used correctly code coverage can be a great data point to assess your test quality and test holes. What a lot of people don’t realize though is that code coverage doesn’t actually means good tests or even that all the areas that are covered are actually tested correctly. There are several...
on
20 Apr 2011
Blog Post:
Manual Testing and Babysitting Your Tests
Raul Perez
No matter how much test automation you have nothing will ever substitute the value added by manual testing. I could go on as to why but nothing beats a real story so here's what happened to me a couple of weeks ago: I had just finished implementing some formatting tests for a new language service...
on
3 Dec 2010
Page 1 of 1 (3 items)