<test_definition>
<suite name="tct-application-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Application">
- <testcase purpose="check if ApplicationContext notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationContext_notexist">
+ <testcase purpose="check if ApplicationCertificate possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationCertificate_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationContext" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationCertificate" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationContext possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationContext_extend">
+ <testcase purpose="check if ApplicationCertificate notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationCertificate_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationContext" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationCertificate" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationContext.id attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationContext_id_attribute">
+ <testcase purpose="check ApplicationCertificate.type attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationCertificate_type_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationContext" element_type="attribute" element_name="id" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationCertificate" element_type="attribute" element_name="type" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationContext.appId attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationContext_appId_attribute">
+ <testcase purpose="check ApplicationCertificate.value attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationCertificate_value_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationContext" element_type="attribute" element_name="appId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationCertificate" element_type="attribute" element_name="value" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_exist">
+ <testcase purpose="Check if ApplicationContextArraySuccessCallback cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationContextArraySuccessCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationContextArraySuccessCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="test whether constructor with non-optional argument are supported" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_constructor_minargs">
+ <testcase purpose="Check if ApplicationContextArraySuccessCallback onsuccess is called and if its arguments have proper type" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationContextArraySuccessCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationContextArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="test whether constructor with all arguments are supported" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_constructor">
+ <testcase purpose="check ApplicationContext.appId attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationContext_appId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationContext" element_type="attribute" element_name="appId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationControl possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationControl_extend">
+ <testcase purpose="check if ApplicationContext possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationContext_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationContext" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationControl.operation attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_operation_attribute">
+ <testcase purpose="check ApplicationContext.id attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationContext_id_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="operation" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationContext" element_type="attribute" element_name="id" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationControl.uri attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_uri_attribute">
+ <testcase purpose="check if ApplicationContext notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationContext_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="uri" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationContext" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationControl.mime attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_mime_attribute">
+ <testcase purpose="check if ApplicationControlDataArrayReplyCallback notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationControlDataArrayReplyCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="mime" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlDataArrayReplyCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationControl.category attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_category_attribute">
+ <testcase purpose="check onfailure listener in ApplicationControlDataArrayReplyCallback" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlDataArrayReplyCallback_onfailure">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="category" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlDataArrayReplyCallback" element_type="method" element_name="onfailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationControl.data attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_data_attribute">
+ <testcase purpose="check argument passed into method who is onsuccess listener in ApplicationControlDataArrayReplyCallback" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlDataArrayReplyCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="data" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlDataArrayReplyCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationCertificate notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationCertificate_notexist">
+ <testcase purpose="Check if ApplicationControlData constructor works" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_constructor">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_constructor.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationCertificate" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlData" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationManager exist in tizen" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManager_in_tizen">
+ <testcase purpose="Check if ApplicationControlData exist and is a constructor" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlData" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationManager notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManager_notexist">
+ <testcase purpose="Check if ApplicationControlData can have new properties added" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationControlData_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlData" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationManager possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManager_extend">
+ <testcase purpose="Check if ApplicationControlData have key attribute with proper type, writable, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_key_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlData" element_type="attribute" element_name="key" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getCurrentApplication method in ApplicationManager interface to get current Application object" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getCurrentApplication">
+ <testcase purpose="Check if ApplicationControlData have value attribute with proper type, writable, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_value_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getCurrentApplication" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControlData" element_type="attribute" element_name="value" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getCurrentApplication with extra argument to get current Application object" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getCurrentApplication_extra_argument">
+ <testcase purpose="check ApplicationControl.category attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_category_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getCurrentApplication" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="category" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if Application notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="Application_notexist">
+ <testcase purpose="test whether constructor with all arguments are supported" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_constructor">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method findAppControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_findAppControl_exist">
+ <testcase purpose="test whether constructor with non-optional argument are supported" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_constructor_minargs">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launch method (with non-optional arguments) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launch">
+ <testcase purpose="check ApplicationControl.data attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_data_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="data" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method launch exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_launch_exist">
+ <testcase purpose="check if ApplicationControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method kill exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_kill_exist">
+ <testcase purpose="check if ApplicationControl possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationControl_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launch method (with optional argument successCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launch_with_successCallback">
+ <testcase purpose="check ApplicationControl.mime attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_mime_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="mime" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launch method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launch_with_errorCallback">
+ <testcase purpose="check ApplicationControl.operation attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_operation_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="operation" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onSuccess' (launch) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_successCallback_TypeMismatch">
+ <testcase purpose="check ApplicationControl.uri attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControl_uri_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationControl" element_type="attribute" element_name="uri" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onError' (launch) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_errorCallback_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformationArraySuccessCallback cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformationArraySuccessCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformationArraySuccessCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method launchAppControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_launchAppControl_exist">
+ <testcase purpose="Check if ApplicationInformationArraySuccessCallback onsuccess is called and if its arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformationArraySuccessCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformationArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (on success) was passed" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_successCallback_invalid_cb">
+ <testcase purpose="check if ApplicationInformationEventCallback notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformationEventCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformationEventCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (on error) was passed" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_errorCallback_invalid_cb">
+ <testcase purpose="check argument passed into method which is oninstalled listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_oninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
+ <expected>properly argument</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformationEventCallback" element_type="method" element_name="oninstalled" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation">
+ <testcase purpose="check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_onuninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
+ <expected>properly argument</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformationEventCallback" element_type="method" element_name="onuninstalled" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation and MIME type of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation_mime">
+ <testcase purpose="check argument passed into method which is onupdated listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_onupdated">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
+ <expected>properly argument</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformationEventCallback" element_type="method" element_name="onupdated" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation and URI of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation_uri">
+ <testcase purpose="Check if ApplicationInformation have categories attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_categories_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="categories" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation, URI and MIME type of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation_uri_mime">
+ <testcase purpose="Check if ApplicationInformation can have new properties added" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformation_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method with explicit application ID in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_id">
+ <testcase purpose="Check if ApplicationInformation have iconPath attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_iconPath_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="iconPath" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="launchAppControl - check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_missarg">
+ <testcase purpose="Check if ApplicationInformation have id attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_id_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="id" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with optional argument successCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_successCallback">
+ <testcase purpose="Check if ApplicationInformation have installDate attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_installDate_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="installDate" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_errorCallback">
+ <testcase purpose="Check if ApplicationInformation have name attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_name_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="name" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onSuccess' (launchAppControl) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_successCallback_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformation cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformation_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onError' (launchAppControl) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_errorCallback_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformation have packageId attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_packageId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="packageId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check non-optional argument ApplicationControl type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_appControl_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformation have show attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_show_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="show" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_successCallback_invalid_cb">
+ <testcase purpose="Check if ApplicationInformation have size attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_size_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="size" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_errorCallback_invalid_cb">
+ <testcase purpose="Check if ApplicationInformation have version attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_version_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="version" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_appControl_invalid_obj">
+ <testcase purpose="check if ApplicationManagerObject not exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManagerObject_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManagerObject" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using launchAppControl method (with optional argument replyCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_replyCallback">
+ <testcase purpose="check non-optional argument 'ApplicationInformationEventCallback' type conversion" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onReply' type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_replyCallback_TypeMismatch">
+ <testcase purpose="check if an exception was thrown when a fake callback was passed into addAppInfoEventListener method" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onReply) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_replyCallback_invalid_cb">
+ <testcase purpose="check if method addAppInfoEventListener exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_addAppInfoEventListener_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using findAppControl method (with non-optional arguments) in ApplicationManager interface to get ApplicationsInformation of applications can be launched with the given application control" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_findAppControl">
+ <testcase purpose="check addAppInfoEventListener with missing non-optional ApplicationInformationEventCallback argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_addAppInfoEventListener_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check findAppControl with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_missarg">
+ <testcase purpose="check using addAppInfoEventListener method (installation process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_oninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
+ <expected>listener was added with successfully</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using findAppControl method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_findAppControl_with_errorCallback">
+ <testcase purpose="check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_onuninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
+ <expected>listener was added with successfully</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check non-optional argument ApplicationControl (findAppControl method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_appControl_TypeMismatch">
+ <testcase purpose="check using addAppInfoEventListener method (updating process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_onupdated">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
+ <expected>listener was added with successfully</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check findAppControl with missing non-optional successCallback argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_successCallback_missarg">
+ <testcase purpose="check if ApplicationManager possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManager_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into findAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_appControl_invalid_obj">
+ <testcase purpose="check using findAppControl method (with non-optional arguments) in ApplicationManager interface to get ApplicationsInformation of applications can be launched with the given application control" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_findAppControl">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check non-optional argument successCallback (findAppControl method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_successCallback_TypeMismatch">
+ <testcase purpose="check non-optional argument ApplicationControl (findAppControl method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_appControl_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into findAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_successCallback_invalid_cb">
+ <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into findAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_appControl_invalid_obj">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getAppsContext exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppsContext_exist">
+ <testcase purpose="check if method findAppControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_findAppControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getAppContext exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppContext_exist">
+ <testcase purpose="check findAppControl with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppsContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationsContext of applications that are currently running on a device" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsContext">
+ <testcase purpose="check non-optional argument successCallback (findAppControl method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationContext of current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppContext">
+ <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into findAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getAppsInfo exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppsInfo_exist">
+ <testcase purpose="check findAppControl with missing non-optional successCallback argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_findAppControl_successCallback_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="getAppsContext - check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_missarg">
+ <testcase purpose="check using findAppControl method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_findAppControl_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppsContext method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsContext_with_errorCallback">
+ <testcase purpose="check using getAppCerts method (with non-optional arguments) in ApplicationManager interface to get application certificates for current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppCerts">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppCerts" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check non-optional argument successCallback (getAppsContext method) type conversion" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_successCallback_TypeMismatch">
+ <testcase purpose="check if method getAppCerts exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppCerts_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppCerts" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsContext method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_successCallback_invalid_cb">
+ <testcase purpose="check using getAppCerts method (with id argument) in ApplicationManager interface to get application certificates" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppCerts_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppCerts" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument errorCallback (getAppsContext method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_errorCallback_TypeMismatch">
+ <testcase purpose="check using getAppContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationContext of current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppContext">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsContext method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_errorCallback_invalid_cb">
+ <testcase purpose="check if method getAppContext exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppContext_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getAppCerts exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppCerts_exist">
+ <testcase purpose="check using getAppInfo method (with non-optional arguments) in ApplicationManager interface to get ApplicationInformation of current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppInfo">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppCerts" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppInfo method (with non-optional arguments) in ApplicationManager interface to get ApplicationInformation of current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppInfo">
+ <testcase purpose="check using getAppInfo method (with optional argument ApplicationId) in ApplicationManager interface to get ApplicationInformation with given ApplicationId" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppInfo_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppInfo method (with optional argument ApplicationId) in ApplicationManager interface to get ApplicationInformation with given ApplicationId" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppInfo_with_id">
+ <testcase purpose="Check the method ApplicationManager::getAppMetaData() called without arguments" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppMetaData">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppMetaData" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppsInfo method (with non-optional arguments) in ApplicationManager interface" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsInfo">
+ <testcase purpose="check if method ApplicationManager::getAppMetaData exists" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppMetaData_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppMetaData" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method addAppInfoEventListener exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_addAppInfoEventListener_exist">
+ <testcase purpose="Check the method ApplicationManager::getAppMetaData() called with id argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppMetaData_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppMetaData" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="ApplicationManager.getAppsInfo - check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_missarg">
+ <testcase purpose="check using getAppSharedURI method (with non-optional arguments) in ApplicationManager interface to get URI shared directory of current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppSharedURI">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppSharedURI" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppsInfo method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsInfo_with_errorCallback">
+ <testcase purpose="check if method getAppSharedURI exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppSharedURI_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppSharedURI" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check non-optional argument successCallback (getAppsInfo method) type conversion" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_successCallback_TypeMismatch">
+ <testcase purpose="check using getAppSharedURI method (with optional argument ApplicationId) in ApplicationManager interface to get URI shared directory of application with given ApplicationId" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppSharedURI_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppSharedURI" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsInfo method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_successCallback_invalid_cb">
+ <testcase purpose="check using getAppsContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationsContext of applications that are currently running on a device" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsContext">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument errorCallback (getAppsInfo method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_errorCallback_TypeMismatch">
+ <testcase purpose="check optional argument errorCallback (getAppsContext method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsInfo method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_errorCallback_invalid_cb">
+ <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsContext method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getCurrentApplication exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getCurrentApplication_exist">
+ <testcase purpose="check if method getAppsContext exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppsContext_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getCurrentApplication" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if Application possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="Application_extend">
+ <testcase purpose="getAppsContext - check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check Application.appInfo attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_appInfo_attribute">
+ <testcase purpose="check non-optional argument successCallback (getAppsContext method) type conversion" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_appInfo_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="attribute" element_name="appInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check Application.ContextId attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_ContextId_attribute">
+ <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsContext method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsContext_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_ContextId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="attribute" element_name="contextId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method Application.exit exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="Application_exit_exist">
+ <testcase purpose="check using getAppsContext method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsContext_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="exit" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using exit method (with non-optional arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_exit">
+ <testcase purpose="check using getAppsInfo method (with non-optional arguments) in ApplicationManager interface" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsInfo">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="exit" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method Application.hide exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="Application_hide_exist">
+ <testcase purpose="check optional argument errorCallback (getAppsInfo method) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="hide" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using hide method (with non-optional arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_hide">
+ <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsInfo method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="hide" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using hide method (with extra arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_hide_extra_argument">
+ <testcase purpose="check if method getAppsInfo exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppsInfo_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="hide" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method Application.getRequestedAppControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="Application_getRequestedAppControl_exist">
+ <testcase purpose="ApplicationManager.getAppsInfo - check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="getRequestedAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getRequestedAppControl method (with non-optional arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_getRequestedAppControl">
+ <testcase purpose="check non-optional argument successCallback (getAppsInfo method) type conversion" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="getRequestedAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsContext" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getRequestedAppControl method (with extra argument) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_getRequestedAppControl_extra_argument">
+ <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsInfo method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_getAppsInfo_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Application" element_type="method" element_name="getRequestedAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationContextArraySuccessCallback cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationContextArraySuccessCallback_notexist">
+ <testcase purpose="check using getAppsInfo method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppsInfo_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationContextArraySuccessCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppsInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationContextArraySuccessCallback onsuccess is called and if its arguments have proper type" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationContextArraySuccessCallback_onsuccess">
+ <testcase purpose="check using getCurrentApplication method in ApplicationManager interface to get current Application object" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getCurrentApplication">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationContextArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getCurrentApplication" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationControlData constructor works" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_constructor">
+ <testcase purpose="check if method getCurrentApplication exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getCurrentApplication_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlData" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getCurrentApplication" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationControlData exist and is a constructor" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_exist">
+ <testcase purpose="check using getCurrentApplication with extra argument to get current Application object" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getCurrentApplication_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlData" element_type="constructor" element_name="constructor" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="getCurrentApplication" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationControlData can have new properties added" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationControlData_extend">
+ <testcase purpose="check if ApplicationManager exist in tizen" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManager_in_tizen">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlData" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/content.html</spec_url>
+ <spec_assertion interface="ApplicationManager" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationControlData have key attribute with proper type, writable, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_key_attribute">
+ <testcase purpose="check using kill method (with non-optional arguments) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_kill">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlData" element_type="attribute" element_name="key" specification="Application" section="Application" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/content.html</spec_url>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationControlData have value attribute with proper type, writable, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlData_value_attribute">
+ <testcase purpose="check optional argument 'onError' (kill) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlData" element_type="attribute" element_name="value" specification="Application" section="Application" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/content.html</spec_url>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformationArraySuccessCallback cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformationArraySuccessCallback_notexist">
+ <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into kill method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformationArraySuccessCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformationArraySuccessCallback onsuccess is called and if its arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformationArraySuccessCallback_onsuccess">
+ <testcase purpose="check if method kill exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_kill_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformationArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have categories attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_categories_attribute">
+ <testcase purpose="check optional argument 'onSuccess' (kill) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="categories" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation can have new properties added" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformation_extend">
+ <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into kill method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have iconPath attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_iconPath_attribute">
+ <testcase purpose="check using kill method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_kill_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="iconPath" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have id attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_id_attribute">
+ <testcase purpose="check using kill method (with optional argument successCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_kill_with_successCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="id" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have installDate attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_installDate_attribute">
+ <testcase purpose="check using launch method (with non-optional arguments) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="installDate" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have name attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_name_attribute">
+ <testcase purpose="check non-optional argument ApplicationControl type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_appControl_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="name" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformation_notexist">
+ <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_appControl_invalid_obj">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have packageId attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_packageId_attribute">
+ <testcase purpose="check optional argument 'onError' (launchAppControl) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="packageId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have show attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_show_attribute">
+ <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="show" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have size attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_size_attribute">
+ <testcase purpose="check if method launchAppControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_launchAppControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="size" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationInformation have version attribute with proper type, readonly, not null" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_version_attribute">
+ <testcase purpose="launchAppControl - check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="version" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if FindAppControlSuccessCallback cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="FindAppControlSuccessCallback_notexist">
+ <testcase purpose="check optional argument 'onReply' type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_replyCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="FindAppControlSuccessCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if FindAppControlSuccessCallback onsuccess is called and if its arguments have proper type" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="FindAppControlSuccessCallback_onsuccess">
+ <testcase purpose="check if an exception was thrown when a fake callback (onReply) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_replyCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="FindAppControlSuccessCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="RequestedApplicationControl_notexist">
+ <testcase purpose="check optional argument 'onSuccess' (launchAppControl) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl can have new properties added" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="RequestedApplicationControl_extend">
+ <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into launchAppControl method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launchAppControl_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl have appControl attribute with proper type, writable, not null" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_appControl_attribute">
+ <testcase purpose="check using launchAppControl method (with operation of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="attribute" element_name="appControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationControlDataArrayReplyCallback notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationControlDataArrayReplyCallback_notexist">
+ <testcase purpose="check using launchAppControl method (with operation and MIME type of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation_mime">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlDataArrayReplyCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl have callerAppId attribute with proper type, writable, not null" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_callerAppId_attribute">
+ <testcase purpose="check using launchAppControl method (with operation and URI of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation_uri">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="attribute" element_name="callerAppId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check argument passed into method who is onsuccess listener in ApplicationControlDataArrayReplyCallback" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlDataArrayReplyCallback_onsuccess">
+ <testcase purpose="check using launchAppControl method (with operation, URI and MIME type of ApplicationControl) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_appControl_operation_uri_mime">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlDataArrayReplyCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if replyResult method exist and cane be overriden" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyResult_exist">
+ <testcase purpose="check using launchAppControl method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl method replyResult works properly" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyResult">
+ <testcase purpose="check using launchAppControl method with explicit application ID in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl method replyCallback called with data param works properly" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyResult_with_data">
+ <testcase purpose="check using launchAppControl method (with optional argument replyCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_replyCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if replyResult throws exception when data is incorrect" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="RequestedApplicationControl_replyResult_data_TypeMismatch">
+ <testcase purpose="check using launchAppControl method (with optional argument successCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launchAppControl_with_successCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launchAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if replyFailure method exist and cane be overriden" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyFailure_exist">
+ <testcase purpose="check optional argument 'onError' (launch) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyFailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if RequestedApplicationControl method replyFailure works properly" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyFailure">
+ <testcase purpose="check if an exception was thrown when a fake callback (on error) was passed" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyFailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if replyFailure method can be invoked with extra argument" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyFailure_extra_argument">
+ <testcase purpose="check if method launch exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_launch_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyFailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check onfailure listener in ApplicationControlDataArrayReplyCallback" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationControlDataArrayReplyCallback_onfailure">
+ <testcase purpose="check optional argument 'onSuccess' (launch) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationControlDataArrayReplyCallback" element_type="method" element_name="onfailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using addAppInfoEventListener method (installation process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_oninstalled">
+ <testcase purpose="check if an exception was thrown when a fake callback (on success) was passed" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_launch_successCallback_invalid_cb">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
- <expected>listener was added with successfully</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_onuninstalled">
+ <testcase purpose="check using launch method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launch_with_errorCallback">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
- <expected>listener was added with successfully</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using addAppInfoEventListener method (updating process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_onupdated">
+ <testcase purpose="check using launch method (with optional argument successCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_launch_with_successCallback">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
- <expected>listener was added with successfully</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="launch" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check addAppInfoEventListener with missing non-optional ApplicationInformationEventCallback argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_addAppInfoEventListener_missarg">
+ <testcase purpose="check if ApplicationManager notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManager_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check non-optional argument 'ApplicationInformationEventCallback' type conversion" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch">
+ <testcase purpose="check using removeAppInfoEventListener method (installation process) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_removeAppInfoEventListener">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="removeAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback was passed into addAppInfoEventListener method" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb">
+ <testcase purpose="check if method removeAppInfoEventListener exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_removeAppInfoEventListener_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="addAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationManager" element_type="method" element_name="removeAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method removeAppInfoEventListener exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_removeAppInfoEventListener_exist">
+ <testcase purpose="Check if ApplicationMetaData can have new properties added" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationMetaData_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="removeAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationMetaData" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationInformationEventCallback notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationInformationEventCallback_notexist">
+ <testcase purpose="Check if ApplicationMetaData have key attribute with proper type, readonly, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationMetaData_key_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformationEventCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationMetaData" element_type="attribute" element_name="key" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check argument passed into method which is oninstalled listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_oninstalled">
+ <testcase purpose="Check if ApplicationMetaData cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationMetaData_notexist">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
- <expected>properly argument</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformationEventCallback" element_type="method" element_name="oninstalled" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationMetaData" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check argument passed into method which is onupdated listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_onupdated">
+ <testcase purpose="Check if ApplicationMetaData have value attribute with proper type, readonly, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationMetaData_value_attribute">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
- <expected>properly argument</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformationEventCallback" element_type="method" element_name="onupdated" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="ApplicationMetaData" element_type="attribute" element_name="value" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_onuninstalled">
+ <testcase purpose="check Application.ContextId attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_ContextId_attribute">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
- <expected>properly argument</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_ContextId_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationInformationEventCallback" element_type="method" element_name="onuninstalled" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="attribute" element_name="contextId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using removeAppInfoEventListener method (installation process) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_removeAppInfoEventListener">
+ <testcase purpose="check Application.appInfo attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_appInfo_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_appInfo_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="removeAppInfoEventListener" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="attribute" element_name="appInfo" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getAppSharedURI exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppSharedURI_exist">
+ <testcase purpose="check using exit method (with non-optional arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_exit">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppSharedURI" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="exit" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppSharedURI method (with non-optional arguments) in ApplicationManager interface to get URI shared directory of current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppSharedURI">
+ <testcase purpose="check if method Application.exit exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="Application_exit_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppSharedURI" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="exit" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppSharedURI method (with optional argument ApplicationId) in ApplicationManager interface to get URI shared directory of application with given ApplicationId" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppSharedURI_with_id">
+ <testcase purpose="check if Application possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="Application_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppSharedURI" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using kill method (with optional argument successCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_kill_with_successCallback">
+ <testcase purpose="check using getRequestedAppControl method (with non-optional arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_getRequestedAppControl">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="getRequestedAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using kill method (with non-optional arguments) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_kill">
+ <testcase purpose="check if method Application.getRequestedAppControl exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="Application_getRequestedAppControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="getRequestedAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using kill method (with optional argument errorCallback) in ApplicationManager interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_kill_with_errorCallback">
+ <testcase purpose="check using getRequestedAppControl method (with extra argument) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_getRequestedAppControl_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="getRequestedAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onSuccess' (kill) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_successCallback_TypeMismatch">
+ <testcase purpose="check using hide method (with non-optional arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_hide">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="hide" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into kill method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_successCallback_invalid_cb">
+ <testcase purpose="check if method Application.hide exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="Application_hide_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="hide" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check optional argument 'onError' (kill) type conversion" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_errorCallback_TypeMismatch">
+ <testcase purpose="check using hide method (with extra arguments) in Application interface" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="Application_hide_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" element_type="method" element_name="hide" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into kill method" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="ApplicationManager_kill_errorCallback_invalid_cb">
+ <testcase purpose="check if Application notexist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="Application_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="kill" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Application" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppCerts method (with non-optional arguments) in ApplicationManager interface to get application certificates for current application" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppCerts">
+ <testcase purpose="Check if FindAppControlSuccessCallback cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="FindAppControlSuccessCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppCerts" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="FindAppControlSuccessCallback" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getAppCerts method (with id argument) in ApplicationManager interface to get application certificates" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppCerts_with_id">
+ <testcase purpose="Check if FindAppControlSuccessCallback onsuccess is called and if its arguments have proper type" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="FindAppControlSuccessCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppCerts" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="FindAppControlSuccessCallback" element_type="method" element_name="onsuccess" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationCertificate possible extend" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationCertificate_extend">
+ <testcase purpose="Check if RequestedApplicationControl have appControl attribute with proper type, writable, not null" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_appControl_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationCertificate" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="attribute" element_name="appControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationCertificate.type attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationCertificate_type_attribute">
+ <testcase purpose="Check if RequestedApplicationControl have callerAppId attribute with proper type, writable, not null" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_callerAppId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationCertificate" element_type="attribute" element_name="type" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="attribute" element_name="callerAppId" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check ApplicationCertificate.value attribute" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationCertificate_value_attribute">
+ <testcase purpose="Check if RequestedApplicationControl can have new properties added" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="RequestedApplicationControl_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationCertificate" element_type="attribute" element_name="value" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check the method ApplicationManager::getAppMetaData() called without arguments" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppMetaData">
+ <testcase purpose="Check if RequestedApplicationControl cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="RequestedApplicationControl_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppMetaData" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ApplicationManager::getAppMetaData exists" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P0" id="ApplicationManager_getAppMetaData_exist">
+ <testcase purpose="check if RequestedApplicationControl method replyFailure works properly" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyFailure">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppMetaData" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyFailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check the method ApplicationManager::getAppMetaData() called with id argument" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationManager_getAppMetaData_with_id">
+ <testcase purpose="Check if replyFailure method exist and cane be overriden" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyFailure_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManager" element_type="method" element_name="getAppMetaData" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyFailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationMetaData can have new properties added" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationMetaData_extend">
+ <testcase purpose="Check if replyFailure method can be invoked with extra argument" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyFailure_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationMetaData" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyFailure" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationMetaData have key attribute with proper type, readonly, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationMetaData_key_attribute">
+ <testcase purpose="Check if RequestedApplicationControl method replyResult works properly" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyResult">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationMetaData" element_type="attribute" element_name="key" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationMetaData cannot be called as a function or in new expression" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationMetaData_notexist">
+ <testcase purpose="Check if replyResult throws exception when data is incorrect" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P2" id="RequestedApplicationControl_replyResult_data_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationMetaData" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if ApplicationMetaData have value attribute with proper type, readonly, not null" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationMetaData_value_attribute">
+ <testcase purpose="Check if replyResult method exist and cane be overriden" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyResult_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationMetaData" element_type="attribute" element_name="value" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if ApplicationManagerObject not exist" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P3" id="ApplicationManagerObject_notexist">
+ <testcase purpose="Check if RequestedApplicationControl method replyCallback called with data param works properly" type="compliance" onload_delay="30" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="RequestedApplicationControl_replyResult_with_data">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="ApplicationManagerObject" usage="true" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="RequestedApplicationControl" element_type="method" element_name="replyResult" specification="Application" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
<test_definition>
<suite name="tct-application-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Application">
- <testcase purpose="check if ApplicationContext notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_notexist">
+ <testcase purpose="check if ApplicationCertificate possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationContext possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_extend">
+ <testcase purpose="check if ApplicationCertificate notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationContext.id attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_id_attribute">
+ <testcase purpose="check ApplicationCertificate.type attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_type_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationContext.appId attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_appId_attribute">
+ <testcase purpose="check ApplicationCertificate.value attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_value_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_exist">
+ <testcase purpose="Check if ApplicationContextArraySuccessCallback cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContextArraySuccessCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="test whether constructor with non-optional argument are supported" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_constructor_minargs">
+ <testcase purpose="Check if ApplicationContextArraySuccessCallback onsuccess is called and if its arguments have proper type" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContextArraySuccessCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="test whether constructor with all arguments are supported" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_constructor">
+ <testcase purpose="check ApplicationContext.appId attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_appId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationControl possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_extend">
+ <testcase purpose="check if ApplicationContext possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationControl.operation attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_operation_attribute">
+ <testcase purpose="check ApplicationContext.id attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_id_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationControl.uri attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_uri_attribute">
+ <testcase purpose="check if ApplicationContext notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContext_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContext_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationControl.mime attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_mime_attribute">
+ <testcase purpose="check if ApplicationControlDataArrayReplyCallback notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlDataArrayReplyCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationControl.category attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_category_attribute">
+ <testcase purpose="check onfailure listener in ApplicationControlDataArrayReplyCallback" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlDataArrayReplyCallback_onfailure">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationControl.data attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_data_attribute">
+ <testcase purpose="check argument passed into method who is onsuccess listener in ApplicationControlDataArrayReplyCallback" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlDataArrayReplyCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationCertificate notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_notexist">
+ <testcase purpose="Check if ApplicationControlData constructor works" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_constructor">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_constructor.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationManager exist in tizen" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_in_tizen">
+ <testcase purpose="Check if ApplicationControlData exist and is a constructor" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationManager notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_notexist">
+ <testcase purpose="Check if ApplicationControlData can have new properties added" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationManager possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_extend">
+ <testcase purpose="Check if ApplicationControlData have key attribute with proper type, writable, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_key_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getCurrentApplication method in ApplicationManager interface to get current Application object" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getCurrentApplication">
+ <testcase purpose="Check if ApplicationControlData have value attribute with proper type, writable, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_value_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getCurrentApplication with extra argument to get current Application object" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getCurrentApplication_extra_argument">
+ <testcase purpose="check ApplicationControl.category attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_category_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if Application notexist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_notexist">
+ <testcase purpose="test whether constructor with all arguments are supported" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_constructor">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method findAppControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_exist">
+ <testcase purpose="test whether constructor with non-optional argument are supported" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_constructor_minargs">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launch method (with non-optional arguments) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch">
+ <testcase purpose="check ApplicationControl.data attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_data_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method launch exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_exist">
+ <testcase purpose="check if ApplicationControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method kill exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_exist">
+ <testcase purpose="check if ApplicationControl possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launch method (with optional argument successCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_with_successCallback">
+ <testcase purpose="check ApplicationControl.mime attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_mime_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launch method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_with_errorCallback">
+ <testcase purpose="check ApplicationControl.operation attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_operation_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onSuccess' (launch) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_successCallback_TypeMismatch">
+ <testcase purpose="check ApplicationControl.uri attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControl_uri_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onError' (launch) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_errorCallback_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformationArraySuccessCallback cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformationArraySuccessCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method launchAppControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_exist">
+ <testcase purpose="Check if ApplicationInformationArraySuccessCallback onsuccess is called and if its arguments have proper type" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformationArraySuccessCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (on success) was passed" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_successCallback_invalid_cb">
+ <testcase purpose="check if ApplicationInformationEventCallback notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformationEventCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (on error) was passed" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_errorCallback_invalid_cb">
+ <testcase purpose="check argument passed into method which is oninstalled listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_oninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
+ <expected>properly argument</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation">
+ <testcase purpose="check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_onuninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
+ <expected>properly argument</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation and MIME type of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation_mime">
+ <testcase purpose="check argument passed into method which is onupdated listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_onupdated">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
+ <expected>properly argument</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation and URI of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation_uri">
+ <testcase purpose="Check if ApplicationInformation have categories attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_categories_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with operation, URI and MIME type of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation_uri_mime">
+ <testcase purpose="Check if ApplicationInformation can have new properties added" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method with explicit application ID in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_id">
+ <testcase purpose="Check if ApplicationInformation have iconPath attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_iconPath_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="launchAppControl - check with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_missarg">
+ <testcase purpose="Check if ApplicationInformation have id attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_id_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with optional argument successCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_successCallback">
+ <testcase purpose="Check if ApplicationInformation have installDate attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_installDate_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_errorCallback">
+ <testcase purpose="Check if ApplicationInformation have name attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_name_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onSuccess' (launchAppControl) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_successCallback_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformation cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onError' (launchAppControl) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_errorCallback_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformation have packageId attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_packageId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check non-optional argument ApplicationControl type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_appControl_TypeMismatch">
+ <testcase purpose="Check if ApplicationInformation have show attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_show_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_successCallback_invalid_cb">
+ <testcase purpose="Check if ApplicationInformation have size attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_size_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_errorCallback_invalid_cb">
+ <testcase purpose="Check if ApplicationInformation have version attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_version_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_appControl_invalid_obj">
+ <testcase purpose="check if ApplicationManagerObject not exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManagerObject_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using launchAppControl method (with optional argument replyCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_replyCallback">
+ <testcase purpose="check non-optional argument 'ApplicationInformationEventCallback' type conversion" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onReply' type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_replyCallback_TypeMismatch">
+ <testcase purpose="check if an exception was thrown when a fake callback was passed into addAppInfoEventListener method" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onReply) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_replyCallback_invalid_cb">
+ <testcase purpose="check if method addAppInfoEventListener exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using findAppControl method (with non-optional arguments) in ApplicationManager interface to get ApplicationsInformation of applications can be launched with the given application control" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl">
+ <testcase purpose="check addAppInfoEventListener with missing non-optional ApplicationInformationEventCallback argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check findAppControl with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_missarg">
+ <testcase purpose="check using addAppInfoEventListener method (installation process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_oninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
+ <expected>listener was added with successfully</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using findAppControl method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_with_errorCallback">
+ <testcase purpose="check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_onuninstalled">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
+ <expected>listener was added with successfully</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check non-optional argument ApplicationControl (findAppControl method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_appControl_TypeMismatch">
+ <testcase purpose="check using addAppInfoEventListener method (updating process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_onupdated">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html</test_script_entry>
+ <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+ <steps>
+ <step order="1">
+ <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
+ <expected>listener was added with successfully</expected>
+ </step>
+ </steps>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check findAppControl with missing non-optional successCallback argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_successCallback_missarg">
+ <testcase purpose="check if ApplicationManager possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into findAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_appControl_invalid_obj">
+ <testcase purpose="check using findAppControl method (with non-optional arguments) in ApplicationManager interface to get ApplicationsInformation of applications can be launched with the given application control" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check non-optional argument successCallback (findAppControl method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_successCallback_TypeMismatch">
+ <testcase purpose="check non-optional argument ApplicationControl (findAppControl method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_appControl_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into findAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_successCallback_invalid_cb">
+ <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into findAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_appControl_invalid_obj">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check optional argument errorCallback (findAppControl method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_errorCallback_TypeMismatch">
<test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getAppsContext exist and can be overriden" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_exist">
+ <testcase purpose="check if method findAppControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getAppContext exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppContext_exist">
+ <testcase purpose="check findAppControl with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppsContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationsContext of applications that are currently running on a device" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext">
+ <testcase purpose="check non-optional argument successCallback (findAppControl method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationContext of current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppContext">
+ <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into findAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getAppsInfo exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_exist">
+ <testcase purpose="check findAppControl with missing non-optional successCallback argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_successCallback_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="getAppsContext - check with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_missarg">
+ <testcase purpose="check using findAppControl method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_findAppControl_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppsContext method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_with_errorCallback">
+ <testcase purpose="check using getAppCerts method (with non-optional arguments) in ApplicationManager interface to get application certificates for current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppCerts">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check non-optional argument successCallback (getAppsContext method) type conversion" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_successCallback_TypeMismatch">
+ <testcase purpose="check if method getAppCerts exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppCerts_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsContext method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_successCallback_invalid_cb">
+ <testcase purpose="check using getAppCerts method (with id argument) in ApplicationManager interface to get application certificates" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppCerts_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument errorCallback (getAppsContext method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_errorCallback_TypeMismatch">
+ <testcase purpose="check using getAppContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationContext of current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppContext">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsContext method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_errorCallback_invalid_cb">
+ <testcase purpose="check if method getAppContext exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppContext_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check using getAppContext method (with optional argument contextId) in ApplicationManager interface to get ApplicationContext with given contextId" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppContext_with_contextId">
<test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppContext_with_contextId.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getAppCerts exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppCerts_exist">
+ <testcase purpose="check using getAppInfo method (with non-optional arguments) in ApplicationManager interface to get ApplicationInformation of current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppInfo">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check if method getAppInfo exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppInfo_exist">
<test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppInfo method (with non-optional arguments) in ApplicationManager interface to get ApplicationInformation of current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppInfo">
- <description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html</test_script_entry>
- </description>
- </testcase>
<testcase purpose="check using getAppInfo method (with optional argument ApplicationId) in ApplicationManager interface to get ApplicationInformation with given ApplicationId" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppInfo_with_id">
<description>
<test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppsInfo method (with non-optional arguments) in ApplicationManager interface" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo">
+ <testcase purpose="Check the method ApplicationManager::getAppMetaData() called without arguments" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppMetaData">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method addAppInfoEventListener exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_exist">
+ <testcase purpose="check if method ApplicationManager::getAppMetaData exists" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppMetaData_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="ApplicationManager.getAppsInfo - check with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_missarg">
+ <testcase purpose="Check the method ApplicationManager::getAppMetaData() called with id argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppMetaData_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppsInfo method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_with_errorCallback">
+ <testcase purpose="check using getAppSharedURI method (with non-optional arguments) in ApplicationManager interface to get URI shared directory of current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppSharedURI">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check non-optional argument successCallback (getAppsInfo method) type conversion" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_successCallback_TypeMismatch">
+ <testcase purpose="check if method getAppSharedURI exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppSharedURI_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsInfo method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_successCallback_invalid_cb">
+ <testcase purpose="check using getAppSharedURI method (with optional argument ApplicationId) in ApplicationManager interface to get URI shared directory of application with given ApplicationId" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppSharedURI_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument errorCallback (getAppsInfo method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_errorCallback_TypeMismatch">
+ <testcase purpose="check using getAppsContext method (with non-optional arguments) in ApplicationManager interface to get ApplicationsContext of applications that are currently running on a device" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsInfo method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_errorCallback_invalid_cb">
+ <testcase purpose="check optional argument errorCallback (getAppsContext method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getCurrentApplication exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getCurrentApplication_exist">
+ <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsContext method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if Application possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="Application_extend">
+ <testcase purpose="check if method getAppsContext exist and can be overriden" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check Application.appInfo attribute" component="TizenAPI/Application/Application" execution_type="auto" id="Application_appInfo_attribute">
+ <testcase purpose="getAppsContext - check with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_appInfo_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check Application.ContextId attribute" component="TizenAPI/Application/Application" execution_type="auto" id="Application_ContextId_attribute">
+ <testcase purpose="check non-optional argument successCallback (getAppsContext method) type conversion" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_ContextId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method Application.exit exist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_exit_exist">
+ <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsContext method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using exit method (with non-optional arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_exit">
+ <testcase purpose="check using getAppsContext method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsContext_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method Application.hide exist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_hide_exist">
+ <testcase purpose="check using getAppsInfo method (with non-optional arguments) in ApplicationManager interface" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using hide method (with non-optional arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_hide">
+ <testcase purpose="check optional argument errorCallback (getAppsInfo method) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using hide method (with extra arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_hide_extra_argument">
+ <testcase purpose="check if an exception was thrown when a fake callback (onerror) was passed into getAppsInfo method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method Application.getRequestedAppControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_getRequestedAppControl_exist">
+ <testcase purpose="check if method getAppsInfo exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getRequestedAppControl method (with non-optional arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_getRequestedAppControl">
+ <testcase purpose="ApplicationManager.getAppsInfo - check with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getRequestedAppControl method (with extra argument) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_getRequestedAppControl_extra_argument">
+ <testcase purpose="check non-optional argument successCallback (getAppsInfo method) type conversion" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationContextArraySuccessCallback cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContextArraySuccessCallback_notexist">
+ <testcase purpose="check if an exception was thrown when a fake callback (onsuccess) was passed into getAppsInfo method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationContextArraySuccessCallback onsuccess is called and if its arguments have proper type" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationContextArraySuccessCallback_onsuccess">
+ <testcase purpose="check using getAppsInfo method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppsInfo_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationControlData constructor works" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_constructor">
+ <testcase purpose="check using getCurrentApplication method in ApplicationManager interface to get current Application object" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getCurrentApplication">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationControlData exist and is a constructor" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_exist">
+ <testcase purpose="check if method getCurrentApplication exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getCurrentApplication_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationControlData can have new properties added" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_extend">
+ <testcase purpose="check using getCurrentApplication with extra argument to get current Application object" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getCurrentApplication_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationControlData have key attribute with proper type, writable, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_key_attribute">
+ <testcase purpose="check if ApplicationManager exist in tizen" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_in_tizen">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationControlData have value attribute with proper type, writable, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlData_value_attribute">
+ <testcase purpose="check using kill method (with non-optional arguments) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformationArraySuccessCallback cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformationArraySuccessCallback_notexist">
+ <testcase purpose="check optional argument 'onError' (kill) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformationArraySuccessCallback onsuccess is called and if its arguments have proper type" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformationArraySuccessCallback_onsuccess">
+ <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into kill method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have categories attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_categories_attribute">
+ <testcase purpose="check if method kill exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation can have new properties added" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_extend">
+ <testcase purpose="check optional argument 'onSuccess' (kill) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have iconPath attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_iconPath_attribute">
+ <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into kill method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have id attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_id_attribute">
+ <testcase purpose="check using kill method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have installDate attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_installDate_attribute">
+ <testcase purpose="check using kill method (with optional argument successCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_with_successCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have name attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_name_attribute">
+ <testcase purpose="check using launch method (with non-optional arguments) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_notexist">
+ <testcase purpose="check non-optional argument ApplicationControl type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_appControl_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have packageId attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_packageId_attribute">
+ <testcase purpose="check if an exception was thrown when a fake object (ApplicationControl) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_appControl_invalid_obj">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have show attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_show_attribute">
+ <testcase purpose="check optional argument 'onError' (launchAppControl) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have size attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_size_attribute">
+ <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationInformation have version attribute with proper type, readonly, not null" onload_delay="90" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_version_attribute">
+ <testcase purpose="check if method launchAppControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if FindAppControlSuccessCallback cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="FindAppControlSuccessCallback_notexist">
+ <testcase purpose="launchAppControl - check with missing non-optional argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_missarg">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if FindAppControlSuccessCallback onsuccess is called and if its arguments have proper type" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="FindAppControlSuccessCallback_onsuccess">
+ <testcase purpose="check optional argument 'onReply' type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_replyCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_notexist">
+ <testcase purpose="check if an exception was thrown when a fake callback (onReply) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_replyCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl can have new properties added" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_extend">
+ <testcase purpose="check optional argument 'onSuccess' (launchAppControl) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_successCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl have appControl attribute with proper type, writable, not null" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_appControl_attribute">
+ <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into launchAppControl method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_successCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationControlDataArrayReplyCallback notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlDataArrayReplyCallback_notexist">
+ <testcase purpose="check using launchAppControl method (with operation of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl have callerAppId attribute with proper type, writable, not null" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_callerAppId_attribute">
+ <testcase purpose="check using launchAppControl method (with operation and MIME type of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation_mime">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check argument passed into method who is onsuccess listener in ApplicationControlDataArrayReplyCallback" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlDataArrayReplyCallback_onsuccess">
+ <testcase purpose="check using launchAppControl method (with operation and URI of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation_uri">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if replyResult method exist and cane be overriden" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult_exist">
+ <testcase purpose="check using launchAppControl method (with operation, URI and MIME type of ApplicationControl) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_appControl_operation_uri_mime">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl method replyResult works properly" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult">
+ <testcase purpose="check using launchAppControl method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_errorCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if RequestedApplicationControl method replyCallback called with data param works properly" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult_with_data">
+ <testcase purpose="check using launchAppControl method with explicit application ID in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_id">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if replyResult throws exception when data is incorrect" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult_data_TypeMismatch">
+ <testcase purpose="check using launchAppControl method (with optional argument replyCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_replyCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if replyFailure method exist and cane be overriden" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyFailure_exist">
+ <testcase purpose="check using launchAppControl method (with optional argument successCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launchAppControl_with_successCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if RequestedApplicationControl method replyFailure works properly" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyFailure">
+ <testcase purpose="check optional argument 'onError' (launch) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_errorCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if replyFailure method can be invoked with extra argument" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyFailure_extra_argument">
+ <testcase purpose="check if an exception was thrown when a fake callback (on error) was passed" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_errorCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check onfailure listener in ApplicationControlDataArrayReplyCallback" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationControlDataArrayReplyCallback_onfailure">
+ <testcase purpose="check if method launch exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using addAppInfoEventListener method (installation process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_oninstalled">
+ <testcase purpose="check optional argument 'onSuccess' (launch) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_successCallback_TypeMismatch">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
- <expected>listener was added with successfully</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_onuninstalled">
+ <testcase purpose="check if an exception was thrown when a fake callback (on success) was passed" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_successCallback_invalid_cb">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
- <expected>listener was added with successfully</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using addAppInfoEventListener method (updating process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_onupdated">
+ <testcase purpose="check using launch method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_with_errorCallback">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
- <expected>listener was added with successfully</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check addAppInfoEventListener with missing non-optional ApplicationInformationEventCallback argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_missarg">
+ <testcase purpose="check using launch method (with optional argument successCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_launch_with_successCallback">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check non-optional argument 'ApplicationInformationEventCallback' type conversion" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch">
+ <testcase purpose="check if ApplicationManager notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback was passed into addAppInfoEventListener method" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb">
+ <testcase purpose="check using removeAppInfoEventListener method (installation process) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_removeAppInfoEventListener">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check if method removeAppInfoEventListener exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_removeAppInfoEventListener_exist">
<test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationInformationEventCallback notexist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformationEventCallback_notexist">
+ <testcase purpose="Check if ApplicationMetaData can have new properties added" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check argument passed into method which is oninstalled listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_oninstalled">
+ <testcase purpose="Check if ApplicationMetaData have key attribute with proper type, readonly, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_key_attribute">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
- <expected>properly argument</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check argument passed into method which is onupdated listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_onupdated">
+ <testcase purpose="Check if ApplicationMetaData cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_notexist">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
- <expected>properly argument</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_onuninstalled">
+ <testcase purpose="Check if ApplicationMetaData have value attribute with proper type, readonly, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_value_attribute">
<description>
- <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
- <steps>
- <step order="1">
- <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
- <expected>properly argument</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using removeAppInfoEventListener method (installation process) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_removeAppInfoEventListener">
+ <testcase purpose="check Application.ContextId attribute" component="TizenAPI/Application/Application" execution_type="auto" id="Application_ContextId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_ContextId_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getAppSharedURI exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppSharedURI_exist">
+ <testcase purpose="check Application.appInfo attribute" component="TizenAPI/Application/Application" execution_type="auto" id="Application_appInfo_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_appInfo_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppSharedURI method (with non-optional arguments) in ApplicationManager interface to get URI shared directory of current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppSharedURI">
+ <testcase purpose="check using exit method (with non-optional arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_exit">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppSharedURI method (with optional argument ApplicationId) in ApplicationManager interface to get URI shared directory of application with given ApplicationId" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppSharedURI_with_id">
+ <testcase purpose="check if method Application.exit exist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_exit_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_exit_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using kill method (with optional argument successCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_with_successCallback">
+ <testcase purpose="check if Application possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="Application_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using kill method (with non-optional arguments) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill">
+ <testcase purpose="check using getRequestedAppControl method (with non-optional arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_getRequestedAppControl">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using kill method (with optional argument errorCallback) in ApplicationManager interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_with_errorCallback">
+ <testcase purpose="check if method Application.getRequestedAppControl exist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_getRequestedAppControl_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onSuccess' (kill) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_successCallback_TypeMismatch">
+ <testcase purpose="check using getRequestedAppControl method (with extra argument) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_getRequestedAppControl_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onSuccess) was passed into kill method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_successCallback_invalid_cb">
+ <testcase purpose="check using hide method (with non-optional arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_hide">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check optional argument 'onError' (kill) type conversion" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_errorCallback_TypeMismatch">
+ <testcase purpose="check if method Application.hide exist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_hide_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake callback (onError) was passed into kill method" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_kill_errorCallback_invalid_cb">
+ <testcase purpose="check using hide method (with extra arguments) in Application interface" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="Application_hide_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_hide_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppCerts method (with non-optional arguments) in ApplicationManager interface to get application certificates for current application" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppCerts">
+ <testcase purpose="check if Application notexist" component="TizenAPI/Application/Application" execution_type="auto" id="Application_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/Application_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getAppCerts method (with id argument) in ApplicationManager interface to get application certificates" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppCerts_with_id">
+ <testcase purpose="Check if FindAppControlSuccessCallback cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="FindAppControlSuccessCallback_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationCertificate possible extend" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_extend">
+ <testcase purpose="Check if FindAppControlSuccessCallback onsuccess is called and if its arguments have proper type" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="FindAppControlSuccessCallback_onsuccess">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationCertificate.type attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_type_attribute">
+ <testcase purpose="Check if RequestedApplicationControl have appControl attribute with proper type, writable, not null" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_appControl_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check ApplicationCertificate.value attribute" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationCertificate_value_attribute">
+ <testcase purpose="Check if RequestedApplicationControl have callerAppId attribute with proper type, writable, not null" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_callerAppId_attribute">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check the method ApplicationManager::getAppMetaData() called without arguments" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppMetaData">
+ <testcase purpose="Check if RequestedApplicationControl can have new properties added" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_extend">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ApplicationManager::getAppMetaData exists" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppMetaData_exist">
+ <testcase purpose="Check if RequestedApplicationControl cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_notexist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check the method ApplicationManager::getAppMetaData() called with id argument" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManager_getAppMetaData_with_id">
+ <testcase purpose="check if RequestedApplicationControl method replyFailure works properly" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyFailure">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationMetaData can have new properties added" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_extend">
+ <testcase purpose="Check if replyFailure method exist and cane be overriden" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyFailure_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationMetaData have key attribute with proper type, readonly, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_key_attribute">
+ <testcase purpose="Check if replyFailure method can be invoked with extra argument" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyFailure_extra_argument">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationMetaData cannot be called as a function or in new expression" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_notexist">
+ <testcase purpose="Check if RequestedApplicationControl method replyResult works properly" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if ApplicationMetaData have value attribute with proper type, readonly, not null" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationMetaData_value_attribute">
+ <testcase purpose="Check if replyResult throws exception when data is incorrect" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult_data_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if ApplicationManagerObject not exist" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationManagerObject_notexist">
+ <testcase purpose="Check if replyResult method exist and cane be overriden" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult_exist">
<description>
- <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase purpose="Check if RequestedApplicationControl method replyCallback called with data param works properly" onload_delay="30" component="TizenAPI/Application/Application" execution_type="auto" id="RequestedApplicationControl_replyResult_with_data">
+ <description>
+ <test_script_entry>/opt/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html</test_script_entry>
</description>
</testcase>
</set>