Test Mapping

Manage test mappings between host and client systems

Filters

Host

Client

{#if !loading && filteredGroupedTestMaps.length === 0}

{#if filterHostType || filterHostID || filterClientType || filterClientID} No mappings match your filters {:else} No test mappings found {/if}

{#if filterHostType || filterHostID || filterClientType || filterClientID} Try adjusting your filter criteria or clear the filters to see all mappings. {:else} Test mappings connect tests between host systems (like HIS) and client systems. Add your first mapping to get started. {/if}

{#if filterHostType || filterHostID || filterClientType || filterClientID} {:else} {/if}
{:else} {#snippet cell({ column, row, value })} {#if column.key === 'HostInfo'}
{row.HostType || '-'} - {row.HostID || '-'}
{:else if column.key === 'ClientInfo'}
{row.ClientType || '-'} - {row.ClientID || '-'}
{:else if column.key === 'TestCount'}
{row.mappings.length}
{:else if column.key === 'actions'}
{:else} {value || '-'} {/if} {/snippet}
{/if}

{#if deleteGroupMode} Are you sure you want to delete all {deleteItem?.mappings?.length || 0} test mapping(s) in this group? {:else} Are you sure you want to delete this test mapping? {/if}

Host: {deleteItem?.HostType} / {deleteItem?.HostID}

Client: {deleteItem?.ClientType} / {deleteItem?.ClientID}

This action cannot be undone.

{#snippet footer()} {/snippet}