<!doctype html> <html> <head> <title>Running Mapping Project Tests</title> <link rel="stylesheet" href="styles/site.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles/icons.css" type="text/css"> <script src="js/jquery.min.js"></script> <script src="tree/collapsibleTreeMenu.js"></script> <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css"> </head> <body class="theme-default aui-theme-default"> <div id="page"> <div id="main" class="aui-page-panel"> <div id="main-header"> <div id="breadcrumb-section"> <ol id="breadcrumbs"> <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> <li> <span><a href="Intelligent-Mapper_133161894.html">Intelligent Mapper</a></span> </li> <li> <span><a href="Mapping-Project-Editor_133161904.html">Mapping Project Editor</a></span> </li> <li> <span><a href="Testing-Mapping-Projects_133161938.html">Testing Mapping Projects</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">Running Mapping Project Tests</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161971/133161972.png" data-image-src="attachments/133161971/133161972.png" data-unresolved-comment-count="0" data-linked-resource-id="133161972" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="IntelligentMapperTesting.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161971" data-linked-resource-container-version="1"></span></p> <p>Tests are run using the current mapping code of the mapping project, even if the mapping project has not been checked in.</p> <p>To run tests:</p> <ol> <li><p>On the <strong>Intelligent Mapper Testing</strong> dialog, under <strong>Settings</strong>, configure how the tests should be run:</p> <div class="table-wrap"> <table class="confluenceTable"> <tbody> <tr> <th class="confluenceTh"><p>Field</p></th> <th class="confluenceTh"><p>Description</p></th> </tr> <tr> <td class="confluenceTd"><p>Timeout</p></td> <td class="confluenceTd"><p>The timeout prevents a badly-configured test from running indefinitely. It defaults to <code>60</code> seconds, with a minimum value of <code>5</code> and a maximum of <code>3600</code> (1 hour).</p></td> </tr> <tr> <td class="confluenceTd"><p>Logging Level</p></td> <td class="confluenceTd"><p>Sets the logging level for the mapping project while it is being tested. The default value is <code>Debug</code>.</p></td> </tr> </tbody> </table> </div></li> <li>Check the tests you want to run, then click the <strong>Run Checked Tests </strong>button to run all checked tests, or the <strong>Run Test </strong>button to run a single test you have selected. If a single message is processed by the mapping code, clicking the <strong>Run Test</strong> or <strong>Run <strong>Checked</strong> Tests </strong>button starts the tests immediately.</li> <li>Select the relevant test result links to examine the outcome of each test result. Refer to <a href="Reviewing-Mapping-Project-Test-Results_133161953.html">Reviewing Mapping Project Test Results</a> for details.</li> </ol> <p> </p> </div> </div> </div> </div> </body> </html>