testexecfw/useremul/ReleaseNotes.txt
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 Date: <25-11-09>
       
     2 
       
     3 [Application Details]
       
     4 
       
     5 Name: UserEmulator
       
     6 UID: 0x2001C3AF
       
     7 
       
     8 Version: 4.2
       
     9 
       
    10 Build: 2509
       
    11  
       
    12 Description: 
       
    13 User Emulator is a tool for automated test creation, execution and management. It is capable of handling any 
       
    14 key events (up/down/left/right arrow, selection key, LSK, RSK, Menu key, alpha/numeric keys, etc) and pointer events.
       
    15 This tool helps in writing, reusing and executing tests on the code under development. 
       
    16 Threshold values for finger pointer events: 1-5 finger, 5-10 thumb, etc.
       
    17 
       
    18 FileName: UserEmulator_v4.2_2509.SISX
       
    19 
       
    20 [Platform Details]
       
    21 
       
    22 OS Name/Version:                S60 v3.1 , S60 v3.2, s60 5.0
       
    23 Test Device Name:               Nokia 6220, Nokia 5800
       
    24 Test Device Firmware version:   100.07.76
       
    25 				08-06-2008	RM-346
       
    26 				Nokia N95 : V30.0.015 15-07-08 RM-159
       
    27                                 
       
    28 
       
    29 [Languages Supported] 
       
    30 UK-EN - default
       
    31 
       
    32 [Countries Supported] 
       
    33 UK 
       
    34 
       
    35 [Screen Resolutions Supported]
       
    36 All
       
    37 
       
    38 
       
    39 [New Features]
       
    40 
       
    41 
       
    42 [Resolved Issues]
       
    43 - Bug 1358 - UserEmulator bug fixes related to Script recording and playback
       
    44 
       
    45 [Known Issues]
       
    46 1. Key emulations to java midlets are not working properly
       
    47    Ex. Music store
       
    48 2. Alphanumeric keypad is not working with script recording. Workaround for this issue is to 
       
    49    manually create the script by adding the tag <keys> <name> </keys>
       
    50    - Recording Hash press for copy and paste is not supported in the alphanumeric keypad. 
       
    51 3. During replay User Emulator has speed issues sometimes. It can't replay events as fast as it should and
       
    52     this can cause differences between recording and replay.
       
    53 4. In order to get the same results during script execution, all the screens on the device should be reset to 
       
    54     its initial state before script recording and playback. 
       
    55     o Currently the tool supports basic reset functionality of resetting the Menu application's scroll bar, 
       
    56       closing any open applications on the device and resetting the idle screen. 
       
    57     o If there are any changes to the application position in the Menu application or any changes on the 
       
    58       HomeScreen, the script when played back may not produce the same results. This is a known limitation of the tool.
       
    59 5. On some 3.1/3.2 devices a menu opens in Idle screen instead of screen reset.
       
    60 6. Scripts recorded earlier will not work with the latest release and they have to be used with older version of UE.  ( <= v4.2_1309)!
       
    61 
       
    62 
       
    63 [Comments]
       
    64 This release of the User Emulator tool supports the following features.
       
    65 - Application launching/closing
       
    66 - Key Emulations
       
    67 - Looping (Simple, Nested)
       
    68 - Pause
       
    69 - Support for East European Characters (UTF-16)
       
    70 - Multiple views displaying scripts in one view and logging in the other
       
    71 - Markable/Multi selection of test scripts for execution
       
    72 - Support for named key codes and special characters in the script
       
    73 - Capturing panics
       
    74 - Stop/Cancel script execution
       
    75 - Mentioning infinite value for looping
       
    76 - logging the script execution to a log file
       
    77 - Key press recording (with long key presses)
       
    78 - Pointer events simulation/recording
       
    79 - Screen shots
       
    80 - Random test runner
       
    81 - Reset main menu's scroll bar and iddle screen
       
    82 - Long file names are limited to max. 196 characters.
       
    83 - User Emulator can be installed on C: drive only. (No drive choice at install time)
       
    84 - Scripts recorded with the latest release will work on all the devices (Nokia/SE/Samsung) provided all have the same setup (icons, etc. in the same place)
       
    85 
       
    86 [Contact Details]
       
    87 
       
    88 Name: Reshma Sandeep Das
       
    89 Email: reshma.sandeepdas@orange-ftgroup.com
       
    90 --------------------------------------------------------------------------------------------------------------------------------------
       
    91 
       
    92 Date: <13-08-09>
       
    93 
       
    94 [Application Details]
       
    95 
       
    96 Name: UserEmulator
       
    97 UID: 0x2001C3AF
       
    98 
       
    99 Version: 4.2
       
   100 
       
   101 Build: 1309
       
   102  
       
   103 Description: 
       
   104 User Emulator is a tool for automated test creation, execution and management. It is capable of handling any 
       
   105 key events (up/down/left/right arrow, selection key, LSK, RSK, Menu key, alpha/numeric keys, etc) and pointer events.
       
   106 This tool helps in writing, reusing and executing tests on the code under development.
       
   107 Threshold values for finger pointer events: 1-5 finger, 5-10 thumb, etc.
       
   108 
       
   109 FileName: UserEmulator_v_4.2_1309.SISX
       
   110 
       
   111 [Platform Details]
       
   112 
       
   113 OS Name/Version:                S60 v3.1 , S60 v3.2, s60 5.0
       
   114 Test Device Name:               Nokia N95, Nokia 6220, Nokia 5800
       
   115 Test Device Firmware version:   100.07.76
       
   116 			        08-06-2008
       
   117 				RM-346   
       
   118 				Nokia N95 : V30.0.015 15-07-08 RM-159                            
       
   119                                 
       
   120 
       
   121 [Languages Supported] 
       
   122 UK-EN - default
       
   123 
       
   124 [Countries Supported] 
       
   125 UK 
       
   126 
       
   127 [Screen Resolutions Supported]
       
   128 All
       
   129 
       
   130 
       
   131 [New Features]
       
   132 - Command line support added
       
   133 
       
   134 [Resolved Issues]
       
   135 - Bug ID 288 :  - Added User Emulator tool under https://developer.symbian.org/sfl/FCL/sftools/ana/testfw/testexecfw/ package 
       
   136                   in Symbian Foundation
       
   137 		- Added support for multiple application support for Random test
       
   138 - UE tool supported on Samsung Acme and Sony Ericsson Kokura phones
       
   139 - Bug 366: Run UserEmulator from command line 
       
   140 
       
   141 [Known Issues]
       
   142 1. Key emulations to java midlets are not working properly
       
   143    Ex. Music store
       
   144 2. Alphanumeric keypad is not working with script recording. Workaround for this issue is to 
       
   145    manually create the script by adding the tag <keys> <name> </keys>
       
   146 3. During replay User Emulator has speed issues sometimes. It can't replay events as fast as it should and
       
   147     this can cause differences between recording and replay.
       
   148 4. In order to get the same results during script execution, all the screens on the device should be reset to 
       
   149     its initial state before script recording and playback. 
       
   150     o Currently the tool supports basic reset functionality of resetting the Menu application's scroll bar, 
       
   151       closing any open applications on the device and resetting the idle screen. 
       
   152     o If there are any changes to the application position in the Menu application or any changes on the 
       
   153       HomeScreen, the script when played back may not produce the same results. This is a known limitation of the tool.
       
   154 
       
   155 [Comments]
       
   156 This release of the User Emulator tool supports the following features.
       
   157 - Application launching/closing
       
   158 - Key Emulations
       
   159 - Looping(Simple,Nested loops)
       
   160 - Pause
       
   161 - Support for East European Characters (UTF-16)
       
   162 - Multiple views displaying scripts in one view and logging in the other
       
   163 - Markable/Multi selection of test scripts for execution
       
   164 - Support for named key codes and special characters in the script
       
   165 - Capturing panics
       
   166 - Stop/Cancel script execution
       
   167 - Mentioning infinite value for looping
       
   168 - logging the script execution to a log file
       
   169 - Key press recording (with long key presses)
       
   170 - Pointer events simulation/recording
       
   171 - Screen shots
       
   172 - Random test runner
       
   173 - Reset main menu's scroll bar and iddle screen
       
   174 - Long file names are limited to max. 196 characters.
       
   175 - User Emulator can be installed on C: drive only. (No drive choice at install time)
       
   176 
       
   177 
       
   178 [Contact Details]
       
   179 
       
   180 Name: Reshma Sandeep Das
       
   181 Email: reshma.sandeepdas@orange-ftgroup.com
       
   182 -----------------------------------------------------------------------------------------------------------------------------------
       
   183 Date: <29-07-09>
       
   184 
       
   185 [Application Details]
       
   186 
       
   187 Name: UserEmulator
       
   188 UID: 0x2001C3AF
       
   189 
       
   190 Version: 3.7
       
   191 
       
   192 Build: 2907
       
   193  
       
   194 Description: 
       
   195 User Emulator is a tool for automated test creation, execution and management. It is capable of handling any 
       
   196 key events (up/down/left/right arrow, selection key, LSK, RSK, Menu key, alpha/numeric keys, etc) and pointer events.
       
   197 This tool helps in writing, reusing and executing tests on the code under development.
       
   198 Threshold values for finger pointer events: 1-5 finger, 5-10 thumb, etc.
       
   199 
       
   200 FileName: UserEmulator_v_3.7_2907.SISX
       
   201 
       
   202 [Platform Details]
       
   203 
       
   204 OS Name/Version:                S60 v3.1 , S60 v3.2, s60 5.0
       
   205 Test Device Name:               Nokia N95, Nokia 6220, Nokia 5800
       
   206 Test Device Firmware version:   100.07.76
       
   207 																08-06-2008
       
   208 																RM-346   
       
   209 																Nokia N95 : V30.0.015 15-07-08 RM-159                            
       
   210                                 
       
   211 
       
   212 [Languages Supported] 
       
   213 UK-EN - default
       
   214 
       
   215 [Countries Supported] 
       
   216 UK 
       
   217 
       
   218 [Screen Resolutions Supported]
       
   219 All
       
   220 
       
   221 
       
   222 [New Features]
       
   223 - Screen reset functioanlity added. Script recording and execution starts at the idle screen after resetting the 
       
   224   Menu application's scroll bar, closing any open applications on the device and resetting the idle screen
       
   225   Home Screen v3.2 doesnot support screen reset functionality
       
   226 
       
   227 [Resolved Issues]
       
   228 - Random Test on 3.2 devices
       
   229 - Key simulations in Landscape mode
       
   230 
       
   231 [Known Issues]
       
   232 1. Key emulations to java midlets are not working properly
       
   233    Ex. Music store
       
   234 2. User emulator doesn't run properly on Samsung phone(s).
       
   235 3. Alphanumeric keypad is not working with script recording. Workaround for this issue is to 
       
   236    manually create the script by adding the tag <keys> <name> </keys>
       
   237 4. During replay User Emulator has speed issues sometimes. It can't replay events as fast as it should and
       
   238     this can cause differences between recording and replay.
       
   239 5. In order to get the same results during script execution, all the screens on the device should be reset to 
       
   240     its initial state before script recording and playback. 
       
   241     o Currently the tool supports basic reset functionality of resetting the Menu application's scroll bar, 
       
   242       closing any open applications on the device and resetting the idle screen. 
       
   243     o If there are any changes to the application position in the Menu application or any changes on the 
       
   244       HomeScreen, the script when played back may not produce the same results. This is a known limitation of the tool.
       
   245 
       
   246 [Comments]
       
   247 This release of the User Emulator tool supports the following features.
       
   248 - Application launching/closing
       
   249 - Key Emulations
       
   250 - Looping
       
   251 - Pause
       
   252 - Support for East European Characters (UTF-16)
       
   253 - Multiple views displaying scripts in one view and logging in the other
       
   254 - Markable/Multi selection of test scripts for execution
       
   255 - Support for named key codes and special characters in the script
       
   256 - Capturing panics
       
   257 - Stop/Cancel script execution
       
   258 - Mentioning infinite value for looping
       
   259 - logging the script execution to a log file
       
   260 - Key press recording (with long key presses)
       
   261 - Pointer events simulation/recording
       
   262 - Screen shots
       
   263 - Random test runner
       
   264 - Reset main menu's scroll bar and iddle screen
       
   265 - Long file names are limited to max. 196 characters.
       
   266 - User Emulator can be installed on C: drive only. (No drive choice at install time)
       
   267 
       
   268 
       
   269 Following features are yet to be implemented
       
   270 - Command line support
       
   271 - Loops inside loop feature
       
   272 - Samsung device support
       
   273 
       
   274 [Contact Details]
       
   275 
       
   276 Name: Reshma Sandeep Das
       
   277 Email: reshma.sandeepdas@orange-ftgroup.com
       
   278 -----------------------------------------------------------------------------------------------------------------------------------