Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 3 of Ticket #2211


Ignore:
Timestamp:
10/09/14 10:32:50 (10 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2211

    • Property Owner changed from swagner to bburlacu
    • Property Status changed from new to assigned
    • Property Type changed from defect to enhancement
    • Property Summary changed from Include all sample tests in SamplesTest class to Provide unit tests for samples and scripts creation and execution
  • Ticket #2211 – Description

    initial v3  
    1 The class SamplesTest is used to create the samples for the HL start-page. This class is used to update the samples before every HL release. It currently does not execute the tests for
    2 * GP Multiplexer Sample
    3 * GP TimeSeries Sample
    4 * Scripting samples
     1Previously, all samples unit tests were added to the class SamplesTest. For maintainability reasons and to locate the corresponding unit test faster, each sample should have its separate unit test class. Additionally, the scripts provided on the StartPage of the Optimizer should also have a unit test for automated detection of API changes.
    52
     3TODO:
     4* Split SamplesTest class into individual classes
     5* Create UnitTests for Script creation and execution
     6
     7
     8