Business Mapping

Generate Button

ColorDescription

Green

The queries A/B with the business mapping is up to date and the test case is ready to execute.

Red

The queries A/B with the business mapping is outdated and the test case is not ready to execute.

Business Mapping Update Types

There are two radio buttons each for two diffent functions, Update/Initial and BySequence/ByName. The buttons define how the business mapping is created (overwrite/update and sequence). The initial setting is "Update" and "By Sequence".

FunctionDescription

Update

The existing business mapping is not deleted. Changes applied to the query are added/inserted to the existing business mapping.

Initial

The existing business mapping is deleted, a new business mapping based on the sequence definition is created.

By Sequence

If the "Generate" button is pressed, a new business mapping is generated using the sequence of the attributes from the query A to map to query B.

By Name

If the "Generate" button is pressed, a new business mapping is generated matching the same names of query A to query B.

Comparison Types

The comparison radio buttons "Inner", "Outer", "Left Outer" and "Right Outer" define how the comparison is conducted. The different types enable the user to select either matching keys only or to display matching and overlapping data from two different heterogeneous sources.

The two check boxes "Text Pages" and "Allow Duplicates" are special extended functions to the existing standard comparison.

ComparisonDescription

Inner (A/B)

Only records with matching keys from source A and B are visible in the test results. The record content of the matching keys is compared.

Outer (A/B)

All existing records from source A and B are visible. The record content of the matching keys is compared where the record content of the non matching keys is listed as overlapping results.

Left Outer (A)

All records from source A are visible. From source B only the record content of the matching keys is visible. The record content of the matching keys is compared where the record content of the non matching keys from source A is listed as overlapping results.

Right Outer (B)

All records from source B are visible. From source A only the record content of the matching keys is visible. The record content of the matching keys is compared where the record content of the non matching keys from source B is listed as overlapping results.

Mapping Grid

The business mapping helps to map data from source A to source B. The initial generated mapping is allways a 1:1 comparison between the attributes. At least one of the attributes is defined as a key. There are many additional functions available described in the section Inner Comparison (A/B) below.

Attribute Alias

Every available attribute on source A/B is shown in a drop down list and is selectable for an attribute mapping.


Mapping Rules

Everything possible to add between the select statement and the from statement is allowed to add in the rule field. All the generated variables (e.g. @A-Type) can be used as a placeholder in other rule rows.


Mapping Functions

The function defines how the mapped attributes (AliasA/AliasB) are compared. There are three different funcion how the mapped attributes are compared.

FunctionDescription

=

Checks if the content of both attributes is 100% identical = true

%

Checks if a numeric value from two attributes deviate within defined ranges (High/Low).

!=

Checks if the content of both attribute is not identical = true

>

Checks if numeric value of attribut A is higher as attribute B. String values always fail.

>=

Checks if numeric value of attribut A is higher or equal as attribute B. String values always fail.

<

Checks if numeric value of attribut A is lower as attribute B. String values always fail.

<=

Checks if numeric value of attribut A is lower or equal as attribute B. String values always fail.

Functions Low / High / Rounding

The function defines how the mapped attributes (AliasA/AliasB) are compared. The function is related with the range settings "Low" and "High". The attribute value from "Alias A" is rounded based on the value in "Rounding".

FunctionFieldDescription

=

Low

The value in the field is the relative min. deviation (absolute value) allowed to pass a compare if the value of "Alias B" is within range.

<, <=,>, >=

Low

The range function do not affect the result.

%

Low

The value in the field is the relative min. deviation (percentage) allowed to pass a compare if the value of "Alias B" is within range.

!=

Low

The value in the field is the relative min. deviation (absolute value) defined to fail a compare even if the value of "Alias B" is not equal but within range.

=

High

The value in the field is the relative max. deviation (absolute value) allowed to pass a compare if the value of "Alias B" is within range.

<, <=,>, >=

High

The range function do not affect the result.

%

High

The value in the field is the relative max. deviation (percentage) allowed to pass a compare if the value of "Alias B" is within range.

!=

High

The value in the field is the relative max. deviation (absolute value) defined to fail a compare even if the value of "Alias B" is not equal but within range.

FormatFieldDescription

String

Rounding

The compare between the two attributes ends after comparing the amount of characters defined in the field. (e.g. Rounding 2 on string "Text is longer" affects "Te" only)

Numeric

Rounding

The compare between the two attributes is executed on the rounded numeric values based on the number defined in the field.

Checkboxes Key / Info / Active + Remark

With the check boxes it is possible to define a key, set additional attributes as info fields and activate/deactivate attributes for the result list. For the comparison, all attributes are converted into plain string or plain number format. The matching mechanism for the keys is running on the original format. To match keys in case of different data formats, a format conversion within the queries is needed.

Checkbox / FieldDescription

Key

It is possible to define one to many keys. As a default value the first attribute is automatically defined as key. An attribute defined as key is not allowed to be marked as "Info" field at the same time. If a "Key" field is deactivated, the next active attribute is automatically set as "Key".

Info

An attribute with the checkbox set as "Info" is compared and visible in the result file but does not affect the overall row result passed / failed.

Remark

The field allows any text to store comments for the better understanding of the compare purpose.

Active

The checkbox "Active" defines whether or not the attribute is compared and visible in the result file.

Test Data Source A/B

The example table contains test data from source A and source B. Some of the data does match, others containing different keys. The record for BMW does exists as a duplicate in source B.

The listed comparison examples below do show how the test results are affected with the different comparison type selections.


Inner Comparison (A/B)

The type "Inner" comparison compares the records with matching keys only. It shows the result of the intersection set.


Outer Comparison (A/B)

The type "Outer" comparison compares all existing records from source A/B. It shows the result of the union set.


Outer Comparison (A/B) - Text Pages

The type "Outer" comparison with the special checkbox for "Text Pages" indicates that the sources under test are converted pdf documents or other text documents (converted to flat files). The documents are compared row by row (unsorted) and show the result as a union set.

Attributs The comparison expects in the first column always the page number (attribute "Page"), in the second column the key (normally the first few characters of a row string, attribute "TextKey") and in the third column the text of a complete row (attribute "TextContent").

Allowed page difference If the text to compare is the same but not expected within the same page on document A and document B, it is possible to define a high/low range of how many pages the text can be out of alignment (e.g. High = 1 means a text in document A can be found on page 2 where document B contains the same text on page 3 because of a different character style and font size).

Result 1: Compare result with text differences on the same line within the same page range.

Result 2: Compare result with text differences on the same line within pages out of alignment.


Left Outer Comparison (A)

The "Left Outer" comparison type does compare alle existing recordes from source A with the matching records from source B. It shows the result (Result 1) of the matching data and the overlap from source A.

Left Outer Comparison (A) - Allow Duplicates

The "Left Outer" comparison type does compare alle existing recordes from source A with the matching records from source B including duplicates. It shows the result (Result 2) of the matching data including duplicates and the overlap from source A.


Right Outer Comparison (B)

The "Right Outer" comparison type does compare alle existing recordes from source B with the matching records from source A. It shows the result (Result 1) of the matching data and the overlap from source B.

Right Outer Comparison (B) - Allow Duplicates

The "Right Outer" comparison type does compare alle existing recordes from source B with the matching records from source A including duplicates. It shows the result (Result 2) of the matching data including duplicates and the overlap from source B.

Last updated