Shopping cart    |      
Results 1 to 2 of 2

Thread: Link Test Case to Test Configuration item

  1. #1
    Join Date
    Mar 2008
    Location
    Central Ohio
    Posts
    6

    Default Link Test Case to Test Configuration item

    What is the proper way to link a test case to a test configuration with a hyperlink?

    Please provide a working example

  2. #2
    Join Date
    Mar 2005
    Posts
    917

    Default

    Although it hasn't been designed for it you can use "testlog://" links for test configurations (see the "Linking to Test Cases" section in the help). So you can enter

    Code:
    <a href="testlog://Test Configurations/TestConfig">TestConfig1</a>
    into a test case or project test case field and it will create a link to TestConfig1.

    As it wasn't the intention when this feature added there are likely to be cases where they will not always work. For example if you create a link like "testlog://Test Configurations/TestConfig1" in a test case and then convert that test case to a project test case it will corrupt the link (changing it to "testlog://Project Test Cases/TestConfig1").

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •