DctmUtils

Documentum Best Practices in Action


Test Driven Development for Documentum

DctmUtils Common includes several extensions to the JUnit TestCase class that facilitate writing context sensitive unit tests for Documentum.

DctmUtilsTestCase Initializes Log4j in a manner that is compatible with forking one JVM from the 'junit' Ant task and provides access to properties in 'unitTest.properties'.
DctmUtilsSessionTestCase Provides access to managed IDfSessions using credentials from the unitTest.properties file.
DctmUtilsTboTestCase Provides helper methods for setting the content of test files on the documents created during testing.

DctmUtile JUnit TestCases

Test Driven Development With TBOs

Leverages DctmUtils TBOTestCase

Verify object creation

Set Content

Verify auto-filing

Verify Lifecycle attach and states


Copyright © 2007, DctmUtils.