<div id="log"></div>
<script>
//==== TEST: DataSynchronizationManagerObject_notexist
-//==== LABEL Check if interface DataSynchronizationManagerObject exists, it should not.
+//==== LABEL Check if interface DataSynchronizationManagerObject exists, it should not
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManagerObject:DataSynchronizationManagerObject U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
<div id="log"></div>
<script>
//==== TEST: DataSynchronizationManager_in_tizen
-//==== LABEL Check if package exists in tizen.
+//==== LABEL Check if datasync exists in tizen
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:DataSynchronizationManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== PRIORITY P3
<div id="log"></div>
<script>
//==== TEST: DataSynchronizationManager_notexist
-//==== LABEL Check if interface DataSynchronizationManager exists, it should not.
+//==== LABEL Check if interface DataSynchronizationManager exists, it should not
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:DataSynchronizationManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
<div id="log"></div>
<script>
//==== TEST: SyncInfo_constructor
-//==== LABEL New tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported)
+//==== LABEL Check if SyncInfo's contructor works properly
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
<div id="log"></div>
<script>
//==== TEST: SyncInfo_constructor_interval
-//==== LABEL New tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported)
+//==== LABEL Check if SyncInfo's contructor works properly with interval argument
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
<div id="log"></div>
<script>
//==== TEST: SyncInfo_constructor_type
-//==== LABEL New tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported)
+//==== LABEL Check if SyncInfo's contructor works properly with type argument
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
<div id="log"></div>
<script>
//==== TEST: SyncProfileInfo_constructor
-//==== LABEL New tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported)
+//==== LABEL Check if SyncProfileInfo's constructor works properly
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:constructor C
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
<div id="log"></div>
<script>
//==== TEST: SyncProgressCallback_notexist
-//==== LABEL Check if interface SyncProgressCallback exists, it should not.
+//==== LABEL Check if interface SyncProgressCallback exists, it should not
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncProgressCallback:SyncProgressCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
<div id="log"></div>
<script>
//==== TEST: SyncStatistics_notexist
-//==== LABEL Check if interface SyncStatistics exists, it should not.
+//==== LABEL Check if interface SyncStatistics exists, it should not
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncStatistics:SyncStatistics U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
<test_definition>
<suite name="tct-datasync-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Datasync">
- <testcase purpose="Check if interface DataSynchronizationManagerObject exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManagerObject_notexist">
+ <testcase purpose="Check if interface DataSynchronizationManagerObject exists, it should not" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManagerObject_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManagerObject_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if package exists in tizen." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_in_tizen">
+ <testcase purpose="Check if datasync exists in tizen" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_in_tizen">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_in_tizen.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface DataSynchronizationManager exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_notexist">
+ <testcase purpose="Check if interface DataSynchronizationManager exists, it should not" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="New tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor">
+ <testcase purpose="Check if SyncInfo's contructor works properly" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="New tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_interval">
+ <testcase purpose="Check if SyncInfo's contructor works properly with interval argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_interval">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_interval.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="New tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_type">
+ <testcase purpose="Check if SyncInfo's contructor works properly with type argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_type">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_type.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="New tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_constructor">
+ <testcase purpose="Check if SyncProfileInfo's constructor works properly" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_constructor">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_constructor.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface SyncProgressCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncProgressCallback_notexist">
+ <testcase purpose="Check if interface SyncProgressCallback exists, it should not" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncProgressCallback_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProgressCallback_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface SyncStatistics exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncStatistics_notexist">
+ <testcase purpose="Check if interface SyncStatistics exists, it should not" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncStatistics_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncStatistics_notexist.html</test_script_entry>
</description>
<test_definition>
<suite name="tct-datasync-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Datasync">
- <testcase purpose="Check if interface DataSynchronizationManagerObject exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManagerObject_notexist">
+ <testcase purpose="Check if interface DataSynchronizationManagerObject exists, it should not" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManagerObject_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManagerObject_notexist.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if package exists in tizen." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_in_tizen">
+ <testcase purpose="Check if datasync exists in tizen" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_in_tizen">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_in_tizen.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface DataSynchronizationManager exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_notexist">
+ <testcase purpose="Check if interface DataSynchronizationManager exists, it should not" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_notexist.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_invalid_obj.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="New tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported)" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor">
+ <testcase purpose="Check if SyncInfo's contructor works properly" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="New tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported)" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_interval">
+ <testcase purpose="Check if SyncInfo's contructor works properly with interval argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_interval">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_interval.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="New tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported)" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_type">
+ <testcase purpose="Check if SyncInfo's contructor works properly with type argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_type">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_type.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_url_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="New tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported)" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_constructor">
+ <testcase purpose="Check if SyncProfileInfo's constructor works properly" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_constructor">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_constructor.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_syncInfo_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface SyncProgressCallback exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProgressCallback_notexist">
+ <testcase purpose="Check if interface SyncProgressCallback exists, it should not" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProgressCallback_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProgressCallback_notexist.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serviceType_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface SyncStatistics exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncStatistics_notexist">
+ <testcase purpose="Check if interface SyncStatistics exists, it should not" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncStatistics_notexist">
<description>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncStatistics_notexist.html</test_script_entry>
</description>