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....
Hi Seddryck, Just to let you know, that when I group few tests under , the trace stack dissapears. If I remove the group, it works again. Thanks
Hi, I have a scenario where i need to execute a test case /SQL query 500 times on DWH. I found "instance-settling" and "loop-sentinel" for creating a loop. However with...
Hi, I have a requirement where i need to check multiple things to mark the test case as pass. The scenario is as follows: 1. A query will be executed...
Currently, it seems that tasks inside `` run before actual test execution. I have a scenario where I need to run some setup before `` block in order to properly...
When is placed in top of it works just fine; however, if you have hundred of test suites it is hard to maintenance. So when I moved the into .nbiset,...
Hey All, I have tried to filter the csv template on the empty/none value in the Genbil, but none of them works. In case of equal/like I get zero no...
It's possible to tune the behavior of NCalc by setting some values to EvaluateOptions. Unfortunately, this is not accessible and default values are always taken into account.
Currently, NBi is supporting strict equality when validating a lookup-matches. With #470, it should also be possible to use some tolerance but it will still be an equality that will...
I have two scenarios where it would be handy to have variable support: 1. I'd like to user variable inside the expression ```xml UnitPrice*Quantity*@MultiplyFactor ``` 2. When using `` ```xml...
It should be possible to define additional variables in an instance-settling. When additional variables are created they should be combined with a cartesian product. Meaning that if the first variable...