September 2007
Test Driven Development
A good link to know about tools and theory of TDD (Test Driven Development) http://www.testdriven.com
Setting a table field mandatory doesn’t allow zero to enter
In Dynamics AX if you set any integer or real type field of a table mandatory, then it would not allow 0 to enter in that field. Whenever a user enters 0 and move to the next field the following infolog message appears. Field ‘fieldname’ must be filled in. But if you don’t like this […]
Setting up test data for unit Testing
We should make sure that the unit tests should be independent of data as much possible. For this purpose the Unit Test framework provided by David Pokluda also talks about two very important methods. setUp() and tearDown(). These are very important methods provided by all unit testing framework designed for any technology. setUp() deals with […]
My Programmer Personality Type
The following results are taken from http://www.doolwind.com/index.php?page=11 ================================================================ Your programmer personality type is: DLSB You’re a Doer. You are very quick at getting tasks done. You believe the outcome is the most important part of a task and the faster you can reach that outcome the better. After all, time is money. You like coding […]