-
Notifications
You must be signed in to change notification settings - Fork 12
KEY
Jakub Raczek edited this page Feb 9, 2021
·
22 revisions
<cmpSqlResultsTest>
<compare mode="KEY" diffTableSize="5" chunk="0" fileOutputOn="true" keyColumns="2">
<sql datasourceName="SQL_SERVER" filename="ContactTypeActualTable.sql"
keyTableName="AdventureWorks2008R2.dbo.TemplateKeyComparatorContactType"
keyTableColumns="Name varchar(50) NOT NULL" />
<!-- separator -> CSV file separtor. Default is "," -->
<file filename="ContactType.csv" separator=";" startAtRow="2" ignoredColumns="1,5" testSetColumn="1">
<transformers>
<transformer column="1">REMOVE_LEADING_ZEROS</transformer>
</transformers>
</file>
</compare>
</cmpSqlResultsTest>
- Home
- Getting started
- Command line parameters
- Deploying licensed jdbc drivers
- Comparators
- Fetch
- KEY
- Minus
- NMB_OF_RESULTS
- FILE
- OLAP
- Building multilevel tests structure
- TeamCity support
- Test definitions
- Filtering tests for execution
- Test report
- Compiling, replacing tokens in connection definition
- Replacing tokens in SQL queries
- Execute Stored Procedure before test