TestTrack 2008.2 SDK Documentation
The SOAP-based TestTrack SDK provides a way for you to remotely make method calls on the classes and objects that exist on a remote server. It provides an interface into TestTrack that allows external applications and users to send, retrieve, save, and update business object (e.g., defect, test case, user information). SOAP specifies a standard way to encode parameters and return values in XML, and standard ways to pass them over some common network protocols.
About the documentation
Most of the SOAP SDK documentation is provided online. You can also download a PDF.
- Check Getting Started for information about connecting to the SOAP server and other things to keep in mind.
- Messages and Types includes comprehensive documentation about all of the calls you can make.
- Finally, the TestTrack Wiki, which you can also contribute to, includes examples and other helpful information.
The TestTrack 2008 SDK documentation is also available. Click here to view it.
Deprecated messages and types
Following is a list of deprecated messages and types and their replacements.
Deprecated: |
Replace with: |
ArrayofCDatabase |
ArrayofCProject |
ArrayOfCDefectEvent |
ArrayofCEvent |
ArrayOfCDefectEventDefinition |
ArrayOfCEventDefinition |
CDefectEvent |
CEvent |
CDefectEventDefinition |
CEventDefinition |
DatabaseLogon |
ProjectLogon |
getDatabaseList |
getProjectList |
Useful links
Getting Started
TestTrack Wiki
SDK 2008.2 Messages and Types


