Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Testing   (RSS)
After many moons of sitting in a queue somewhere, the MSDN Tester Center just posted my intro article on special numbers you probably want to think about when running tests. The paper addresses several interesting domains of integers (all the way up to Read More...
While looking at some of the traffic statistics for the MSDN Tester Center , I noticed that a bunch of people arrived at the site as a result of doing a Google search for "test plan template". The primary starting point for a template is really the IEEE Read More...
A co-worker of mine was working on a tool to watch our release share for the appearance of a test result file, for which he would then publish up to a TFS server. The "trx" results file in question is actually being created on the Xbox console by our Read More...
Here is my semiannual post on testing conferences that will be occurring later this year. CAST July 13 - July 16 Colorado Springs, Colorado, USA ISSTA July 19 - July 23 Chicago, Illinois, USA softec July 20 - July 22 Kuala Lumpur, Malaysia STANZ August Read More...
Here are the links and dates for some of the testing related conferences which are approaching. Future Test February 24 - February 25 New York, New York, USA Swiss Testing Day March 18 Zürich, Switzerland ANZTB March 23 - March 25 Sydney, Australia SEPG Read More...
Throughout the course of my testing career, I've often heard this dreaded statement. Despite the causes behind it, I think that there will always be times when you just won't get any formal documentation or specification on how a piece of software is Read More...
About three years ago, when the Xbox 360 was getting close to launching, we went through a security pass of the audio and photo playback capabilities. One of the tools that was recommended to us by another employee was the Codenomicon suite of test files Read More...
While I was working on writing some API tests for a module that was being integrated into the Xbox Dashboard application, there was some rework to the class that happened in the middle process. In doing so, the developer decided to make a bunch of the Read More...
I was talking with a test manager yesterday about recruiting opportunities, and he was wondering about what testing conferences were coming up in the (fairly) near future. So here is a listing of some of them: STANZ August 11 - August 12 Wellington, New Read More...
As a technical tester (SDET), you are expected to help find bugs that are written in the programming language used by your product team (SDETs commonly contribute by writing test code and tools). To this end, you truly need to understand and master that Read More...
So I was un-installing an application (which I won't name) and just happened to notice a rather large handle count in Task Manager. Now, most applications which leak handles will consume on the order of several thousand handles, but this program (which Read More...
A few months ago I ran across some test code which was using GetTickCount () + timeGetTime () as the seed input to a random number generator. Unfortunately this code was bad for two reasons. First, the systems that the test code was running on would be Read More...
MSDN just published my article on API testing : " If you ask several testers how to write good API tests you will get several different answers. Not only are peoples' styles and approaches different, but often API sets will lend themselves to various Read More...
The Tester Center recently added some more content. One of the new articles is a pretty good piece on Fuzzing , so check it out when you get a chance: This article presents a case study of fuzzing during development of Microsoft Internet Security and Read More...
Very little attention is often applied to PDB files, but if you do ship them to customers, then you will want to ensure they don't contain more information than is necessary. The debugging information stored here can be used to reverse engineer or attack Read More...
More Posts Next page »
 
Page view tracker