mmappfw_plat/collection_helper_api/tsrc/init/TestFramework.ini
changeset 25 d881023c13eb
parent 0 a2952bb97e68
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
     1 #
     1 #
     2 # This is STIF initialization file
     2 # This is STIFTestFramework 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:
    27 #		+ FILE, Test report logging to file.
    27 #		+ FILE, Test report logging to file.
    28 #		+ RDEBUG, Test report logging to using rdebug.
    28 #		+ RDEBUG, Test report logging to using rdebug.
    29 #
    29 #
    30 # 	- File Creation Mode indicates test report overwriting if file exist.
    30 # 	- File Creation Mode indicates test report overwriting if file exist.
    31 #		+ OVERWRITE, Overwrites if the Test report file exist.
    31 #		+ OVERWRITE, Overwrites if the Test report file exist.
    32 #		+ APPEND, Continue logging after the old Test report information if
    32 #		+ APPEND, Continue logging after the old Test report information if 
    33 #                 report exist.
    33 #                 report exist.
    34 # 	- Sets a device reset module's dll name(Reboot).
    34 # 	- Sets a device reset module's dll name(Reboot).
    35 #		+ If Nokia specific reset module is not available or it is not correct one
    35 #		+ 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
    36 #		  StifHWResetStub module may use as a template for user specific reset
    37 #		  module.
    37 #		  module. 
    38 # 	- Sets STIF test measurement disable options. e.g. pluging1 and pluging2 disablation
       
    39 #		DisableMeasurement= stifmeasurementplugin01 stifmeasurementplugin02
       
    40 #
       
    41 
    38 
    42 [Engine_Defaults]
    39 [Engine_Defaults]
    43 
    40 
    44 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
    41 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
    45                                                                'TestCases' or 'FullReport'
    42                                                                'TestCases' or 'FullReport'
    46 
    43 
    47 CreateTestReport= YES			# Possible values: YES or NO
    44 CreateTestReport= YES			# Possible values: YES or NO
    48 
    45 
    49 TestReportFilePath= C:\LOGS\TestFramework\
    46 #TestReportFilePath= C:\LOGS\TestFramework\
    50 TestReportFileName= TestReport_CollectionHelperTestClass
    47 TestReportFilePath= c:\testing\log\
       
    48 TestReportFileName= TestReport
    51 
    49 
    52 TestReportFormat= TXT			# Possible values: TXT or HTML
    50 TestReportFormat= TXT			# Possible values: TXT or HTML
    53 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
    51 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
    54 TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
    52 TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
    55 
    53 
    56 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    54 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    57 
    55 
    58 DisableMeasurement= stifmeasurementdisablenone	# Possible values are:
       
    59 						# 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
       
    60 					  	# 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    61 					  	# 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    62 					  	# 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    63 
       
    64 Timeout= 0                              # Default timeout value for each test case. In milliseconds
       
    65 UITestingSupport= YES
       
    66 [End_Defaults]
    56 [End_Defaults]
    67 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    57 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    68 
    58 
    69 
    59 
    70 
    60 
    86 # does not read any settings from file, so tags 
    76 # does not read any settings from file, so tags 
    87 # IniFile and TestCaseFile are not used.
    77 # IniFile and TestCaseFile are not used.
    88 # In the simplest case it is enough to specify only the
    78 # In the simplest case it is enough to specify only the
    89 # name of the test module when adding new test module
    79 # name of the test module when adding new test module
    90 
    80 
    91 [New_Module]
    81 #[New_Module]
    92 ModuleName= testscripter
    82 #ModuleName= demomodule
    93 TestCaseFile= c:\testframework\CollectionHelperTestClass.cfg
    83 #[End_Module]
    94 [End_Module]
       
    95 
    84 
    96 
    85 
    97 # Load testmoduleXXX, optionally with initialization file and/or test case files
    86 # Load testmoduleXXX, optionally with initialization file and/or test case files
    98 #[New_Module]
    87 [New_Module]
    99 #ModuleName= testmodulexxx
    88 ModuleName= testscripter
   100 
    89 
   101 #TestModuleXXX used initialization file
    90 #TestModuleXXX used initialization file
   102 #IniFile= c:\testframework\init.txt
    91 #IniFile= c:\testframework\init.txt
   103 
    92 
   104 #TestModuleXXX used configuration file(s)
    93 #TestModuleXXX used configuration file(s)
   105 #TestCaseFile= c:\testframework\testcases1.cfg
    94 #TestCaseFile= c:\testframework\epos_omasuplpostestercfg.cfg
   106 #TestCaseFile= c:\testframework\testcases2.cfg
    95 TestCaseFile= c:\testframework\CollectionHelperTestClass.cfg
   107 #TestCaseFile= c:\testframework\manualtestcases.cfg
    96 [End_Module]
   108 
       
   109 #[End_Module]
       
   110 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    97 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   111 
    98 
       
    99 
       
   100 
   112 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   101 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   113 # Set STIF logging overwrite parameters for Logger.
   102 # Set STIFTestFramework logging overwrite parameters for Logger.
   114 # 	Hardware and emulator environment logging path and styles can
   103 # 	Hardware and emulator environment logging path and styles can
   115 # 	be configured from here to overwrite the Logger's implemented values.
   104 # 	be configured from here to overwrite the Logger's implemented values.
   116 #	
   105 #	
   117 #	Settings description:
   106 #	Settings description:
   118 #	- Indicates option for creation log directory/directories. If log directory/directories
   107 #	- Indicates option for creation log directory/directories. If log directory/directories
   153 #	- Will line breaks include to the log file.
   142 #	- Will line breaks include to the log file.
   154 #		+ YES, Each logging event includes line break and next log event is in own line.
   143 #		+ YES, Each logging event includes line break and next log event is in own line.
   155 #		+ NO, No line break(s).
   144 #		+ NO, No line break(s).
   156 #
   145 #
   157 #	- Will event ranking include to the log file.
   146 #	- Will event ranking include to the log file.
   158 #		+ YES, Event ranking number added to each line in log file(s). Ranking number
   147 #		+ YES, Event ranking number added to each line in log file(s). Ranking number 
   159 #                 depends on environment's tics, for example(includes time stamp also)
   148 #                 depends on environment's tics, for example(includes time stamp also)
   160 #                 '012   12.Nov.2003 115958    LOGGING INFO'
   149 #                 '012   12.Nov.2003 115958    LOGGING INFO'
   161 #		+ NO, No event ranking.
   150 #		+ NO, No event ranking.
   162 #
   151 #
   163 #	- Will write log file in unicode format.
       
   164 #		+ YES, Log file will be written in unicode format
       
   165 #		+ NO, Log will be written as normal, not unicode, file.
       
   166 #
       
   167 
   152 
   168 [Logger_Defaults]
   153 [Logger_Defaults]
   169 
   154 
   170 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
   155 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#' 
   171 #NOTE: TestEngine and TestServer logging settings cannot change here
       
   172 
   156 
   173 #CreateLogDirectories= YES    # Possible values: YES or NO
   157 #CreateLogDirectories= YES		# Possible values: YES or NO
   174 
   158 
   175 #EmulatorBasePath= C:\LOGS\TestFramework\
   159 #EmulatorBasePath= C:\LOGS\TestFramework\
   176 #EmulatorFormat= HTML         # Possible values: TXT or HTML
   160 #EmulatorFormat= HTML			# Possible values: TXT or HTML
   177 #EmulatorOutput= FILE         # Possible values: FILE or RDEBUG
   161 #EmulatorOutput= FILE			# Possible values: FILE or RDEBUG
   178 
   162 
   179 #HardwareBasePath= D:\LOGS\TestFramework\
   163 #HardwareBasePath= D:\LOGS\TestFramework\
   180 #HardwareFormat= HTML         # Possible values: TXT or HTML
   164 #HardwareFormat= HTML			# Possible values: TXT or HTML
   181 #HardwareOutput= FILE         # Possible values: FILE or RDEBUG
   165 #HardwareOutput= FILE			# Possible values: FILE or RDEBUG
   182 
   166 
   183 #FileCreationMode= OVERWRITE  # Possible values: OVERWRITE or APPEND
   167 #FileCreationMode= OVERWRITE		# Possible values: OVERWRITE or APPEND
   184 
   168 
   185 #ThreadIdToLogFile= YES       # Possible values: YES or NO
   169 #ThreadIdToLogFile= YES			# Possible values: YES or NO
   186 #WithTimeStamp= YES           # Possible values: YES or NO
   170 #WithTimeStamp= YES			# Possible values: YES or NO
   187 #WithLineBreak= YES           # Possible values: YES or NO
   171 #WithLineBreak= YES			# Possible values: YES or NO
   188 #WithEventRanking= YES        # Possible values: YES or NO
   172 #WithEventRanking= YES			# Possible values: YES or NO
   189 
   173 
   190 #FileUnicode= YES             # Possible values: YES or NO
       
   191 #AddTestCaseTitle= YES        # Possible values: YES or NO
       
   192 [End_Logger_Defaults]
   174 [End_Logger_Defaults]
   193 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   175 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   194 
   176 
   195 # End of file
   177 # End of file