[Power] update description
authorTomasz Paciorek <t.paciorek@samsung.com>
Wed, 4 Sep 2013 09:27:06 +0000 (11:27 +0200)
committerTomasz Paciorek <t.paciorek@samsung.com>
Wed, 4 Sep 2013 09:27:06 +0000 (11:27 +0200)
Change-Id: Id1f5b5988e22ed3d0a791038793064d7cbba7bf9

tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html
tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html
tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html
tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html
tct-power-tizen-tests/tests.full.xml
tct-power-tizen-tests/tests.xml

index 5f3906352aa2dc58ac71d5dc5597f6e11410683d..d322219c773c0ac12a456b971f52d6b4812e1b8b 100755 (executable)
@@ -38,9 +38,6 @@ Authors:
 //==== LABEL check whether getScreenBrightness() method gets the screen brightness level correctly
 //==== SPEC Tizen Web API:System:Power:PowerManager:getScreenBrightness M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/power.html
-//==== STEP check whether getScreenBrightness() method gets the screen brightness level correctly
-//==== EXPECT set and get brightness are equals
-//==== EXECUTION_TYPE manaul
 //==== PRIORITY P1
 //==== TEST_CRITERIA MNA MR
 test(function () {
index f937d9dadc96c18657fb924686378c4185257642..6e7e0a0ab28788d1aaf66169399b81b03eb55ac2 100644 (file)
@@ -38,9 +38,6 @@ Authors:
 //==== LABEL check whether isScreenOn() method gets the screen state correctly
 //==== SPEC Tizen Web API:System:Power:PowerManager:isScreenOn M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/power.html
-//==== STEP check whether isScreenOn() method gets the screen state correctly
-//==== EXPECT properly returned value
-//==== EXECUTION_TYPE auto
 //==== PRIORITY P1
 //==== TEST_CRITERIA MNA MR
 test(function () {
index 5892bf862fa64d61a16f30ec9f851e112fb5af52..a0923ed0d125e379c383ce604906d89eb6f79733 100644 (file)
@@ -38,9 +38,6 @@ Authors:
 //==== LABEL check if setScreenBrightness() method doesn't set out of range screen brightness
 //==== SPEC Tizen Web API:System:Power:PowerManager:setScreenBrightness M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/application.html
-//==== STEP check if setScreenBrightness() method doesn't set out of range screen brightness
-//==== EXPECT exceptions should be thrown
-//==== EXECUTION_TYPE auto
 //==== PRIORITY P2
 //==== TEST_CRITERIA
 test(function () {
index a17558aa5e15b03e8216e13e8728278fbc4e4212..95e977294abb3d9e45f2e12798fd5bf5a0c46e6d 100644 (file)
@@ -45,8 +45,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: PowerManager_turnScreenOn_method_exists
 //==== LABEL check if turnScreenOn method exists
-//==== STEP check if turnScreenOn method exists.
-//==== EXPECT turnScreenOn method exists in PowerManager Object.
 //==== SPEC Tizen Web API:System:Power:PowerManager:turnScreenOn M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/power.html
 //==== TEST_CRITERIA ME
index 45b015eeb5413da69ac7abbe006cd69ea40d16ec..11f65e9d8df473323eb69e915090b70fbc0df24c 100644 (file)
       </testcase>
       <testcase purpose="check if turnScreenOn method exists" type="compliance" status="approved" component="TizenAPI/System/Power" execution_type="auto" priority="P1" id="PowerManager_turnScreenOn_method_exists">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check if turnScreenOn method exists.</step_desc>
-              <expected>turnScreenOn method exists in PowerManager Object.</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check if setScreenBrightness() method doesn't set out of range screen brightness" type="compliance" status="approved" component="TizenAPI/System/Power" execution_type="auto" priority="P2" id="PowerManager_setScreenBrightness_brightness_invalid_val">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check if setScreenBrightness() method doesn't set out of range screen brightness</step_desc>
-              <expected>exceptions should be thrown</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check whether getScreenBrightness() method gets the screen brightness level correctly" type="compliance" status="approved" component="TizenAPI/System/Power" execution_type="auto" priority="P1" id="PowerManager_getScreenBrightness_check_change">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check whether getScreenBrightness() method gets the screen brightness level correctly</step_desc>
-              <expected>set and get brightness are equals</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check whether isScreenOn() method gets the screen state correctly" type="compliance" status="approved" component="TizenAPI/System/Power" execution_type="auto" priority="P1" id="PowerManager_isScreenOn_check_change">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check whether isScreenOn() method gets the screen state correctly</step_desc>
-              <expected>properly returned value</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html</test_script_entry>
         </description>
         <specs>
index eb1849cb0ea9cdd9153e314cac41506ca49f87cb..5c19bd614f07f356376cd9276faa1663903ed072 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
+<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
 <test_definition>
-  <suite launcher="WRTLauncher" name="tct-power-tizen-tests" category="Tizen Web Device APIs">
+  <suite name="tct-power-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
     <set name="Power">
-      <testcase component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_release_correct_check" purpose="Check if release() method does what it should">
+      <testcase purpose="Check if release() method does what it should" component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_release_correct_check">
         <description>
           <pre_condition>Please set backlight time to 15 seconds</pre_condition>
           <steps>
@@ -14,8 +14,8 @@
           </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_release_correct_check.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_request" purpose="Check whether request() method with proper arguments does what it should do">
+      </testcase>
+      <testcase purpose="Check whether request() method with proper arguments does what it should do" component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_request">
         <description>
           <pre_condition>Please set backlight time to 15 seconds</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_successful" purpose="Check if setScreenBrightness method called with non-optional change state of object">
+      </testcase>
+      <testcase purpose="Check if setScreenBrightness method called with non-optional change state of object" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_successful">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_turnScreenOff_successful" purpose="check if turnScreenOff method works correctly">
+      </testcase>
+      <testcase purpose="check if turnScreenOff method works correctly" component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_turnScreenOff_successful">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn_method_exists" purpose="check if turnScreenOn method exists">
+      </testcase>
+      <testcase purpose="check if turnScreenOn method exists" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn_method_exists">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_turnScreenOn_successful" purpose="check if turnScreenOn method works correctly">
+      </testcase>
+      <testcase purpose="check if turnScreenOn method works correctly" component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_turnScreenOn_successful">
         <description>
           <steps>
             <step order="1">
@@ -66,8 +66,8 @@
           </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_unsetScreenStateChangeListener_successful" purpose="check if unsetScreenStateChangeListener method works correctly">
+      </testcase>
+      <testcase purpose="check if unsetScreenStateChangeListener method works correctly" component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_unsetScreenStateChangeListener_successful">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_missarg" purpose="Check if request() method called without all obligatory arguments throws an exception">
+      </testcase>
+      <testcase purpose="Check if request() method called without all obligatory arguments throws an exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_missarg">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManagerObject_notexist" purpose="Check if interface PowerManagerObject exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PowerManagerObject exists, it should not." component="TizenAPI/System/Power" execution_type="auto" id="PowerManagerObject_notexist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManagerObject_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_notexist" purpose="Check if interface PowerManager exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PowerManager exists, it should not." component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_notexist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="ScreenStateChangeCallback_notexist" purpose="Check if interface ScreenStateChangeCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface ScreenStateChangeCallback exists, it should not." component="TizenAPI/System/Power" execution_type="auto" id="ScreenStateChangeCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_extend" purpose="Check if tizen.power can have new properties added, it should not.">
+      </testcase>
+      <testcase purpose="Check if tizen.power can have new properties added, it should not." component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_extend">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_in_tizen" purpose="Check if Tizen implements interface PowerManagerObject and has attribute power">
+      </testcase>
+      <testcase purpose="Check if Tizen implements interface PowerManagerObject and has attribute power" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_in_tizen">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_in_tizen.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_exist" purpose="Check if method request of PowerManager exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if method request of PowerManager exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_CPU_AWAKE" purpose="Check whether request() method with CPU resource and CPU_AWAKE state does not throw exception">
+      </testcase>
+      <testcase purpose="Check whether request() method with CPU resource and CPU_AWAKE state does not throw exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_CPU_AWAKE">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_SCREEN_DIM" purpose="Check whether request() method with SCREEN resource and SCREEN_DIM state does not throw exception">
+      </testcase>
+      <testcase purpose="Check whether request() method with SCREEN resource and SCREEN_DIM state does not throw exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_SCREEN_DIM">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_SCREEN_NORMAL" purpose="Check whether request() method with SCREEN resource and SCREEN_NORMAL state does not throw exception">
+      </testcase>
+      <testcase purpose="Check whether request() method with SCREEN resource and SCREEN_NORMAL state does not throw exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_SCREEN_NORMAL">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_resource_TypeMismatch" purpose="Check if request() method throws TypeMismatchException when incorrect resource given">
+      </testcase>
+      <testcase purpose="Check if request() method throws TypeMismatchException when incorrect resource given" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_resource_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_state_TypeMismatch" purpose="Check if request() method throws TypeMismatchException when incorrect state given">
+      </testcase>
+      <testcase purpose="Check if request() method throws TypeMismatchException when incorrect state given" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_request_state_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release" purpose="Check if release() method called with proper argument does not throw exceptions">
+      </testcase>
+      <testcase purpose="Check if release() method called with proper argument does not throw exceptions" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_release.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release_exist" purpose="Check if method release of PowerManager exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if method release of PowerManager exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_release_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release_missarg" purpose="Check if release() method called without all obligatory arguments throws an exception">
+      </testcase>
+      <testcase purpose="Check if release() method called without all obligatory arguments throws an exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release_missarg">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_release_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release_resource_TypeMismatch" purpose="Check if release() method throws TypeMismatchException when incorrect resource given">
+      </testcase>
+      <testcase purpose="Check if release() method throws TypeMismatchException when incorrect resource given" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_release_resource_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness" purpose="Check if getScreenBrightness method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if getScreenBrightness method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness_exist" purpose="Check if getScreenBrightness method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if getScreenBrightness method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness_extra_argument" purpose="Check if getScreenBrightness method can be invoked with extra argument">
+      </testcase>
+      <testcase purpose="Check if getScreenBrightness method can be invoked with extra argument" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness_extra_argument">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn" purpose="Check if isScreenOn method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if isScreenOn method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn_exist" purpose="Check if isScreenOn method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if isScreenOn method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn_extra_argument" purpose="Check if isScreenOn method can be invoked with extra argument">
+      </testcase>
+      <testcase purpose="Check if isScreenOn method can be invoked with extra argument" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn_extra_argument">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_restoreScreenBrightness" purpose="Check if restoreScreenBrightness method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if restoreScreenBrightness method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_restoreScreenBrightness">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_restoreScreenBrightness_exist" purpose="Check if restoreScreenBrightness method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if restoreScreenBrightness method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_restoreScreenBrightness_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_restoreScreenBrightness_extra_argument" purpose="Check if restoreScreenBrightness method can be invoked with extra argument">
+      </testcase>
+      <testcase purpose="Check if restoreScreenBrightness method can be invoked with extra argument" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_restoreScreenBrightness_extra_argument">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness" purpose="Check if setScreenBrightness method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if setScreenBrightness method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_brightness_TypeMismatch" purpose="Check if setScreenBrightness throws exception when brightness is incorrect">
+      </testcase>
+      <testcase purpose="Check if setScreenBrightness throws exception when brightness is incorrect" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_brightness_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_exist" purpose="Check if setScreenBrightness method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if setScreenBrightness method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_missarg" purpose="Check if setScreenBrightness method called with missing non-optional argument throws an exception">
+      </testcase>
+      <testcase purpose="Check if setScreenBrightness method called with missing non-optional argument throws an exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_missarg">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener" onload_delay="90" purpose="Check if setScreenStateChangeListener method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if setScreenStateChangeListener method called with non-optional arguments does what it should" onload_delay="90" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_exist" purpose="Check if setScreenStateChangeListener method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if setScreenStateChangeListener method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_listener_TypeMismatch" purpose="Check if setScreenStateChangeListener throws exception when listener is incorrect">
+      </testcase>
+      <testcase purpose="Check if setScreenStateChangeListener throws exception when listener is incorrect" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_listener_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_listener_invalid_cb" onload_delay="90" purpose="Check if setScreenStateChangeListener throws exception when success callback is incorrect">
+      </testcase>
+      <testcase purpose="Check if setScreenStateChangeListener throws exception when success callback is incorrect" onload_delay="90" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_listener_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_missarg" purpose="Check if setScreenStateChangeListener method called with missing non-optional argument throws an exception">
+      </testcase>
+      <testcase purpose="Check if setScreenStateChangeListener method called with missing non-optional argument throws an exception" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenStateChangeListener_missarg">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOff" purpose="Check if turnScreenOff method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if turnScreenOff method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOff">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOff_exist" purpose="Check if turnScreenOff method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if turnScreenOff method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOff_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOff_extra_argument" purpose="Check if turnScreenOff method can be invoked with extra argument">
+      </testcase>
+      <testcase purpose="Check if turnScreenOff method can be invoked with extra argument" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOff_extra_argument">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn" purpose="Check if turnScreenOn method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if turnScreenOn method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn_exist" purpose="Check if turnScreenOn method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if turnScreenOn method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn_extra_argument" purpose="Check if turnScreenOn method can be invoked with extra argument">
+      </testcase>
+      <testcase purpose="Check if turnScreenOn method can be invoked with extra argument" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_turnScreenOn_extra_argument">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_unsetScreenStateChangeListener" purpose="Check if unsetScreenStateChangeListener method called with non-optional arguments does what it should">
+      </testcase>
+      <testcase purpose="Check if unsetScreenStateChangeListener method called with non-optional arguments does what it should" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_unsetScreenStateChangeListener">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_unsetScreenStateChangeListener_exist" purpose="Check if unsetScreenStateChangeListener method exists and can be overriden">
+      </testcase>
+      <testcase purpose="Check if unsetScreenStateChangeListener method exists and can be overriden" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_unsetScreenStateChangeListener_exist">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_unsetScreenStateChangeListener_extra_argument" purpose="Check if unsetScreenStateChangeListener method can be invoked with extra argument">
+      </testcase>
+      <testcase purpose="Check if unsetScreenStateChangeListener method can be invoked with extra argument" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_unsetScreenStateChangeListener_extra_argument">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="ScreenStateChangeCallback_onchanged" onload_delay="90" purpose="Check if ContentScanSuccessCallback onchanged is called and if its arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if ContentScanSuccessCallback onchanged is called and if its arguments have proper type" onload_delay="90" component="TizenAPI/System/Power" execution_type="auto" id="ScreenStateChangeCallback_onchanged">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_brightness_invalid_val" purpose="check if setScreenBrightness() method doesn't set out of range screen brightness">
+      </testcase>
+      <testcase purpose="check if setScreenBrightness() method doesn't set out of range screen brightness" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_setScreenBrightness_brightness_invalid_val">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness_check_change" purpose="check whether getScreenBrightness() method gets the screen brightness level correctly">
+      </testcase>
+      <testcase purpose="check whether getScreenBrightness() method gets the screen brightness level correctly" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_getScreenBrightness_check_change">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn_check_change" purpose="check whether isScreenOn() method gets the screen state correctly">
+      </testcase>
+      <testcase purpose="check whether isScreenOn() method gets the screen state correctly" component="TizenAPI/System/Power" execution_type="auto" id="PowerManager_isScreenOn_check_change">
         <description>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_restoreScreenBrightness_check_effect" purpose="check if restoreScreenBrightness() method restores the screen brightness to the system default setting value">
+      </testcase>
+      <testcase purpose="check if restoreScreenBrightness() method restores the screen brightness to the system default setting value" component="TizenAPI/System/Power" execution_type="manual" id="PowerManager_restoreScreenBrightness_check_effect">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_check_effect.html</test_script_entry>
         </description>
-        </testcase>
+      </testcase>
     </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>