qacafe - ip test solutions
Knowledge Base > General > Where can I find the test case descriptions for CDRouter?

Where can I find the test case descriptions for CDRouter?

The full descriptions for all test cases included with CDRouter can be found a couple of different ways. From the Command-Line, use the Buddy -doc option to generate descriptions. For example, the following command will print documentation for each test to the console:

# buddy -doc

You can capture this to a file by redirecting stdout:

# buddy -doc > descriptions.txt

If you would like the output of a specific test case or module, simply specify them on the command-line along with the -doc flag:

# buddy -doc -execute cdrouter_nat_1 -module basic.tcl

You can also generate HTML output by adding the -web option. This produces output suitable for viewing in a web browser:

# buddy -doc -web > descriptions.html

BuddyWeb Users

If you are using BuddyWeb, the test case descriptions are available in the Browse tab. Descriptions are also available by clicking on a test name in the Live Status view.