Skip to content

v1.14

Compare
Choose a tag to compare
@Seddryck Seddryck released this 28 Jan 22:22

Release 1.14

This release 1.14 introduces some new and disruptive features to assert the result-set returned by a query and a few bug fixes or improvements.

This release is downloadable from there.

Version: 1.14.0.3 aka v1.14

If you're using genbiL, you should also check to the side project genbiL-tmBundle. The focus of this project is to support syntax highlighting for genbiL.

What's new ?

New features

  • #215 Support comparison of resultsets with a single row without keys (values only)
  • #214 Transform values of a column before the comparison with the other dataset
  • #190 Test a shared dataset without specifying a report
  • #217 Support the new special value blank
  • #212 Support odbc connections for relational databases
  • #223 support assertion of an unsuccessful run for an ETL

Bug fixes

  • #210 Override project parameters on ETL run
  • #208 Unable to change the query timeout using attribute "timeout-milliSeconds"
  • #213 Oledb is not correctly supporting Performance tests
  • #211 Cell marked as (any) not validated when query returns a NULL
  • #187 Fix issues with roles and connection-strings containing carriage return and/or line feeds
  • #227 Uid was max bounded to 255. Changed to 4 billions
  • #220 Assembly element is now supporting the connection string attribute

What's next ?

Main ideas for release 1.15 (or next)

  • Add more features in the tests of SSRS
  • Support an additional tool such as Apache Drill or R platform
  • Add features to validate a result-set based on regex, fuzzy string comparisons, ...
  • Add some native transformation of a result-set
  • Support to test if rows have been added (or updated or deleted) in a table after the execution of a SQL statement or a ETL.