[DevTools]: Add some detailed text for profile and user variable for
authorhyunsik.noh <hyunsik.noh@samsung.com>
Fri, 22 May 2015 03:33:27 +0000 (12:33 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Fri, 22 May 2015 07:47:27 +0000 (16:47 +0900)
REST Viewer.

Change-Id: Iae79a717c46c957dcefa23d034abdc6404080f2f
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
org.tizen.devtools/html/web_tools/rest_viewer_w.htm

index be08c2d..6336838 100644 (file)
                     <li>Save and Run(on Figure: The dialog for WADL component)</li>
                 </ul>
 
-                <p>And if User Variables are set, you can use them with placeholder
-                    to run/test it.</p>
+                <p>The api which works with variables needs specific values for test. Each profile has its own user variables(key and value), you can manage profiles and profile's user variables on Preferences page. You can use them with placeholder after user variables are set to test api.(e.g. ${email})</p>
                 <p class="figure">Figure: User Variables</p>
                 <p style="text-align: center;">
                     <img alt="User Variables" src="../images/rest_viewer_user_variables.png" />
                 </p>
                 <br></br>
-                <p>You can create a new profile with other variables. And you
-                    can choose active profile in REST Viewer’s user variable toolbar
-                    menu as below. If you test any APIs in REST Viewer, selected
-                    profile will be used.</p>
+                <p>You can also select active profile in REST Viewer’s user variable toolbar
+                    menu as below. When you test APIs in REST Viewer, user variables of selected
+                    profile are used.</p>
                 <p class="figure">Figure: Profile Selection</p>
                 <p style="text-align: center;">
                     <img alt="Profile Selection"
                         src="../images/rest_viewer_select_profile.png" />
                 </p>
                 <br></br>
+                <p>The user variables of active profile are shown when you set the values for api.</p>
                 <p class="figure">Figure: User Variable Selection</p>
                 <p style="text-align: center;">
                     <img alt="User Variable Selection"
                         src="../images/rest_viewer_select_user_variable.png" />
                 </p>
                 <br></br>
-                <p>Then you can check the response result on Console View. And
+                <p>Then you can run it and check the response result on Console View after you set the values. And
                     it is possible to save response structure.</p>
                 <p class="figure">Figure: The response result on Console View</p>
                 <p style="text-align: center;">