Fix TTS-2015 by moving the test info into pages in WRTSupport
authoryuhanx.xu <yuhanx.xu@intel.com>
Mon, 23 Sep 2013 06:06:21 +0000 (14:06 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Tue, 24 Sep 2013 07:14:38 +0000 (15:14 +0800)
Signed-off-by: yuhanx.xu <yuhanx.xu@intel.com>
tests/WRTSupport/res/debug-web-inspector-ubuntu.html
tests/WRTSupport/res/debug-web-inspector-windows7.html

index d818efccabf77c5d34800438a4e1a93edb3bf248..997a8882ce06123a41e720be10d318bdf4de2189 100644 (file)
@@ -46,22 +46,52 @@ Authors:
                 <input type="hidden" id="app_id"  value="nothing"/>
                 <input type="hidden" id="package_id" value="nothing"/>
             </div>
+            <ul data-role="listview">
+                <li data-role="list-divider">Pre-condition</li>
+                <li>
+                    <div id="c">
+                        <div id="pre-div">
+                            <div id="o">
+                                <ul>
+                                    <li>Make sure SDK is installed to PC(ubuntu) and it is launched;</li>
+                                    <li>Turn on device USB debugging mode.</li>
+                                </ul>
+                            </div>
+                        </div>
+                    </div>
+                </li>
+                <li data-role="list-divider">Test step</li>
+                <li>
+                    <div id="d">
+                        <div id="text-div">
+                            <div id="p">
+                                <ol>
+                                    <li>Open SDK, File-&gt;New-&gt;Tizen Web Project. Click "Basic", then input Project name, e.g. test-debugging, then click "finish".</li>
+                                    <li>Connect test device to PC. Open Window-&gt;Show View -&gt; Connection Explorer, the device information appears in the "Connection Explorer" of SDK.</li>
+                                    <li>Right-click on the folder "test-debugging" -&gt; Debug as -&gt; 1 Tizen Web Application.</li>
+                                </ol>
+                            </div>
+                        </div>
+                    </div>
+                </li>
+                <li data-role="list-divider">Expected Result</li>
+                <li>
+                    <div id="e">
+                        <div id="result-div">
+                            <div id="q">
+                                'web inspector' interface for widget debugging is displayed on the screen.
+                            </div>
+                        </div>
+                    </div>
+                </li>
+            </ul>
         </div>
         <div data-role="footer" data-position="fixed" data-tap-toggle="false">
         </div>
         <div data-role="popup" id="popup_info" data-theme="a">
           <font style="font-size:85%">
-            <p>Pre-condition: </p>
-            <p>Make sure SDK is installed to PC(ubuntu) and it is launched;</p>
-            <p>Turn on device USB debugging mode.</p>
-            <p>Test Step: </p>
-            <ol>
-              <li>Open SDK, File-&gt;New-&gt;Tizen Web Project.Click "Basic",then input Project name e.g. test-debugging, then click "finish".</li>
-              <li>Connect test device to PC.Open Window-&gt;Show View -&gt; Connection Explorer,the device information appears in the "Connection Explorer" of SDK.</li>
-              <li>Right-click on the folder "test-debugging" -&gt; Debug as -&gt; 1 Tizen Web Application.</li>
-            </ol>
-            <p>Expected Result: </p>
-            <p>'web inspector' interface for widget debugging is displayed on the screen.</p>
+            <p>Test Purpose: </p>
+            <p>Verifies 'web inspector' supported on PC(ubuntu).</p>
           </font>
         </div>
     </div>
index 7ceb992ec98ae53d982eee3d45af3ccfdf17ed80..6d4577582052de8042de70704b6c2e1d44ab20e0 100644 (file)
@@ -46,24 +46,52 @@ Authors:
                 <input type="hidden" id="app_id"  value="nothing"/>
                 <input type="hidden" id="package_id" value="nothing"/>
             </div>
+            <ul data-role="listview">
+                <li data-role="list-divider">Pre-condition</li>
+                <li>
+                    <div id="c">
+                        <div id="pre-div">
+                            <div id="o">
+                                <ul>
+                                    <li>Make sure SDK is installed to PC(windows) and it is launched;</li>
+                                    <li>Turn on device USB debugging mode.</li>
+                                </ul>
+                            </div>
+                        </div>
+                    </div>
+                </li>
+                <li data-role="list-divider">Test step</li>
+                <li>
+                    <div id="d">
+                        <div id="text-div">
+                            <div id="p">
+                                <ol>
+                                    <li>Open SDK, File-&gt;New-&gt;Tizen Web Project. Click "Basic", then input Project name, e.g. test-debugging, then click "finish". Connect test device to PC.</li>
+                                    <li>Open Window-&gt;Show View -&gt; Connection Explorer, the device information appears in the "Connection Explorer" of SDK.</li>
+                                    <li>Right-click on the folder "test-debugging" -&gt; Debug as -&gt; 1 Tizen Web Application.</li>
+                                </ol>
+                            </div>
+                        </div>
+                    </div>
+                </li>
+                <li data-role="list-divider">Expected Result</li>
+                <li>
+                    <div id="e">
+                        <div id="result-div">
+                            <div id="q">
+                                'web inspector' interface for widget debugging is displayed on the screen.
+                            </div>
+                        </div>
+                    </div>
+                </li>
+            </ul>
         </div>
         <div data-role="footer" data-position="fixed" data-tap-toggle="false">
         </div>
         <div data-role="popup" id="popup_info" data-theme="a">
           <font style="font-size:85%">
-            <p>Pre-condition: </p>
-            <ol>
-              <li>Make sure SDK is installed to PC(windows) and it is launched;</li>
-              <li>Turn on device USB debugging mode.</li>
-            </ol>
-            <p>Test Step: </p>
-            <ol>
-              <li>Open SDK, File-&gt;New-&gt;Tizen Web Project.Click "Basic",then input Project name e.g. test-debugging, then click "finish".Connect test device to PC.</li>
-              <li>Open Window-&gt;Show View -&gt; Connection Explorer,the device information appears in the "Connection Explorer" of SDK.</li>
-              <li>Right-click on the folder "test-debugging" -&gt; Debug as -&gt; 1 Tizen Web Application.</li>
-            </ol>
-            <p>Expected Result: </p>
-            <p>'web inspector' interface for widget debugging is displayed on the screen.</p>
+            <p>Test Purpose: </p>
+            <p>Verifies 'web inspector' supported on PC(windows).</p>
           </font>
         </div>
     </div>