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....
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...
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...
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...
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...
Is it possible to use column value as below ``` xml ... // use original result set [#0] value here as query parameter? ``` or ``` xml ... // use...
NBi `1.22.0-beta0048` ``` ... ... ``` ``` ``` Seems to work perfectly fine outside ``. I guess it's related to evaluation order on load?
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...
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...
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...