Blog  |  Contact Us

Search the Knowledgebase Browse by Category
Updating Customized TestTrack Web Pages to Support Access to Multiple TestTrack Servers
Last Updated
6th of July, 2009

Note: This information only applies to TestTrack 2008.2 and later.

If you customize TestTrack Web pages and the TestTrack CGI is configured to allow access to multiple TestTrack Servers, you need to make the following changes to the customized pages.

  1. Add the following tag to the hidden fields section of any forms:

    <input name="ServerName" value="%SERVNAME%" type="hidden" />
  2. If the page contains JavaScript that includes hyperlinks, add the server name variable to the URLs. For example:

    <a href="%CGIB%?command=Logout%cookie=%COOK%&amp;ServerName=%SERVERESC%" title="Quit TestTrack Server Admin"></a>
  3. To allow SoloSubmit to connect to other TestTrack Servers besides the default server, add the following variable after the hidden fields section of the defect submission form:

    %SERVERNAME%
Note: Use %SERVERNAME% anywhere the server name should not be escaped for HTML.
Attachments
No attachments were found.
Related Articles

© 2011 Seapine Software, Inc., All rights reserved.