Difference between revisions of "Test specific report generator templates"

From RadiWiki
Jump to: navigation, search
Line 1: Line 1:
De [[report generator]] is uitgebreid, waarbij het niet meer noodzakelijk is om een (1) template te maken waarin de codes voor alle testen zijn opgenomen.
+
The [[report generator]] is extended, in such a way that it is not necessary anymore to create one (1) single template that includes all the codes for all tests that are executed.  
Door deze uitbreiding is het mogelijk om bij elke test een 'test-specifieke' template op te geven. Hierbij kan bij elke test een andere 'test-specifieke' template gespecificeerd worden.
+
Due to this additional functionality it is now possible to link a 'test-specific' template to each test. Each test can thus use a different 'test-specific' template, which contains the report generator codes that are specific for that test.
Tijdens het genereren is het dan mogelijk om eenvoudig een rapport te genereren waarbij de specifieke gegevens van de uitgevoerde testen opgenomen kan worden.
+
During the generation of the report, it is then possible to easily generate a report, by including the 'test-specific' templates for each and every test into the final report.
Het is tijdens het genereren van het rapport nog wel nodig om een 'hoofd'-template op te geven, maar deze kan zeer eenvoudig zijn. Een voorbeeld voor een 'hoofd'-template is:
+
It is still necessary to specify a 'main-template' for the report generation, but this 'main-template' can be very easy. An example 'main-template' can be:
  
  Begin van het hoofd-template
+
  Start of the main-template
 
   
 
   
  Inleiding
+
  Introduction
 
   
 
   
 
  ||EUT|ALL TESTS||
 
  ||EUT|ALL TESTS||
 
   
 
   
  Conclusie
+
  Conclusion
 
   
 
   
  Einde van het hoofd-template
+
  End of the main-template
  
Tijdens het generen van de '||EUT|ALL TESTS||' code, zal die code vervangen worden door de test-specifieke templates die gespecificeerd zijn voor alle testen. Daarbij worden de codes die in de test-specifieke template zijn opgenomen, vervangen door de informatie van de geassocieerde test. Als er meerdere testen zijn uitgevoerd op een EUT dan wordt van elke test het 'test-specifieke' template
+
During the generation of the '||EUT|ALL TESTS||' code, the code will be replaced with the test-specific template that is specified for all tests. During the inclusion of the test-specific template, all the report generator codes that are specified in the 'test-specific' template, will be replaced with the information of the associated test.  
opgenomen.
+
If multiple tests are performed on an EUT, then the 'test-specific' template of each test will be included.
De volgorde waarin de testen in het uiteindelijke rapport worden opgenomen is hetzelfde als de volgorde van de testen. In het rapport generator scherm, kan (in het 'advanced' gedeelte) de volgorde van de testen aangepast worden. Bepaalde testen kunnen naar boven verschoven worden, andere naar beneden. Tevens is het in dit scherm mogelijk om een vinkje voor de test op te nemen of niet. Alleen de testen die 'gevinkt' zijn worden opgenomen in het rapport.
 
  
Het is nog steeds toegestaan om een uitgebreide versie van het 'hoofd'-template te gebruiken. Dus u al reeds gemaakte templates blijven correct werken.
+
The order in which the tests are included in the final report is the same as the order in which the tests are shown in the list of performed tests. This order can be changed in the 'report generator window' (in the 'advanced' part).
 +
Certain tests can moved up or down, and it is also possible to remove the mark in front of the test, which will prevent that the test will be included in the final report. Only the tests which are marked will be included in the final report.  
  
De template die kunt gebruiken voor een 'test-specifieke'-template is hetzelfde opgebouwd als de templates die u al gemaakt heeft. U kunt gewoon alle beschikbare codes in de template opnemen. Het is zelfs nog eenvoudiger omdat het eerste gedeelte van de code niet meer gespecificeerd hoeft te worden. Waar u bijvoorbeeld in het verleden de code ||TEST 1|MODULATION|| kon gebruiken voor de informatie van de gebruikte modulatie van een specifieke test, volstaat in een 'test-specific'-template de code: ||MODULATION||. RadiMation zal dan automatisch de informatie van de gebruikte modulatie van die test invoegen.
+
It is still possible to specify a 'main-template' that contains all the keywords for all the performed tests. Already existing templates will still work correctly.
Een test-specifiek template kan aan een test gekoppeld worden bij de instellingen van 'Reporting'. Elke TSF configuratie scherm, en elke test-informatie scherm (waar u de resultaten kunt bekijken), bevat een knop 'Reporting'. Door op deze knop te drukken wordt een instellingen schermpje getoond, waarbij u in het bovenste invoerveld kan specificeren welke test-specifieke template er gebruikt moet worden voor een bepaalde test.  
+
 
 +
The templates that can be used for the 'test-specific' templates can be created in the same way as all the other report generator templates are created. All available report generator codes can be included 'test-specific' templates.  
 +
It is even more simpler to create a 'test-specific' template, because it is not necessary any more to specify the first-part of the report generator code. In a normal template it is necessary to specify a code like: '||TEST 1|MODULATION||', where the 'TEST 1' part references the test from which the used modulation should be included. In the 'test-specific' templates it is sufficient enough to only specify '||MODULATION||'. The report generator knows, to test to which the 'test-specific' template is linked, and it will thus automatically included the used modulation from the test to which the 'test-specific' template was linked.
 +
 
 +
A test-specific template can be linked to a test by using the 'Reporting' button of the test. Each TSF configuration window, and each test-information window includes this button. By pressing the button a small configuration window will be shown, where more detailed reporting settings can be modified. The top entry field can be used to specify the name of the 'test-specific' template that should be linked to the test.  
  
 
This functionality is included in [[RadiMation]] [[:Category:Version 5.2|version 5.2]] and newer
 
This functionality is included in [[RadiMation]] [[:Category:Version 5.2|version 5.2]] and newer

Revision as of 09:49, 15 May 2007

The report generator is extended, in such a way that it is not necessary anymore to create one (1) single template that includes all the codes for all tests that are executed. Due to this additional functionality it is now possible to link a 'test-specific' template to each test. Each test can thus use a different 'test-specific' template, which contains the report generator codes that are specific for that test. During the generation of the report, it is then possible to easily generate a report, by including the 'test-specific' templates for each and every test into the final report. It is still necessary to specify a 'main-template' for the report generation, but this 'main-template' can be very easy. An example 'main-template' can be:

Start of the main-template

Introduction

||EUT|ALL TESTS||

Conclusion

End of the main-template

During the generation of the '||EUT|ALL TESTS||' code, the code will be replaced with the test-specific template that is specified for all tests. During the inclusion of the test-specific template, all the report generator codes that are specified in the 'test-specific' template, will be replaced with the information of the associated test. If multiple tests are performed on an EUT, then the 'test-specific' template of each test will be included.

The order in which the tests are included in the final report is the same as the order in which the tests are shown in the list of performed tests. This order can be changed in the 'report generator window' (in the 'advanced' part). Certain tests can moved up or down, and it is also possible to remove the mark in front of the test, which will prevent that the test will be included in the final report. Only the tests which are marked will be included in the final report.

It is still possible to specify a 'main-template' that contains all the keywords for all the performed tests. Already existing templates will still work correctly.

The templates that can be used for the 'test-specific' templates can be created in the same way as all the other report generator templates are created. All available report generator codes can be included 'test-specific' templates. It is even more simpler to create a 'test-specific' template, because it is not necessary any more to specify the first-part of the report generator code. In a normal template it is necessary to specify a code like: '||TEST 1|MODULATION||', where the 'TEST 1' part references the test from which the used modulation should be included. In the 'test-specific' templates it is sufficient enough to only specify '||MODULATION||'. The report generator knows, to test to which the 'test-specific' template is linked, and it will thus automatically included the used modulation from the test to which the 'test-specific' template was linked.

A test-specific template can be linked to a test by using the 'Reporting' button of the test. Each TSF configuration window, and each test-information window includes this button. By pressing the button a small configuration window will be shown, where more detailed reporting settings can be modified. The top entry field can be used to specify the name of the 'test-specific' template that should be linked to the test.

This functionality is included in RadiMation version 5.2 and newer