Test Mapping

Manage test mappings between host and client systems

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

No test mappings found

Test mappings connect tests between host systems (like HIS) and client systems. Add your first mapping to get started.

{:else} {#snippet cell({ column, row, value })} {#if column.key === 'HostInfo'}
{row.HostName || row.HostID || '-'}
{:else if column.key === 'ClientInfo'}
{row.ClientName || row.ClientID || '-'}
{:else if column.key === 'actions'}
{:else} {value || '-'} {/if} {/snippet}
{/if}

{#if deleteGroupMode} Are you sure you want to delete this test mapping group? {:else} Are you sure you want to delete this test mapping? {/if}

Host: {deleteItem?.HostName || deleteItem?.HostID}

Client: {deleteItem?.ClientName || deleteItem?.ClientID}

This action cannot be undone.

{#snippet footer()} {/snippet}