2
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected 3 months ago.
Posted over 7 years ago by Seddryck
Yes, we're still active but we moved to http://www.nbi.io since a few years.
Posted over 7 years ago by delatria971
In my company, we want to use the NBi tool for a BI test industrialization. I did several tests and DEMO of the tool and we are quite satisfied, but today I find that the forum is no longer active and present. So I want to know if the tool is ... [More] still maintained? Who can I contact for more information? Do you know companies that use this tool for BI Test? [Less]
Posted over 9 years ago by Seddryck
If you insert two lines with // for a comment without further script statements between them, the remaining macro file wouln't be executed anymore.Example:```case scope 'dimensions';case load query{ select [Dimension_Unique_Name] ... [More] , [Dimension_Caption] from $system.MDSchema_Dimensions where [Cube_Name]='Adventure Works'}on 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033'; template load predefined 'ExistsDimension';case rename column 'Dimension_Caption' into 'dimension';case add column 'perspective' values 'Adventure Works'; suite generate;// Comment 1// Comment 2 -- all below this line will not be executedsetting default sut connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033';setting default assert connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012v2;Locale Identifier=1033';suite save 'myRegression.nbits';```Comments: Fixed in release 1.12 [Less]
Posted over 9 years ago by Seddryck
If you insert two lines with // for a comment without further script statements between them, the remaining macro file wouln't be executed anymore.Example:```case scope 'dimensions';case load query{ select [Dimension_Unique_Name] ... [More] , [Dimension_Caption] from $system.MDSchema_Dimensions where [Cube_Name]='Adventure Works'}on 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033'; template load predefined 'ExistsDimension';case rename column 'Dimension_Caption' into 'dimension';case add column 'perspective' values 'Adventure Works'; suite generate;// Comment 1// Comment 2 -- all below this line will not be executedsetting default sut connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033';setting default assert connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012v2;Locale Identifier=1033';suite save 'myRegression.nbits';```Comments: Fixed in release 1.12 [Less]
Posted over 9 years ago by Xnyl
Just to get the answer to this question documented. The developer added a values-default-type-property to the equalTo-Tag to set all column datatype defaults as text. <assert> <equalTo values-default-type="text"> <query ... [More] connectionString="@$ConnectionNameAssert$"> <![CDATA[$QueryAssert$]]> </query> </equalTo> </assert> [Less]
Posted over 9 years ago by Xnyl
Just to get the answer to this question documented. The developer added a values-default-type-property to the equalTo-Tag to set all column datatype defaults as text.
Posted over 9 years ago by toniol
I'd like to use visual studio testing , (i've installing nunit test adapter). But i'd like to write my test cases with the nbi syntax xml (not c#). Have you a idea how i can make this ?
Posted over 9 years ago by toniol
I'd like to use visual studio testing , (i've installing nunit test adapter). But i'd like to write my test cases with the nbi syntax xml (not c#). Have you a idea how i can make this ?
Posted over 9 years ago by Seddryck
If you insert two lines with // for a comment without further script statements between them, the remaining macro file wouln't be executed anymore.Example:```case scope 'dimensions';case load query{ select [Dimension_Unique_Name] ... [More] , [Dimension_Caption] from $system.MDSchema_Dimensions where [Cube_Name]='Adventure Works'}on 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033'; template load predefined 'ExistsDimension';case rename column 'Dimension_Caption' into 'dimension';case add column 'perspective' values 'Adventure Works'; suite generate;// Comment 1// Comment 2 -- all below this line will not be executedsetting default sut connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033';setting default assert connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012v2;Locale Identifier=1033';suite save 'myRegression.nbits';```Comments: I've created this issue on the github workspace. This one has been desactivated. To get some new for your issue, check this link: https://github.com/Seddryck/NBi/issues/115 [Less]
Posted over 9 years ago by Seddryck
If you insert two lines with // for a comment without further script statements between them, the remaining macro file wouln't be executed anymore.Example:```case scope 'dimensions';case load query{ select [Dimension_Unique_Name] ... [More] , [Dimension_Caption] from $system.MDSchema_Dimensions where [Cube_Name]='Adventure Works'}on 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033'; template load predefined 'ExistsDimension';case rename column 'Dimension_Caption' into 'dimension';case add column 'perspective' values 'Adventure Works'; suite generate;// Comment 1// Comment 2 -- all below this line will not be executedsetting default sut connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012;Locale Identifier=1033';setting default assert connectionString 'Provider=MSOLAP.4;Data Source=.\SQL2014;Initial Catalog=Adventure Works DW 2012v2;Locale Identifier=1033';suite save 'myRegression.nbits';```Comments: I've created this issue on the github workspace. This one has been desactivated. To get some new for your issue, check this link: https://github.com/Seddryck/NBi/issues/115 [Less]