classicui_pub/common_file_dialogs_api/tsrc/conf/ui_testsdkcfdfileselectiondialog.cfg
changeset 39 407d15c32f24
parent 30 56e9a0aaad89
child 40 7165f928e888
equal deleted inserted replaced
30:56e9a0aaad89 39:407d15c32f24
     1 [Test]//1#
       
     2 title PressRightSoftKey
       
     3 pause 10000
       
     4 presskey global EKeyDevice1
       
     5 [Endtest]
       
     6 
       
     7 [Test]//2#
       
     8 title PressLeftSoftKey
       
     9 pause 10000
       
    10 presskey global EKeyDevice0
       
    11 [Endtest]
       
    12 
       
    13 [Test]//3#
       
    14 title PressRightKey
       
    15 pause 10000
       
    16 presskey global EKeyRightArrow
       
    17 [Endtest]
       
    18 
       
    19 [Test]//4#
       
    20 title PressLeftKey
       
    21 pause 10000
       
    22 presskey global EKeyLeftArrow
       
    23 [Endtest]
       
    24 
       
    25 [Test]//5#
       
    26 title PressUpKey
       
    27 pause 10000
       
    28 presskey global EKeyUpArrow
       
    29 [Endtest]
       
    30 
       
    31 [Test]//6#
       
    32 title PressDownKey
       
    33 pause 10000
       
    34 presskey global EKeyDownArrow
       
    35 [Endtest]
       
    36 
       
    37 [Test]//7#
       
    38 title PressSelectionKey
       
    39 pause 10000
       
    40 presskey global EKeyDevice3
       
    41 [Endtest]
       
    42 
       
    43 [Test]//8#
       
    44 title PressKey-
       
    45 pause 10000
       
    46 presskey global EKeyDevice7
       
    47 pause 10000
       
    48 presskey global EKeyDevice1
       
    49 [Endtest]
       
    50 
       
    51 [Test]//9#
       
    52 title PressKey-Double
       
    53 pause 10000
       
    54 presskey global EKeyDevice1
       
    55 [Endtest]
       
    56 
       
    57 [Test]//10#
       
    58 title PressBackUpKey
       
    59 pause 10000
       
    60 presskey global EKeyDevice1
       
    61 [Endtest]
       
    62 
       
    63 
       
    64 //----------------------------------------------------------------------------------//
       
    65 //------------------------------CAknFileSelectiondialog.h---------------------------//
       
    66 //----------------------------------------------------------------------------------//
       
    67 
       
    68 [Test]//11#
       
    69 title ExcuteFileDialog
       
    70 create testsdkcfd test
       
    71 bringtoforeground
       
    72 test TestFSDNewL
       
    73 test TestFSDExecuteL
       
    74 sendtobackground
       
    75 test TestFSDDelete
       
    76 delete test
       
    77 [Endtest] 
       
    78 
       
    79 
       
    80 [Test]//12#
       
    81 title ExcuteResFileDialog
       
    82 create testsdkcfd test
       
    83 bringtoforeground
       
    84 test TestFSDNewLWithResL
       
    85 test TestFSDExecuteL
       
    86 test TestFSDDelete
       
    87 sendtobackground
       
    88 delete test
       
    89 [Endtest] 
       
    90 
       
    91 
       
    92 [Test]//13#
       
    93 title RunDlgFileDialog
       
    94 create testsdkcfd test
       
    95 bringtoforeground
       
    96 test TestFSDRunDlgLD
       
    97 sendtobackground
       
    98 delete test
       
    99 [Endtest] 
       
   100 
       
   101 
       
   102 [Test]//14#
       
   103 title RunDlgTitleFileDialog
       
   104 create testsdkcfd test
       
   105 bringtoforeground
       
   106 test TestFSDRunDlgLDWithTitleLD
       
   107 sendtobackground
       
   108 delete test
       
   109 [Endtest] 
       
   110 
       
   111 
       
   112 [Test]//15#
       
   113 title RunDlgResFileDialog
       
   114 create testsdkcfd test
       
   115 bringtoforeground
       
   116 test TestFSDRunDlgLDWithResLD
       
   117 sendtobackground
       
   118 delete test
       
   119 [Endtest] 
       
   120 
       
   121 
       
   122 [Test]//16#
       
   123 title Test FSD Setting
       
   124 create testsdkcfd test
       
   125 bringtoforeground
       
   126 test TestFSDNewL
       
   127 test TestFSDSetDefaultFolderL
       
   128 test TestFSDSetTitleL
       
   129 test TestFSDSetLeftSoftkeyFileL
       
   130 test TestFSDSetLeftSoftkeyFolderL
       
   131 test TestFSDSetRightSoftkeyRootFolderL
       
   132 test TestFSDSetRightSoftkeySubfolderL
       
   133 test TestFSDExecuteL
       
   134 test TestFSDDelete
       
   135 sendtobackground
       
   136 delete test
       
   137 [Endtest] 
       
   138 
       
   139 
       
   140 [Test]//17#
       
   141 title Test FSD Add OBserver
       
   142 create testsdkcfd test
       
   143 bringtoforeground
       
   144 test TestFSDNewL
       
   145 test TestFSDSetObserverL
       
   146 //test FDlgExecuteL
       
   147 test TestFSDDelete
       
   148 sendtobackground
       
   149 delete test
       
   150 [Endtest]
       
   151 
       
   152 
       
   153 [Test]//18#
       
   154 title Test FSD Add Filter
       
   155 create testsdkcfd test
       
   156 bringtoforeground
       
   157 test TestFSDNewL
       
   158 test TestFSDAddFilterL
       
   159 test TestFSDExecuteL
       
   160 test TestFSDDelete
       
   161 sendtobackground
       
   162 delete test
       
   163 [Endtest]  
       
   164