0
|
1 |
/*********************************************************
|
|
2 |
* AUTO-GENERATED COMMENT BLOCK - DO NOT MODIFY
|
|
3 |
**********************************************************
|
|
4 |
*
|
|
5 |
* SAMPLE.TXT
|
|
6 |
*
|
|
7 |
* Author : Phil Hodgson
|
|
8 |
* Version : 1.0
|
|
9 |
* Description:
|
|
10 |
*
|
|
11 |
* Basic Functionality Test for all STAT commands
|
|
12 |
*
|
|
13 |
* (C) Copyright Symbian 2001/2002
|
|
14 |
*********************************************************/
|
|
15 |
|
|
16 |
<B> /* begin script */
|
|
17 |
<D> /* device information */
|
|
18 |
<#image C:> /* set image dir */
|
|
19 |
<S> /* take screenshot */
|
|
20 |
<SMyScreenshot> /* take screenshot and give it a name */
|
|
21 |
<Az:\system\apps\word\word.app> /* start word with default doc */
|
|
22 |
<P2000> /* pause */
|
|
23 |
<C> /* close app */
|
|
24 |
<Az:\system\apps\word\word.app,sample> /* start Word */
|
|
25 |
<P2000> /* pause */
|
|
26 |
<KTo be, or not to be> /* type some text */
|
|
27 |
<P1000> /* pause */
|
|
28 |
<LEnter> /* newline */
|
|
29 |
<P1000> /* pause */
|
|
30 |
<LEnter> /* newline */
|
|
31 |
<P1000> /* pause */
|
|
32 |
<HA,2000> /* hold down the 'A' key for 2 seconds */
|
|
33 |
<P1000> /* pause */
|
|
34 |
<LEnter> /* newline */
|
|
35 |
<P1000> /* pause */
|
|
36 |
<MCtrl+S> /* save file */
|
|
37 |
<P1000> /* pause */
|
|
38 |
<S> /* take screenshot */
|
|
39 |
<C> /* close app */
|
|
40 |
<P2000> /* pause */
|
|
41 |
<Fz:\system\apps\word\word.app,sample> /* restart app */
|
|
42 |
<P2000> /* pause */
|
|
43 |
<K - That is the question> /* type some more text */
|
|
44 |
<P1000> /* pause */
|
|
45 |
<MCtrl+S> /* save file */
|
|
46 |
<P1000> /* pause */
|
|
47 |
<S> /* take screenshot */
|
|
48 |
<C> /* close app */
|
|
49 |
<P1000> /* pause */
|
|
50 |
<Tmyfile.abc,c:\myfile.xyz> /* transfer to target */
|
|
51 |
<P1000> /* pause */
|
|
52 |
<Rc:\myfile.xyz,> /* retrieve (move) from target */
|
|
53 |
<P1000> /* pause */
|
|
54 |
<Xz:\system\apps\word\word.app,> /* retrieve (copy) from target */
|
|
55 |
<P1000> /* pause */
|
|
56 |
<I260,25> /* touch screen */
|
|
57 |
<P3000> /* pause */
|
|
58 |
<LEscape> /* escape */
|
|
59 |
<P2000> /* pause */
|
|
60 |
<UC:\sample> /* delete a file */
|
|
61 |
<P2000> /* pause */
|
|
62 |
<Nc:\newfolder\> /* create folder */
|
|
63 |
<P2000> /* pause */
|
|
64 |
<Zc:\newfolder\> /* delete folder */
|
|
65 |
<P1000> /* pause */
|
|
66 |
<!> /* start eshell */
|
|
67 |
<Kdir> /* directory listing */
|
|
68 |
<LEnter> /* newline */
|
|
69 |
<!!> /* close eshell */
|
|
70 |
<E> /* end script */
|