//==== SPEC Tizen Web API:Sensor:HumanActivityMonitor:HumanActivitySleepMonitorData:status A
//==== SPEC_URL TBD
//==== PRIORITY P1
-//==== ONLOAD_DELAY 9
+//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA AE AT ARO
-setup({timeout: 9000});
+setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 9000}), getHumanActivityDataSuccess, getHumanActivityDataError, humanActivityType = "SLEEP_MONITOR";
+var t = async_test(document.title, {timeout: 90000}), getHumanActivityDataSuccess, getHumanActivityDataError, humanActivityType = "SLEEP_MONITOR";
t.step(function () {
add_result_callback(function () {
tizen.humanactivitymonitor.start(humanActivityType, getHumanActivityDataSuccess, getHumanActivityDataError);
});
-
</script>
</body>
-</html>
\ No newline at end of file
+</html>
//==== SPEC Tizen Web API:TBD:HumanActivityMonitor:HumanActivitySleepMonitorData:timestamp A
//==== SPEC_URL TBD
//==== PRIORITY P1
+//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA AE AT ARO
-setup({timeout: 9000});
+setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 9000}), getHumanActivityDataSuccess, getHumanActivityDataError, humanActivityType = "SLEEP_MONITOR";
+var t = async_test(document.title, {timeout: 90000}), getHumanActivityDataSuccess, getHumanActivityDataError, humanActivityType = "SLEEP_MONITOR";
t.step(function () {
add_result_callback(function () {
tizen.humanactivitymonitor.start(humanActivityType, getHumanActivityDataSuccess, getHumanActivityDataError);
});
-
-
</script>
</body>
-</html>
\ No newline at end of file
+</html>
</testcase>
<testcase purpose="Check if HumanActivityMonitorManager::stop() method works properly for HumanActivity type SLEEP_MONITOR" component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="auto" id="HumanActivityMonitorManager_stop_type_SLEEP_MONITOR">
<description>
- <test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_HRM.html</test_script_entry>
+ <test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_SLEEP_MONITOR.html</test_script_entry>
</description>
</testcase>
- <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="auto" id="HumanActivitySleepMonitorData_status_attribute" purpose="Check if HumanActivitySleepMonitorData::status exists and is readonly">
+ <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="manual" id="HumanActivitySleepMonitorData_status_attribute" purpose="Check if HumanActivitySleepMonitorData::status exists and is readonly">
<description>
+ <steps>
+ <step order="1">
+ <step_desc>Click run</step_desc>
+ <expected>Pass should be shown in the page</expected>
+ </step>
+ </steps>
<test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_status_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="auto" id="HumanActivitySleepMonitorData_timestamp_attribute" purpose="Check if HumanActivitySleepMonitorData::timestamp exists, has type long, and is readonly">
+ <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="manual" id="HumanActivitySleepMonitorData_timestamp_attribute" purpose="Check if HumanActivitySleepMonitorData::timestamp exists, has type long, and is readonly">
<description>
+ <steps>
+ <step order="1">
+ <step_desc>Click run</step_desc>
+ <expected>Pass should be shown in the page</expected>
+ </step>
+ </steps>
<test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html</test_script_entry>
</description>
</testcase>
</testcase>
<testcase purpose="Check if HumanActivityMonitorManager::stop() method works properly for HumanActivity type SLEEP_MONITOR" component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="auto" id="HumanActivityMonitorManager_stop_type_SLEEP_MONITOR">
<description>
- <test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_HRM.html</test_script_entry>
+ <test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_SLEEP_MONITOR.html</test_script_entry>
</description>
</testcase>
- <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="auto" id="HumanActivitySleepMonitorData_status_attribute" purpose="Check if HumanActivitySleepMonitorData::status exists and is readonly">
+ <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="manual" id="HumanActivitySleepMonitorData_status_attribute" purpose="Check if HumanActivitySleepMonitorData::status exists and is readonly">
<description>
+ <steps>
+ <step order="1">
+ <step_desc>Click run</step_desc>
+ <expected>Pass should be shown in the page</expected>
+ </step>
+ </steps>
<test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_status_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if readRecorderData without optional arguments works properly for SLEEP_MONITOR HumanActivity type" component="TizenAPI/System/HumanActivityMonitor" execution_type="manual" id="HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR">
+ <testcase component="Tizen Device APIs/Sensor/HumanActivityMonitor" execution_type="manual" id="HumanActivitySleepMonitorData_timestamp_attribute" purpose="Check if HumanActivitySleepMonitorData::timestamp exists, has type long, and is readonly">
<description>
<steps>
<step order="1">
- <step_desc>Waiting for 20 minutes for the callback without touching the device.</step_desc>
- <expected>Pass should be shown in the page after 20 minutes.</expected>
+ <step_desc>Click run</step_desc>
+ <expected>Pass should be shown in the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR.html</test_script_entry>
+ <test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if readRecorderData without optional arguments works properly for SLEEP_MONITOR HumanActivity type" component="Tizen Device APIs/System/HumanActivityMonitor" execution_type="auto" id="HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR">
+ <testcase purpose="Check if readRecorderData without optional arguments works properly for SLEEP_MONITOR HumanActivity type" component="TizenAPI/System/HumanActivityMonitor" execution_type="manual" id="HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR">
<description>
+ <steps>
+ <step order="1">
+ <step_desc>Waiting for 20 minutes for the callback without touching the device.</step_desc>
+ <expected>Pass should be shown in the page after 20 minutes.</expected>
+ </step>
+ </steps>
<test_script_entry>/opt/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR.html</test_script_entry>
</description>
</testcase>