NBi
NBi copied to clipboard
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax....
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hi, I usually load a set of my test cases from my database like: case load query 'Relative Directory\myQuery.sql' on 'Data Source=...'; However, I was wondering if it is possible...
It should be possible to filter a `result-set` based on the content of another `result-set`. At the moment only equi-join conditions should be supported but could be extended in the...
This alteration creates a new row for each instance of a the value of a specified field split by the help of a separator. The other columns are identically replicated....
This alteration is useful to reshape a result-set into a format where one or more columns are identifier variables, while all other columns, considered measured variables, are “unpivoted” to the...
So, maybe we missed something or are doing something weird, but currently, we set up tests first by importing data into the database using ``. Then, we need to explicitly...
We want to call Genbi.exe automatically, using the CLI. Unfortunately, errors are silently caught and `$?` is `True`, even if the GUI shows an error dialog and no tests have...
Hi, I have multiple SQL files (contain create view statement) in a directory, whose syntax I want to validate through NBi. However I am not able to iterate over the...