Sign In
David Pokluda's blog
Business application development, agile development, and other software engineering topics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
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
.NET
AIF
blog
Dynamics AX
SysTest
Archive
Archives
March 2009
(1)
March 2007
(1)
February 2007
(1)
October 2006
(4)
September 2006
(3)
August 2006
(2)
September, 2006
MSDN Blogs
>
David Pokluda's blog
>
September, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Pokluda's blog
SysTest part III.: Introduction to test suites
Posted
over 6 years ago
by
dpokluda
5
Comments
In the first part I mentioned the following code: static void RunMySimpleTests(Args _args) { SysTestSuite suite = new SysTestSuite(classstr(MySimpleTests)); SysTestResult result = new SysTestResult(); ; result.addListener(new SysTestListenerPrint...
David Pokluda's blog
SysTest part II.: Exceptions
Posted
over 6 years ago
by
dpokluda
3
Comments
In this post I will try to describe exceptions handling using SysTest . Very often applications throw exceptions and we have to be able to handle these situations correctly in our UnitTest s. Let's say we have the following application class: public...
David Pokluda's blog
SysTest part I.: Assertions and test classes
Posted
over 6 years ago
by
dpokluda
9
Comments
In the next series of posts I will demonstrate and explain some of the basic as well as some more advanced features of SysTest . Test classes Let's begin with a very simple test. To create a test, derive a class from SysTestCase class. This is all...
Page 1 of 1 (3 items)