TLB concepts gives details on all the concepts on which TLB is built. This is useful if you want to understand what all you can do with TLB. We strongly suggest that anyone who wants to use TLB in production at least get a hang of this.
We maintain a project called '
sample_projects' that has example setups written for different frameworks and build-tools in their corresponding languages to demonstrate how
TLB can be hooked up with your test suite.
The
sample projects repository has one directory per build-tool/testing-tool scenario. For instance, there is a directory named
ant_junit which demonstrates [Ant(build tool) + JUnit(testing framework) + TLB] setup and
test-unit_example which demonstrates [Rake(build tool) + Test::Unit(testing framework) + TLB] setup.
Configuring TLB explains TLB configuration. Once you have a rough picture of what variables
TLB expects and uses, and the possible values, you can start tweaking corresponding values on the
sample project of your interest, and observe how it affects behaviour.