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