bbcook

Stories kicked by bbcook

Testing Asynchronous Logic(www.bryancook.net)

submitted by bbcookbbcook(335) 1 year, 1 month ago

Great article that demonstrates a refactor-friendly utility for testing objects that raise events. read more...

add a comment |category: |Views: 56

tags: another

Twelve Days of Code - Solution Setup(bryancook.net)

submitted by marchymarchy(25) 2 years, 4 months ago

solution setup caveats for a .NET project read more...

add a comment |category: |Views: 16

tags: another

Visual Studio Keyboard Katas (bryancook.net)

submitted by bbcookbbcook(335) 2 years, 5 months ago

Keyboard shortcuts in Visual Studio can make you a more productive developer. This article provides a small exercise you can incorporate into your daily routine to help memorize shortcuts. read more...

add a comment |category: |Views: 18

tags: another

Testing NUnit Addins from within NUnit(bryancook.net)

submitted by bbcookbbcook(335) 2 years, 8 months ago

Bryan walks through an interesting technique to test nunit addins. read more...

add a comment |category: |Views: 18

tags: another

Creating a better Wrapper using AOP(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 3 months ago

If you've ever had to adapt third-party objects to your object model, here's a technique that you can use to skip the grunt work of building those wrapper classes. read more...

1 comment |category: |Views: 351

tags: another

How to improve testability of web applications(gojko.net)

submitted by gojkogojko(1115) 3 years, 3 months ago

Last week I participated in the first Openspace Coding Days in London. The event was organised as a series of ad-hoc coding workshops, and I really enjoyed it. I participated in a very interesting workshop on improving testability of web UIs, that later focused particularly on Microsoft’s new ASP.NET MVC framework. Here are a couple of conclusions we came to: read more...

add a comment |category: |Views: 22

tags: another

Configure log4net for Excel or LogParser friendly output(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 6 months ago

log4net is a great logging framework, but parsing the output using standard tools can be difficult. This handy article shows you a few tweaks you can make to your configuration so that your output can be read by most tools. read more...

add a comment |category: |Views: 668

tags: another

SQL Server - Restore a database backup via the command line(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 7 months ago

This article presents how an SQL Server 2005 database can be restored from the command line with one quick batch file. Ex: restore.bat LavaBlast read more...

1 comment |category: |Views: 402

tags: another

Legacy Projects: Test the User Interface with Selenium or WatiN(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 10 months ago

Got a legacy project with no unit tests? Baffled where to start? This is third in a series of posts that walk you through applying testing strategies to existing code. read more...

add a comment |category: |Views: 105

tags: another

Create Custom NUnit Categories(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 11 months ago

Great walk through on how to use NUnit Categories for your project, as well as how to declare your category attributes. Source code and compiled release available for your projects, too. read more...

add a comment |category: |Views: 93

tags: another

Test Driven Development Naming Conventions and Guidelines(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 11 months ago

New TDD and experienced TDD developers will find this list of naming conventions and guidelines useful. read more...

1 comment |category: |Views: 712

tags: another

Test Driven Development Tips: Getting Value out of Code Coverage(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 4 years ago

Lies, True lies and Statistics -- Coverage tools can be misleading. So how does an organization benefit from having them? Bryan provides some great field notes on do's and don'ts for code coverage, including how tests can ruin coverage. read more...

add a comment |category: |Views: 58

tags: another