TrackStudio 3.0 Documentation
Example

The configuration file looks like this:

# TrackStudio Massive configuration

# Database template name (‘default.ftl' by default)
template=database.ftl

# Output export file (‘output.xml' by default)
output=small.xml

# Number of tasks (2500 by default)
tasks 2500

# Number of messages (10000 by default)
messages 10000

# Number of users (10 by default)
users 10

# Task distribution factor. Must be greater than 1
# and less than the specific number of tasks.
# The greater task_factor is, the more subtasks top
# level tasks will have and the wider and
# shallower the task tree will be. The default is 10
task_factor 10

# User distribution factor. Must be greater than 1 and
# less than the number users. The greater user_factor is,
# the more subordinated users will be created.
# The default is 10
user_factor 10

# Message distribution factor. Must be greater than 1 and
# less than the amount of tasks. The more message_factor is,
# the more evenly messages will be distributed among tasks.
# The default is 10
message_factor 10
You are here: DevPack > Massive
Copyright (c) 2002-2004. TrackStudio, Ltd. All rights reserved.