The following add-ons are provided to help you extend the capabilities of TestTrack TCM.
Sample Projects and Workflows
The following projects demonstrate some of the different ways that TestTrack Studio can be used. Seapine does not provide support for these examples.
| Project |
Description |
| Financial Services |
Demonstrates the TestTrack Studio defect tracking and test case
management features commonly used by financial services companies. Created with TestTrack 2008. |
| Workflow and Automation Rules |
Demonstrates how automation rules can simplify and enforce complex workflow processes. Created with TestTrack 2008. |
| Help Desk |
Demonstrates how to use TestTrack Studio as a help desk application. Created with TestTrack 7.5. |
| Multiple Workflows |
Demonstrates how to include three workflows in one project. Created with TestTrack 7.5. |
Installation Instructions |
- Uncompress all zipped files into the
TTDbs directory. (E.g., on Windows, C:\Program Files\Seapine\TestTrack\TTServDb\TTDbsdirectory.)
- Start the TestTrack Server Admin Utility and log in as the default Administrator user.
- Choose View > Projects. Click Add Existing.
- Click Browse to select a project you added to the TTDbs directory. Select the project you want to add and click OK.
- Start TestTrack and login as the default Administrator
user.
- Select the project. If you are going to further customize the project for use at your organization, take the time to delete the sample data, add users, and configure security.
|
TestTrack SDK Projects
The following projects can help you integrate TestTrack TCM into your testing and development environments. Seapine does not provide support for these examples.
| Project |
Description |
Add Users
C#
VB.NET |
Allows users and customers to be programmatically added to TestTrack TCM via a command line interface. Can be modified to accept input from third-party customer tracking applications. Created with Visual Studio .NET.
|
License Monitor
C#
Perl |
Monitors license usage on a TestTrack Server. Perl version requires 5.8 or higher; contributed by David Baird of Qualcomm |
| Promote File Attachments in Surround SCM |
Lets a user promote SCC file attachments in TestTrack TCM. SCC file attachments can be promoted to their parent branch in Surround SCM from scripts generated by the plug-in. Created with Visual Studio .NET; requires Surround SCM.
|
| SOAP Java Classes |
Contains generated code to work with the TestTrack SDK in Java. The classes were compiled using Java 2.1.5. |
Spell Check Dictionaries
The following spell check dictionaries can be downloaded for use with TestTrack TCM.
| Language |
Files |
| Danish |
|
|
| Dutch |
|
|
| Finnish |
|
|
| French (Canadian) |
|
|
| German |
|
|
| Italian |
|
|
| Medical (British English) |
|
|
| Medical (U.S. English) |
|
|
| Norwegian |
|
|
| Portuguese |
|
|
| Spanish |
|
|
| Swedish |
|
|
Installation Instructions |
- Download and uncompress the .zip or .tar.gz file.
- Copy and paste the files that in .tlx and .clx into the lexicons directory located in the TestTrack Server program files directory.
- If you are using the cross-platform client you must also copy the .tlx and .clx files into the lexicons directory located in the TestTrack Client application directory.
- Stop and restart TestTrack Server.
|
Trigger Examples
TestTrack TCM triggers are a powerful tool to automate and enforce your processes without the need to write code. Triggers automatically perform actions based on activities that occur on test cases and test runs. The TestTrack wiki includes sample triggers that you can download and customize. You can also contribute to the wiki.
|