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

It should be possible to define a seed, a step and a count of times the loop is executed. A count of 0 means that the resulting sequence has 0...

small-improvement

It should be possible to define a seed, a step and a condition while/until the loop is executed. ```xml 0 ``` `while` means that the loop will stop when the...

small-improvement

At the moment, the reference of a native transformation must be a static value, a contextual value (value of the current row) or a variable. It should be possible to...

feature-request

Currently, it's possible to create an extension to read files with really specific parsers. Unfortunately, the file must be located on local or shared disks. It's not possible to create...

started
feature-request

Is it possible to use column value as below ``` xml ... // use original result set [#0] value here as query parameter? ``` or ``` xml ... // use...

rough-idea

NBi `1.22.0-beta0048` ``` ... ... ``` ``` ``` Seems to work perfectly fine outside ``. I guess it's related to evaluation order on load?

feature-request

I like use you framework but I need help to run a simple example for better understand how to work. you document very good and complete, but don't have UML...

support

Hi All, First of, thanks for the support of this tool! Do you have a target date in mind for the support of SSIS 2017 and 2019 hosted on SSIS...

Hi, My tabular model contains 2 perspective (Persp1 and Persp2) and 2 tables (table1 and table2). Persp1 contains table 1 and similar lily Persp2 contains table 2. However when i...

bug-investigation

Hi, Most of the documentation on Nbi.io is on testing a multidimensional SSAS model. Can you please add some samples for Tabular models as well. I am not able to...

documentation-missing