Executing tests from Quality Center

As an alternative to executing tests from TestArchitect, TestArchitect test cases and test modules can be executed from Quality Center.

Ensure that the machine hosting the TestArchitect repository server has the HP ALM Connectivity Add-in installed, to allow for integration and synchronization between TestArchitect and HP Quality Center.

Ensure that you have already taken the following steps:

  1. In Quality Center’s ALM sidebar, navigate to Testing > Test Lab.

    The Test Lab module appears.

  2. In the test plan tree of the Test Sets tab, right-click the folder in which you want to create a new test set, and then select New Test Set.

  3. On the New Test Set dialog box, enter the name of the new test set in the Name text box, and then click OK.

  4. Select the Execution Grid tab, and then click Select Tests.

    The Test Plan Tree window opens and displays tests that were created in the Test Plan module.

  5. Select the test cases and/or test modules to add to the test set, and drag them to the Execution Grid tab.

    Tip:
    You can distinguish a test module by the pound sign (#) as the first character in its name.

  6. Select the test cases and/or test modules in the Execution Grid tab and click Run.

    Selected items are added to the Automatic Runner dialog box.

  7. In the Automatic Runner dialog box, specify the host machine (in the Run on Host column) where each selected test will run. If you want to run all tests on the local host machine, select the check box Run All Tests Locally.

    Restriction:
    Due to Quality Center limitations, execution of tests on a Linux host from Quality Center is not supported.

  8. Select a test on the test list you want to execute and click Run to execute the selected test case, or click Run All to run all test cases on the list.

    The TestArchitect Execution dialog box appears.

  9. In the dialog box, enter the requested information as described below:

    1. TestArchitect Information panel:

      • Repository Server: Name or IP address of TestArchitect Repository Server holding the repository of the tests.
      • Port: Port number of the TestArchitect Repository Server host.
      • Repository Name: Name of TestArchitect repository hosting the tests.
      • User Name: TestArchitect user name whose account has permission to access and execute tests on the host.
      • Password: Password for the above user account.
    2. General tab:

      1. Automation Tools panel:

        Click the Automation Tools button to set the automation tools (see Lesson #8: Using an automation harness).

        The following settings are available for automation tools:

        • Playback Tool: Select the automation playback tool.
        • Executable(s): Path to the automation playback tool executable file.
        • Script(s): Path to the automation script folder.
        • Command Line: Add any command line switches you may wish to include to control the third-party tool.
      2. Controllers/Devices panel:

        • Select Controllers/Devices: Click this button to designate which controller and device the test will execute on.

          1. Lab Manager Server panel: (Display only) IP and port number of the Lab Manager Server to which the test controllers and devices are registered.

          2. Controllers/Devices panel: Lists all available controllers and cloud/physical mobile devices on which the test can be executed. The list consists of those controllers and devices that are either registered with the Lab Manager Server or have been manually added with the Add Controller or Add desired capabilities files button.

            Tip:
            To select multiple cloud devices to be executed at launch time, see the following topics.

          3. Controller Port Configuration: Use this panel to specify to TestArchitect the port number that the remote machine is using for its TestArchitect Controller, if not using the default.

            • IP/Server Name: (Display only) IP address of remote machine currently selected in the Controllers/Devices panel.
            • Port: Port number through which TestArchitect will attempt to communicate with the controller on the host specified in the IP/Server Name field. If this is not the port on which the controller is known to be listening, change this value and then click Save .

        Restriction:
        Only one controller or one physical mobile device may be selected to run tests at a time. In other words, multiple controller/physical mobile device execution is prohibited.

      3. Variation Specification panel:

        1. Keyword: Keyword, or comma-delimited list of keywords, specifying the test variation to be executed, if any. (See Creating keyword variations.)
        2. AUT Version: Enter a value or click the Select Version button to specify a variation tailored to an AUT version or platform (See Creating linked variations.)
        3. Time Traveling: To opt for time traveling execution, which selects a historical “snapshot” of the test’s project items for execution during the test run, select the check box and provide an appropriate timestamp. (See Time Traveling for details.)
    3. Advanced tab:

      1. Export Result(s) to TARESULT: Select this check box to export TA results as .TARESULT files.

        Note:
        .TARESULT is an archive extension, developed by LogiGear.

        • Include screenshots: Include all captured screenshots in the exported test result.
        • Include all sub test results: If the exported test result is a master result, meaning it is a test suite result, or it contains subresults, the Include all sub test results check box is available. With this option chosen, the master result and its subresults are all exported into .TARESULT format.
      2. Export Result(s) to HTML: Export test results to HTML file automatically once the text execution is complete (learn more).

        • Create folder structure: Select whether the folder structure or flat structure directory is created to store HTML results.
          • Folder structure (the Create folder structure check box is enabled): TestArchitect creates a hierarchical tree structure, or subdirectories to store HTML results.
          • Flat structure (the Create folder structure check box is cleared): TestArchitect does not create subdirectories. There is only a single top-level directory that contains all HTML results.
        • Include all sub test results: If the exported test result is a master result, that is, it is a test suite result or it contains subresults, the Include all sub test results check box is available. With this option chosen, the master result and its subresults are all exported into HTML files.
        • Apply customized XSLT template: Export HTML results with your own view layout.
        • Include screenshots: Retain all captured screenshots in the exported HTML test result.
          • Optimized resolution: Included screenshot’s dimensions are optimized to save space in the exported HTML test results. Specifically, the screenshots are saved as thumbnail images.
          • Regular resolution: Original resolution of included screenshots is retained. Specifically, the screenshots are saved as full size images.
      3. Export result(s) to xUnit: Export test results to a XML file automatically in xUnit-format for integrating into the continuous integration tools once the text execution is complete.

      4. Export result(s) to XML detail: Export test results to XML file automatically once the text execution is complete (see Exporting test results to XML for more details).

      5. Automatically add result(s) to repository: Select this check box if you want to add test results automatically to the repository once the test concludes.

        • Repository destination: Add test results to the repository at the specified location.
        • By result: Limit the results stored to the repository in accordance with the following check box selections:
    4. Startup Settings tab:

    Note:
    The list of remote machines is added using the Available Options field in the New External Tool dialog box (see Configuring the Quality Center connection). For an existing tool profile, the field is available on the tool profile’s information screen.

  10. Click Run to execute the tests.

    Important:
    If you are executing tests for the first time, you are prompted to enter your TestArchitect license server information. Enter the required information in the dialog box. If the specified license server is reached successfully, or the trial key is validated, the provided license information is stored. From then on, you will be able to execute tests without being prompted for this information again.

TestArchitect executes the test, and the test results are uploaded to Quality Center.

Important:

You can view the execution results in Quality Center from Test Lab’s Last Run Report tab. Click an action on the report to view the detailed steps for that action.

Note:
The Actual fields on the Steps Details frame show the actual argument values, if any, for the selected action immediately after that action line finishes execution.

A detailed test report is also stored in the Local Results folder of the TestArchitect project, and is available on the TestArchitect explorer tree.

Note:

Related concepts

Default port numbers and port ranges


Copyright © 2021 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333