<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://b-kaempgen.de/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://b-kaempgen.de/index.php?action=history&amp;feed=atom&amp;title=Testing_Olap4ld</id>
		<title>Testing Olap4ld - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://b-kaempgen.de/index.php?action=history&amp;feed=atom&amp;title=Testing_Olap4ld"/>
		<link rel="alternate" type="text/html" href="http://b-kaempgen.de/index.php?title=Testing_Olap4ld&amp;action=history"/>
		<updated>2026-04-29T12:15:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.2</generator>

	<entry>
		<id>http://b-kaempgen.de/index.php?title=Testing_Olap4ld&amp;diff=633&amp;oldid=prev</id>
		<title>Benedikt Kämpgen: 1 revision: From LD-Cubes</title>
		<link rel="alternate" type="text/html" href="http://b-kaempgen.de/index.php?title=Testing_Olap4ld&amp;diff=633&amp;oldid=prev"/>
				<updated>2023-01-04T13:24:17Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: From LD-Cubes&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:24, 4 January 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Benedikt Kämpgen</name></author>	</entry>

	<entry>
		<id>http://b-kaempgen.de/index.php?title=Testing_Olap4ld&amp;diff=632&amp;oldid=prev</id>
		<title>Benedikt Kämpgen: /* Example_QB_Datasets_ConvertCube_QueryTest */</title>
		<link rel="alternate" type="text/html" href="http://b-kaempgen.de/index.php?title=Testing_Olap4ld&amp;diff=632&amp;oldid=prev"/>
				<updated>2014-09-20T06:17:47Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Example_QB_Datasets_ConvertCube_QueryTest&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* We use the testing framework of olap4j. Tests can be configured using test.properties file.&lt;br /&gt;
&lt;br /&gt;
We distinguish Tests over the olap4ld driver, directly over a Linked Data Cubes Engine, and over XMLA.&lt;br /&gt;
&lt;br /&gt;
==olap4ld==&lt;br /&gt;
&lt;br /&gt;
===GenericCubeReturnMetadataTest.java===&lt;br /&gt;
* This test simply tries to execute rowset metadata queries to a certain dataset url directly on olap4ld.&lt;br /&gt;
* Uses metadata queries on &amp;quot;OlapDatabaseMetaData&amp;quot;&lt;br /&gt;
* Configured using test.properties file&lt;br /&gt;
* Problem is that the Linked Data Cubes Engine EmbeddedSesame (and other probably too) for every connection initialises again the triple store. Thus, we can only query for all metadata within one &amp;quot;session&amp;quot;. Thus, we have a test &amp;quot;testDatabaseMetaData()&amp;quot; that runs all tests in one session.&lt;br /&gt;
&lt;br /&gt;
===Example_QB_Datasets_QueryTest===&lt;br /&gt;
* To help developers to create anew and debug a Linked Data Cubes Engine, we provide a JUnit test case &amp;quot;Example_QB_Datasets_QueryTest&amp;quot; that issues typical queries (using [[Example QB Datasets]]) on a Linked Data Engine and can be configured using a &amp;quot;test.properties&amp;quot; file.&lt;br /&gt;
* Uses MDX queries on olap4ld driver with a specific LDCE.&lt;br /&gt;
&lt;br /&gt;
===Example_QB_Datasets_DrillAcross_QueryTest===&lt;br /&gt;
* To also help developers with Drill-Across queries, we provide the same as above for Drill-Across queries.&lt;br /&gt;
* For instance, includes Drill-Across query test: testDrillAcrossEstatwrapGDPpercapitainPPS_EurostatEmploymentRate&lt;br /&gt;
&lt;br /&gt;
===LDCX_Performance_Evaluation_DrillAcrossTest===&lt;br /&gt;
* Performance tests for Drill-Across operation.&lt;br /&gt;
* Uses MDX queries on olap4ld driver with a specific LDCE.&lt;br /&gt;
&lt;br /&gt;
===Example_QB_Datasets_ConvertCube_QueryTest===&lt;br /&gt;
* Example tests for Convert-Cube/Merge-Cubes operation.&lt;br /&gt;
* Uses MDX queries on olap4ld driver with a specific LDCE.&lt;br /&gt;
&lt;br /&gt;
==LDCE==&lt;br /&gt;
&lt;br /&gt;
===Slicer_QueryTest===&lt;br /&gt;
* Unit tests directly for LDCE engine for [[Slicer]]&lt;br /&gt;
&lt;br /&gt;
===Drill_across_QueryTest===&lt;br /&gt;
* Unit tests directly for LDCE engine for [[Drill-across]]&lt;br /&gt;
* Queries for gdp and emplrate.&lt;br /&gt;
&lt;br /&gt;
===Metadata_QueryTest===&lt;br /&gt;
* Unit tests for metadata queries directly on LDCE engine.&lt;br /&gt;
&lt;br /&gt;
===Convert_Cube_QueryTest===&lt;br /&gt;
* Tests of Convert-Cube (and its extension, the Merge-Cubes) operator directly on LDCE engine.&lt;br /&gt;
&lt;br /&gt;
===LDCX_Performance_Evaluation_ConvertCubeTest===&lt;br /&gt;
* Tests of Convert-Cube (and its extension, the Merge-Cubes) operator directly on LDCE engine for paper submission.&lt;br /&gt;
&lt;br /&gt;
==XMLA==&lt;br /&gt;
&lt;br /&gt;
===LDCX_User_Study_Evaluation_XmlaTest===&lt;br /&gt;
* Unit test for LD-Cubes Explorer User Study Evaluation on XMLA.&lt;br /&gt;
* Uses XMLA/MDX queries on an already started XMLA server&lt;br /&gt;
&lt;br /&gt;
===LDCX_Performance_Evaluation_XmlaTest===&lt;br /&gt;
* Unit tests for LD-Cubes Explorer (LDCX) Performance Evaluation.&lt;br /&gt;
* Uses XMLA/MDX queries on an already started XMLA server&lt;/div&gt;</summary>
		<author><name>Benedikt Kämpgen</name></author>	</entry>

	</feed>