Skip to content

Commit

Permalink
Update ContactType_REMOVE_LEADING_ZEROS test
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 9, 2021
1 parent 445c153 commit 2ff4411
Show file tree
Hide file tree
Showing 6 changed files with 921 additions and 916 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ If you set JAVA_HOME variable:
```
java -jar DBTestCompare-1.0-SNAPSHOT-jar-with-dependencies.jar
```
or to add automatically all drivers from the directory to the classspath (jdbc_drivers/*)
```
java -cp DBTestCompare-1.0-SNAPSHOT-jar-with-dependencies.jar:jdbc_drivers/* uk.co.objectivity.test.db.RunTests
```

or e.g.
```
Expand All @@ -29,6 +33,7 @@ Application provides following features:
- Supports **all databases with JDBC drivers provided** (tested with Microsoft SQL Server, Teradata, Snowflake, PostgreSQL and MySQL\MariaDB)
- Supports **all Continuous Integration tools** thanks to TestNG Java unit test framework
- Possibility to compare data between **two different database engines** even for huge data sets
- Possibility to compare query to **expected data defined in csv file** and generating **Excel test raport**, more details [here](https://github.com/ObjectivityLtd/DBTestCompare/wiki/KEY)
without "Out of memory problem" thanks to incremental solution, more details [here](https://github.com/ObjectivityLtd/DBTestCompare/wiki/Fetch)
- Possibility to compare data in **one database engine in the fastest way** using MINUS/EXCEPT Sql operator, more details [here](https://github.com/ObjectivityLtd/DBTestCompare/wiki/Minus)
- **No need to compile program** in order to add new tests - thanks to Test Adapter DataDriven mechanism from TestNG
Expand Down
Loading

0 comments on commit 2ff4411

Please sign in to comment.