sl@0: # =========================================================================== sl@0: # Copyright © 2006-2007 Nokia Corporation. sl@0: # This material, including documentation and any related sl@0: # computer programs, is protected by copyright controlled by sl@0: # Nokia Corporation. All rights are reserved. Copying, sl@0: # including reproducing, storing, adapting or translating, any sl@0: # or all of this material requires the prior written consent of sl@0: # Nokia Corporation. This material also contains confidential sl@0: # information which may not be disclosed to others without the sl@0: # prior written consent of Nokia Corporation. sl@0: # ============================================================================ sl@0: # sl@0: # This is STIFTestFramework initialization file sl@0: # Comment lines start with '#'-character. sl@0: # See STIF TestFramework users guide.doc for instructions sl@0: sl@0: # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sl@0: sl@0: [Engine_Defaults] sl@0: sl@0: TestReportMode= FullReport # Possible values are: 'Empty', 'Summary', 'Environment', sl@0: 'TestCases' or 'FullReport' sl@0: sl@0: CreateTestReport= YES # Possible values: YES or NO sl@0: sl@0: TestReportFilePath= C:\LOGS\TestFramework\ sl@0: TestReportFileName= TestReport sl@0: sl@0: TestReportFormat= TXT # Possible values: TXT or HTML sl@0: TestReportOutput= FILE # Possible values: FILE or RDEBUG sl@0: TestReportFileCreationMode= OVERWRITE # Possible values: OVERWRITE or APPEND sl@0: sl@0: DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting sl@0: sl@0: [End_Defaults] sl@0: # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sl@0: sl@0: # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sl@0: # Module configurations start sl@0: sl@0: [New_Module] sl@0: ModuleName= testscripter sl@0: TestCaseFile= C:\testframework\ATSTemplateXXX.cfg sl@0: sl@0: sl@0: [End_Module] sl@0: sl@0: sl@0: # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sl@0: sl@0: [Logger_Defaults] sl@0: sl@0: [End_Logger_Defaults] sl@0: # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- sl@0: sl@0: # End of file