David Pokluda's blog

Business application development, agile development, and other software engineering topics

Moving blog to a new address

I am moving my blog to a new address so that I have a better control of the blog and the spam. The...

Author: dpokluda Date: 03/06/2009

SysTest part VI.: Code coverage

In this post I want to describe code coverage module in SysTest framework. Let's have a simple...

Author: dpokluda Date: 03/07/2007

I'm back

I'm very sorry for being quiet for such a long time. We had a coding milestone and I spent most of...

Author: dpokluda Date: 02/08/2007

SysTest part V.: Test execution (results, runners and listeners)

In the series of previous posts I've covered TestClasses and TestSuites. You should already know how...

Author: dpokluda Date: 10/24/2006

SysTest on Channel9

Michael Fruergaard Pontoppidan demonstrates how to use SysTest in this Channel9 video: Dynamics AX...

Author: dpokluda Date: 10/24/2006

SysTest part IV.: Test/Suite initialization and cleaning; Execution isolation

We already know how to create test suites. Today I would like to cover some additional reasons for...

Author: dpokluda Date: 10/10/2006

Outbound web service (AIF)

In this post I'll try to demonstrate how to use AIF outbound web service adapter. I'll begin with...

Author: dpokluda Date: 10/03/2006

SysTest part III.: Introduction to test suites

In the first part I mentioned the following code: static void RunMySimpleTests(Args _args) {...

Author: dpokluda Date: 09/25/2006

SysTest part II.: Exceptions

In this post I will try to describe exceptions handling using SysTest. Very often applications throw...

Author: dpokluda Date: 09/19/2006

SysTest part I.: Assertions and test classes

In the next series of posts I will demonstrate and explain some of the basic as well as some more...

Author: dpokluda Date: 09/07/2006

SysTest quick start

Overview I am a big fan of TestDrivenDevelopment and I am trying to follow this approach for all my...

Author: dpokluda Date: 08/25/2006