tsrc/testing/ini/05-mv/TestFramework.ini
branchRCL_3
changeset 15 8f0df5c82986
parent 14 55fa1ec415c6
child 16 67eb01668b0e
equal deleted inserted replaced
14:55fa1ec415c6 15:8f0df5c82986
     1 #
       
     2 # This is STIFTestFramework initialization file
       
     3 # Comment lines start with '#'-character.
       
     4 # See STIF TestFramework users guide.doc for instructions
       
     5 
       
     6 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
     7 # Set following test engine settings:
       
     8 # - Set Test Reporting mode. TestReportMode's possible values are:
       
     9 #     + 'Summary': Summary of the tested test cases.
       
    10 #     + 'Environment': Hardware and software info.
       
    11 #     + 'TestCases': Test case report.
       
    12 #     + 'FullReport': Set of all above ones.
       
    13 #     + Example 'TestReportMode= Summary TestCases'
       
    14 #
       
    15 #     - CreateTestReport setting controls report creation mode
       
    16 #     + YES, Test report will created.
       
    17 #     + NO, No Test report.
       
    18 #
       
    19 #     - File path indicates the base path of the test report.
       
    20 #     - File name indicates the name of the test report.
       
    21 #
       
    22 #     - File format indicates the type of the test report.
       
    23 #     + TXT, Test report file will be txt type, for example 'TestReport.txt'.
       
    24 #     + HTML, Test report will be html type, for example 'TestReport.html'.
       
    25 #
       
    26 #     - File output indicates output source of the test report.
       
    27 #     + FILE, Test report logging to file.
       
    28 #     + RDEBUG, Test report logging to using rdebug.
       
    29 #
       
    30 #     - File Creation Mode indicates test report overwriting if file exist.
       
    31 #     + OVERWRITE, Overwrites if the Test report file exist.
       
    32 #     + APPEND, Continue logging after the old Test report information if
       
    33 #           report exist.
       
    34 
       
    35 [Engine_Defaults]
       
    36 
       
    37 TestReportMode= FullReport    # Possible values are:
       
    38                               # 'Summary', 'Environment', 'TestCases' or 'FullReport'
       
    39 
       
    40 CreateTestReport= YES         # Possible values: YES or NO
       
    41 
       
    42 TestReportFilePath= C:\LOGS\Fusion\
       
    43 TestReportFileName= TestReport
       
    44 
       
    45 TestReportFormat= TXT         # Possible values: TXT or HTML
       
    46 TestReportOutput= FILE        # Possible values: FILE or RDEBUG
       
    47 TestReportFileCreationMode= OVERWRITE    # Possible values: OVERWRITE or APPEND
       
    48 UITestingSupport= Yes
       
    49 SeparateProcesses= YES
       
    50 [End_Defaults]
       
    51 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    52 
       
    53 
       
    54 
       
    55 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    56 # Module configurations start
       
    57 # Modules are added between module tags
       
    58 # tags. Module name is specified after ModuleName= tag, like
       
    59 # ModuleName= testsdkvolumecontroltestsdkvolumecontroltestsdkvolumecontrol
       
    60 # Modules might have initialisation file, specified as
       
    61 # IniFile= YYYYYY
       
    62 # Modules might have several configuration files, like
       
    63 # TestCaseFile= NormalCases.txt
       
    64 # TestCaseFile= SmokeCases.txt
       
    65 # TestCaseFile= ManualCases.txt
       
    66 
       
    67 # (TestCaseFile is synonym for old term ConfigFile)
       
    68 
       
    69 # Following case specifies demo module settings. Demo module
       
    70 # does not read any settings from file, so tags
       
    71 # IniFile and TestCaseFile are not used.
       
    72 # In the simplest case it is enough to specify only the
       
    73 # name of the test module when adding new test module
       
    74 
       
    75 
       
    76 [New_Module]
       
    77 ModuleName= testscripter
       
    78 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownload.cfg
       
    79 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownload2.cfg
       
    80 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestMoveCopy.cfg
       
    81 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDelete.cfg
       
    82 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestSideload.cfg
       
    83 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestLists.cfg
       
    84 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestSorting.cfg
       
    85 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestAttributes.cfg
       
    86 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownloadMultipleDls.cfg
       
    87 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestFullMemory.cfg
       
    88 TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestMultipleDrives.cfg
       
    89 [End_Module]
       
    90 
       
    91 ;These are either not needed or not ready
       
    92 ;TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownloadSync.cfg
       
    93 ;TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownloadWlan.cfg
       
    94 ;TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestEvents.cfg
       
    95 ;TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestSideloadStress.cfg
       
    96 ;TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownloadConnUtil.cfg
       
    97 ;TestCaseFile= c:\testframework\VCXMyVideosCollectionPluginTestDownloadStress.cfg
       
    98 
       
    99 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   100 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   101 
       
   102 #Load testmoduletestsdkvolumecontrol, optionally with initialization file and/or test case files
       
   103 #[New_Module]
       
   104 #ModuleName= testmodulexxx
       
   105 
       
   106 #TestModuletestsdkvolumecontrol used initialization file
       
   107 #IniFile= init.txt
       
   108 
       
   109 #TestModuletestsdkvolumecontrol used configuration file(s)
       
   110 #TestCaseFile= testcases1.cfg
       
   111 #TestCaseFile= testcases2.cfg
       
   112 #TestCaseFile= manualtestcases.cfg
       
   113 
       
   114 #[End_Module]
       
   115 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   116 
       
   117 
       
   118 
       
   119 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   120 # Set STIFTestFramework logging overwrite parameters for Logger.
       
   121 # Hardware and emulator environment logging path and styles can
       
   122 # be configured from here to overwrite the Logger's implemented values.
       
   123 #
       
   124 # Settings description:
       
   125 # - Indicates option for creation log directory/directories. If log directory/directories
       
   126 #       is/are not created by user they will make by software.
       
   127 #     + YES, Create log directory/directories if not allready exist.
       
   128 #     + NO, Log directory/directories not created. Only created one is used.
       
   129 #
       
   130 # - Overwrite emulator path setting.
       
   131 #     + Example: If 'EmulatorBasePath= C:\LOGS\TestFramework\' and in code is defined
       
   132 #       Logger's path 'D:\\LOGS\\Module\\' with those definition the path
       
   133 #       will be 'C:\LOGS\TestFramework\LOGS\Module\'
       
   134 #
       
   135 # - Overwrite emulator's logging format.
       
   136 #     + TXT, Log file(s) will be txt type(s), for example 'Module.txt'.
       
   137 #     + HTML, Log file(s) will be html type(s), for example 'Module.html'.
       
   138 #
       
   139 # - Overwrited emulator logging output source.
       
   140 #     + FILE, Logging to file(s).
       
   141 #     + RDEBUG, Logging to using rdebug(s).
       
   142 #
       
   143 # - Overwrite hardware path setting (Same description as above in emulator path).
       
   144 # - Overwrite hardware's logging format(Same description as above in emulator format).
       
   145 # - Overwrite hardware's logging output source(Same description as above in emulator output).
       
   146 #
       
   147 # - File Creation Mode indicates file overwriting if file exist.
       
   148 #     + OVERWRITE, Overwrites if file(s) exist.
       
   149 #     + APPEND, Continue logging after the old logging information if file(s) exist.
       
   150 #
       
   151 # - Will thread id include to the log filename.
       
   152 #     + YES, Thread id to log file(s) name, Example filename 'Module_b9.txt'.
       
   153 #     + NO, No thread id to log file(s), Example filename 'Module.txt'.
       
   154 #
       
   155 # - Will time stamps include the to log file.
       
   156 #     + YES, Time stamp added to each line in log file(s). Time stamp is
       
   157 #       for example'12.Nov.2003 115958 LOGGING INFO'
       
   158 #     + NO, No time stamp(s).
       
   159 #
       
   160 # - Will line breaks include to the log file.
       
   161 #     + YES, Each logging event includes line break and next log event is in own line.
       
   162 #     + NO, No line break(s).
       
   163 #
       
   164 # - Will event ranking include to the log file.
       
   165 #     + YES, Event ranking number added to each line in log file(s). Ranking number
       
   166 #       depends on environment's tics, for example(includes time stamp also)
       
   167 #       '012   12.Nov.2003 115958    LOGGING INFO'
       
   168 #     + NO, No event ranking.
       
   169 #
       
   170 
       
   171 [Logger_Defaults]
       
   172 
       
   173 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
       
   174 
       
   175 CreateLogDirectories= YES    # Possible values: YES or NO
       
   176 
       
   177 EmulatorBasePath= C:\LOGS\TestFramework\
       
   178 EmulatorFormat= HTML         # Possible values: TXT or HTML
       
   179 EmulatorOutput= FILE         # Possible values: FILE or RDEBUG
       
   180 
       
   181 #HardwareBasePath= D:\LOGS\TestFramework\
       
   182 #HardwareFormat= HTML        # Possible values: TXT or HTML
       
   183 #HardwareOutput= FILE        # Possible values: FILE or RDEBUG
       
   184 
       
   185 FileCreationMode= OVERWRITE  # Possible values: OVERWRITE or APPEND
       
   186 
       
   187 #ThreadIdToLogFile= YES      # Possible values: YES or NO
       
   188 #WithTimeStamp= YES          # Possible values: YES or NO
       
   189 #WithLineBreak= YES          # Possible values: YES or NO
       
   190 #WithEventRanking= YES       # Possible values: YES or NO
       
   191 
       
   192 [End_Logger_Defaults]
       
   193 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   194 
       
   195 # End of file