apicompatanaapps/compatanalyser/com.nokia.s60tools.compatibilityanalyser.test/readme.txt
changeset 0 dd9cd96ed247
equal deleted inserted replaced
-1:000000000000 0:dd9cd96ed247
       
     1 ---------------------------------------------------------------
       
     2 INSTRUCTIONS TO RUN THE COMPATIBILITY ANALYSER UNIT TEST CASES:
       
     3 ---------------------------------------------------------------
       
     4 
       
     5 Note: Some of the testcases need some data to be executed successfully.
       
     6       That data can be found in this test project. (Folder named 'data')
       
     7 
       
     8 A) The test data can be accessed any of the following method
       
     9    The 'data' folder is accessed by adding one VM Argument to 'data' folder path.
       
    10    As follows, -DTESTDATALOCATION=<path to data folder>.
       
    11 	
       
    12 B) Providing SDK details
       
    13 	 For this there are some variables related to SDK info.
       
    14 	 Provide values for the below variables mentioned in Activator.java file
       
    15 	 - SDK_NAME : 
       
    16 	 		Provide any SDK name installed/available in your local PC.
       
    17 	 		Ex: SDK_NAME = "S60_3rd_FP1"
       
    18 	 - SDK_VERSION :
       
    19 	 		SDK version of above provided SDK. 
       
    20 	 		Ex: SDK_VERSION = "3.0"
       
    21 	 - TARTGET_TYPE :
       
    22 	 		Ex: TARGET_TYPE = armv5 or gcce etc..
       
    23 	 - PROFILE_NAME :
       
    24 			A baseline profile must be present in workspace data location.
       
    25 			$(WorkspaceLocation)/.metadata/.plugins/com.nokia.s60tools.compatibilityanalyser/BaselineProfiles/
       
    26 			Ex: Say if test.data profile is present at the workspace location.Then mention profile name as
       
    27 			    PROFILE_NAME = "test"
       
    28 	 - EPOCROOT	:
       
    29 	 		Epocroot of the above profided SDK.
       
    30 	 		Ex: EPOCROOT = "C:\Symbian\9.2\S60_3rd_FP1"
       
    31 
       
    32 
       
    33 -------------------
       
    34 END OF INSTRUCTIONS
       
    35 -------------------
       
    36