tsrc/testing/ini/02-settings/TestFramework.ini
branchRCL_3
changeset 15 8f0df5c82986
parent 0 96612d01cf9f
equal deleted inserted replaced
14:55fa1ec415c6 15:8f0df5c82986
     1 #
     1 #
     2 # This is STIFTestFramework initialization file 123
     2 # This is STIF initialization file
     3 # Comment lines start with '#'-character.
     3 # Comment lines start with '#'-character.
     4 # See STIF TestFramework users guide.doc for instructions 
     4 # See STIF TestFramework users guide.doc for instructions
     5 
     5 
     6 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     6 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     7 # Set following test engine settings:
     7 # Set following test engine settings:
     8 #	- Set Test Reporting mode. TestReportMode's possible values are:
     8 #	- Set Test Reporting mode. TestReportMode's possible values are:
     9 #		+ 'Summary': Summary of the tested test cases.
     9 #		+ 'Summary': Summary of the tested test cases.
    10 #		+ 'Environment': Hardware and software info.
    10 #		+ 'Environment': Hardware and software info.
    11 #		+ 'TestCases': Test case report.
    11 #		+ 'TestCases': Test case report.
    12 #		+ 'FullReport': Sret of all above ones.
    12 #		+ 'FullReport': Set of all above ones.
    13 #		+ Example 'TestReportMode= Summary TestCases' 
    13 #		+ Example 'TestReportMode= Summary TestCases'
    14 #
    14 #
    15 # 	- CreateTestReport setting controls report creation mode
    15 # 	- CreateTestReport setting controls report creation mode
    16 #		+ YES, Test report will created.
    16 #		+ YES, Test report will created.
    17 #		+ NO, No Test report.sd
    17 #		+ NO, No Test report.
    18 #
    18 #
    19 # 	- File path indicates the base path of the test report.
    19 # 	- File path indicates the base path of the test report.
    20 # 	- File name indicates the name of the test report.
    20 # 	- File name indicates the name of the test report.
    21 #
    21 #
    22 # 	- File format indicates the type of the test report.
    22 # 	- File format indicates the type of the test report.
    23 #		+ TXT, Test report file will be txt type, for example 'TestReport.txt'.
    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'.
    24 #		+ HTML, Test report will be html type, for example 'TestReport.html'.
       
    25 #   + XML, Test report will be xml type, for example 'TestReport.xml'.
       
    26 #          Note, that xml format is available only when output is set to FILE.
    25 #
    27 #
    26 # 	- File output indicates output source of the test report.
    28 # 	- File output indicates output source of the test report.
    27 #		+ FILE, Test report logging to file.
    29 #		+ FILE, Test report logging to file.
    28 #		+ RDEBUG, Test report logging to using rdebug.
    30 #		+ RDEBUG, Test report logging to using rdebug.
    29 #
    31 #
    30 # 	- File Creation Mode indicates test report overwriting if file exist.
    32 # 	- File Creation Mode indicates test report overwriting if file exist.
    31 #		+ OVERWRITE, Overwrites if the Test report file exist.
    33 #		+ OVERWRITE, Overwrites if the Test report file exist.
    32 #		+ APPEND, Continue logging after the old Test report information if 
    34 #		+ APPEND, Continue logging after the old Test report information if
    33 #                 report exist.
    35 #                 report exist.
    34 # 	- Sets a device reset module's dll name(Reboot).
    36 # 	- Sets a device reset module's dll name(Reboot).
    35 #		+ If Nokia specific reset module is not available or it is not correct one
    37 #		+ If Nokia specific reset module is not available or it is not correct one
    36 #		  StifHWResetStub module may use as a template for user specific reset
    38 #		  StifHWResetStub module may use as a template for user specific reset
    37 #		  module.
    39 #		  module.
       
    40 # 	- Sets STIF test measurement disable options. e.g. pluging1 and pluging2 disablation
       
    41 #		DisableMeasurement= stifmeasurementplugin01 stifmeasurementplugin02
       
    42 #
    38 
    43 
    39 [Engine_Defaults]
    44 [Engine_Defaults]
    40 
    45 
    41 TestReportMode= FullReport # Possible values are: 'Empty', 'Summary', 'Environment', 'TestCases' or 'FullReport'
    46 TestReportMode= FullReport    # Possible values are: 'Empty', 'Summary', 'Environment',
    42 
    47                               #                      'TestCases' or 'FullReport'
    43 CreateTestReport= YES			# Possible values: YES or NO
    48 
    44 
    49 CreateTestReport= YES         # Possible values: YES or NO
    45 TestReportFilePath= c:\Logs\Fusion\
    50 
       
    51 TestReportFilePath= C:\LOGS\Fusion\
    46 TestReportFileName= TestReport
    52 TestReportFileName= TestReport
    47 
    53 
    48 TestReportFormat= TXT			# Possible values: TXT or HTML
    54 TestReportFormat= TXT         # Possible values: TXT, HTML or XML
    49 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
    55 TestReportOutput= FILE        # Possible values: FILE or RDEBUG
    50 TestReportFileCreationMode= APPEND	# Possible values: OVERWRITE or APPEND
    56 TestReportFileCreationMode= OVERWRITE # Possible values: OVERWRITE or APPEND
    51 
    57 
    52 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    58 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    53 
    59 
    54 DisableMeasurement= stifmeasurementplugin04 
    60 DisableMeasurement= stifmeasurementplugin04  # Possible values are:
    55 UITestingSupport= YES 
    61               # 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
    56 SeparateProcesses= YES 
    62               # 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    63               # 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    64               # 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    65 
       
    66 Timeout= 0                    # Default timeout value for each test case. In milliseconds
       
    67 #UITestingSupport= YES        # Possible values: YES or NO
       
    68 #SeparateProcesses= YES       # Possible values: YES or NO (default: NO)
    57 [End_Defaults]
    69 [End_Defaults]
    58 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    70 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    59 
    71 
    60 
    72 
    61 
    73 
    90 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   102 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    91 
   103 
    92 
   104 
    93 
   105 
    94 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   106 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    95 # Set STIFTestFramework logging overwrite parameters for Logger.
   107 # Set STIF logging overwrite parameters for Logger.
    96 # 	Hardware and emulator environment logging path and styles can
   108 # 	Hardware and emulator environment logging path and styles can
    97 # 	be configured from here to overwrite the Logger's implemented values.
   109 # 	be configured from here to overwrite the Logger's implemented values.
    98 #	
   110 #	
    99 #	Settings description:
   111 #	Settings description:
   100 #	- Indicates option for creation log directory/directories. If log directory/directories
   112 #	- Indicates option for creation log directory/directories. If log directory/directories
   135 #	- Will line breaks include to the log file.
   147 #	- Will line breaks include to the log file.
   136 #		+ YES, Each logging event includes line break and next log event is in own line.
   148 #		+ YES, Each logging event includes line break and next log event is in own line.
   137 #		+ NO, No line break(s).
   149 #		+ NO, No line break(s).
   138 #
   150 #
   139 #	- Will event ranking include to the log file.
   151 #	- Will event ranking include to the log file.
   140 #		+ YES, Event ranking number added to each line in log file(s). Ranking number 
   152 #		+ YES, Event ranking number added to each line in log file(s). Ranking number
   141 #                 depends on environment's tics, for example(includes time stamp also)
   153 #                 depends on environment's tics, for example(includes time stamp also)
   142 #                 '012   12.Nov.2003 115958    LOGGING INFO'
   154 #                 '012   12.Nov.2003 115958    LOGGING INFO'
   143 #		+ NO, No event ranking.
   155 #		+ NO, No event ranking.
   144 #
   156 #
       
   157 #	- Will write log file in unicode format.
       
   158 #		+ YES, Log file will be written in unicode format
       
   159 #		+ NO, Log will be written as normal, not unicode, file.
       
   160 #
   145 
   161 
   146 [Logger_Defaults]
   162 [Logger_Defaults]
   147 
   163 
   148 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#' 
   164 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
   149 
   165 #NOTE: TestEngine and TestServer logging settings cannot change here
   150 #CreateLogDirectories= YES		# Possible values: YES or NO
   166 
   151 
   167 CreateLogDirectories= YES    # Possible values: YES or NO
   152 #EmulatorBasePath= C:\LOGS\TestFramework\
   168 
   153 #EmulatorFormat= HTML			# Possible values: TXT or HTML
   169 EmulatorBasePath= C:\LOGS\TestFramework\
   154 #EmulatorOutput= FILE			# Possible values: FILE or RDEBUG
   170 EmulatorFormat= HTML			# Possible values: TXT or HTML
   155 
   171 EmulatorOutput= FILE			# Possible values: FILE or RDEBUG
   156 #HardwareBasePath=  C:\
   172 
   157 #HardwareFormat= TXT			# Possible values: TXT or HTML
   173 HardwareBasePath=  C:\
   158 #HardwareOutput= FILE			# Possible values: FILE or RDEBUG
   174 HardwareFormat= TXT			# Possible values: TXT or HTML
   159 
   175 HardwareOutput= FILE			# Possible values: FILE or RDEBUG
   160 #FileCreationMode= APPEND		# Possible values: OVERWRITE or APPEND
   176 
   161 
   177 FileCreationMode= OVERWRITE		# Possible values: OVERWRITE or APPEND
   162 #ThreadIdToLogFile= YES			# Possible values: YES or NO
   178 
   163 #WithTimeStamp= YES			# Possible values: YES or NO
   179 ThreadIdToLogFile= YES			# Possible values: YES or NO
   164 #WithLineBreak= YES			# Possible values: YES or NO
   180 WithTimeStamp= YES			# Possible values: YES or NO
   165 #WithEventRanking= YES			# Possible values: YES or NO
   181 WithLineBreak= YES			# Possible values: YES or NO
   166 
   182 WithEventRanking= YES			# Possible values: YES or NO
       
   183 
       
   184 #FileUnicode= YES             # Possible values: YES or NO
       
   185 #AddTestCaseTitle= YES        # Possible values: YES or NO
   167 [End_Logger_Defaults]
   186 [End_Logger_Defaults]
   168 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   187 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   169 
   188 
       
   189 
       
   190 
       
   191 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   192 # Set filters to be used by ConsoleUI.
       
   193 # 	If you want to use filter with ConsoleUI, simply remove comments
       
   194 # 	from section below and provide valid filter entries.
       
   195 #   Each filter line has to start with "filter= " keyword.
       
   196 #   Filter can contain special wildcard characters:
       
   197 #     *  which stands for none or any literal;
       
   198 #     ?  which stands for single character.
       
   199 #   Filters are not case-sensitive.
       
   200 
       
   201 #[Filters]
       
   202 #filter= *math*
       
   203 #filter= *radio*
       
   204 #[End_Filters]
       
   205 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   206 
   170 # End of file
   207 # End of file