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

Hello! Testing Power BI always produces an ConnectionException and I wonder if it could be because in line 53 of NBi.Core.PowerBiDesktop.PowerBiDesktopConnectionStringBuilder the name of the parent process is compared to...

It should be possible to use the query tools `q.exe`, `jq.exe` or `http-prompt.exe` and redirect the stdout to get access to their results in a `json-source`.

feature-request

This feature is useful when you've some transformations but you are not sure that some of the columns used in the transformation always exist or you fear that the value...

feature-request

This feature is useful when you've some transformations but you are not sure that some of the columns used in the transformation always exist. The syntax `[foo] ? [bar] |...

feature-request

With this new alteration, all columns are transformed into rows and all rows into columns. ```xml ``` The following result-set #0 | #1 | #2 ---------|------|----- France | Germany |...

feature-request

It should be possible to assert that a row with a specific index is validating or not a predicate. ```xml Total ``` It should also be possible to check the...

feature-request

Predicate comparing the actual length of a _text_ to the length of another _text_.

small-improvement

Should be possible to assert if a _dateTime_ is a specific weekday or the first/last day of a month/year.

small-improvement

It should be possible to use these predicates for checking if a _numeric_ value is even, odd or if the result of the division of this value by an operator...

small-improvement

I would like to compare two result-sets and ensure that none of the data in result-set A is in result-set B. As far as I can tell this is not...

started
feature-request