NBi icon indicating copy to clipboard operation
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....

Results 117 NBi issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

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...

feature-request
genbil
alpha-available

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...

feature-request

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....

feature-request

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...

feature-request

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...

feature-request
up-for-grabs

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...

up-for-grabs
small-improvement

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...

feature-request