Sign In
John D'Addamio's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Community
Power Toys
Archive
Archives
July 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(1)
August 2008
(1)
May 2008
(1)
April 2008
(1)
January 2008
(1)
June 2007
(2)
March 2007
(2)
February 2007
(4)
November 2006
(1)
October 2006
(1)
August 2006
(1)
MSDN Blogs
>
John D'Addamio's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
John D'Addamio's blog
So long and good luck!
Posted
over 3 years ago
by
John D'Addamio
1
Comments
Unfortunately, I’m not going to be able to finish that series I started a few weeks ago. Due to a restructuring and reorganization, my position at Microsoft has been eliminated. In plain English, I’ve been laid off and this was my last day at MSFT. ...
John D'Addamio's blog
Update to Testing WPF applications with the White UI Test framework
Posted
over 3 years ago
by
John D'Addamio
2
Comments
I received a question about the example in my blog on Testing WPF applications with the White UI Test framework . It seems that people are having problems running it. Unfortunately, White has changed since I posted that example. The WPFWindow class...
John D'Addamio's blog
Stages of the software development cycle
Posted
over 3 years ago
by
John D'Addamio
1
Comments
I’ve been in the software business for a very long time. I’ve seen lots of good and bad practices in that time and would like to share some of my thoughts on them. Mostly, I will talk about practices that affect quality and schedule. To facilitate that...
John D'Addamio's blog
What to do about NUnitForms exceptions?
Posted
over 3 years ago
by
John D'Addamio
1
Comments
I received a question through my blog that asked for help with an NUnitForms exception. I'm sorry to say that I no longer recommend NUnitForms as a test tool. I was using it 3 years ago but there has not been much activity in that community since then...
John D'Addamio's blog
How many items are there in a WPF ListBox?
Posted
over 4 years ago
by
John D'Addamio
1
Comments
I received a question through my blog. The question was about “a GroupBox which lists some errors. The count of these Errors(ListItems) vary. How can I count the no. of Rows in GroupBox?” Technically, a GroupBox contains only 1 item defined by its...
John D'Addamio's blog
Testing resources from the WPF team
Posted
over 4 years ago
by
John D'Addamio
1
Comments
Hey! If you are new to testing WPF applications or to testing in general, the WPF team has just released a new version of their quality guide. It has a lot of useful information and resource links related to testing in general and testing of GUI applications...
John D'Addamio's blog
Testing WPF applications with the White UI Test framework
Posted
over 4 years ago
by
John D'Addamio
8
Comments
For the past few weeks, I have been test driving the White UI Test framework . It is an open source extension for the NUnit test framework. There are already blog tutorials on using the White UI Test framework with WinForms (see Ben Hall's blog ) so I...
John D'Addamio's blog
Running WPF tests under NUnit
Posted
over 4 years ago
by
John D'Addamio
1
Comments
Our team recently began work on a new project and we're using WPF. Since we want to make our projects accessible to people who are not using VS Test Suite, we use NUnit. The immediate problem we ran into was that NUnit could not run the tests. It threw...
John D'Addamio's blog
Comparing checked out files with other Team Foundation Server versions
Posted
over 5 years ago
by
John D'Addamio
0
Comments
Have you ever applied another team member’s TFS shelveset and later wanted to compare one of the changed files to another version? Have you ever wanted to review exactly what you changed in a file you modified? Since each file in a shelveset will also...
John D'Addamio's blog
Code reviews before applying a Team Foundation Server shelveset
Posted
over 5 years ago
by
John D'Addamio
2
Comments
When our team started using the TFS code repository features, we began using shelvesets to bundle changed files together for code reviews. Other team members can retrieve your shelvesets and apply the changes. The problem was that we often wanted to see...
John D'Addamio's blog
Forthcoming new editor for MSDN forums posts
Posted
over 5 years ago
by
John D'Addamio
0
Comments
Have you ever posted on any of the MSDN forums? Did you think the editor was adequate? If not, I have some good news for you. Our team was recently asked to write an improved rich text editor for MSDN forums posts. It will support IE and Firefox browsers...
John D'Addamio's blog
Pack Installer V1.0
Posted
over 5 years ago
by
John D'Addamio
0
Comments
Our team recently released V1.0 of our Power Toys Pack Installer tool which allows you to easily select a tool or set of tools for download and installation. The V1.0 release includes the functional spec and the test plan for the project. The new features...
John D'Addamio's blog
Extracting string literals into resource files
Posted
over 5 years ago
by
John D'Addamio
0
Comments
The beta version of our Resource Refactoring Tool has been on CodePlex for a while now but we’re releasing the 1.0 version today. The Resource Refactoring Tool is used to convert string literals into references to entries in a string resource file. ...
John D'Addamio's blog
Reviewing Managed Code
Posted
over 5 years ago
by
John D'Addamio
0
Comments
My MSDN article "Reviewing Managed Code" was published earlier this month. Last Friday, I learned that it will be translated into several other languages. When I find out which languages and when the translations will be published, I will add comments...
John D'Addamio's blog
Recommendations for corporate teams developing Community Based Open Source projects
Posted
over 5 years ago
by
John D'Addamio
5
Comments
As I said in my earlier post , our corporate team develops tools that we want to turn into Community Based Open Source projects. The projects are developed as closed source. Occasionally, the requirements were open and discussed with community members...
John D'Addamio's blog
What’s different about testing open source projects?
Posted
over 5 years ago
by
John D'Addamio
5
Comments
Anyone who has read my bio or knows me personally knows that open source is not a new thing for me. For about 25 years, I worked in the proprietary UNIX, FreeBSD, and Linux world. We were using open source software before it was called open source. If...
John D'Addamio's blog
Getting started with NunitForms
Posted
over 6 years ago
by
John D'Addamio
1
Comments
Recently, I blogged about using NUnit and NUnitForms to test VS 2005 Windows Forms applications. I pointed you all at the NUnitForms website and promised to post more about getting started with NUnitForms. After installing NUnitForms, you can use...
John D'Addamio's blog
Testing WinForms Apps (the easy way!)
Posted
over 6 years ago
by
John D'Addamio
0
Comments
It’s been an interesting month. Because our team is involved in so many different areas, we are always learning something new! Two developments in the testing area are that one of our developers figured out how to write unit tests for Add-In tools and...
John D'Addamio's blog
Power Toys and code coverage
Posted
over 6 years ago
by
John D'Addamio
5
Comments
One of the Aftermarket Developer Solutions team goals is to create communities around shared source tools for VS developers. Of course, we are a small team and can't provide full featured tools and support them for long periods of time.That's where the...
Page 1 of 1 (19 items)