+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- JungHyuk, Park <junghyuk.park@samsung.com>
-
--->
-<html>
-<head>
-<title>AppControl_browse_webpage</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-<script src="support/appcontrol_common.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: AppControl_browse_webpage
-//==== LABEL Check if application for browsing webpage is available (file, http and https)
-//==== PRIORITY P1
-//==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
-//==== TEST_CRITERIA MR
-
-var t = async_test(document.title), appcontrol1, appcontrol2;
-
-t.step(function () {
- // Use case: Browse a web page
-
- // operation: http://tizen.org/appcontrol/operation/view
- // uri: http
- appcontrol1 = new tizen.ApplicationControl(
- "http://tizen.org/appcontrol/operation/view",
- TEST_URL_HTTP);
-
- // operation: http://tizen.org/appcontrol/operation/view
- // uri: https
- appcontrol2 = new tizen.ApplicationControl(
- "http://tizen.org/appcontrol/operation/view",
- TEST_URL_HTTPS);
-
- checkAppControls(t, [appcontrol1, appcontrol2]);
-});
-
-</script>
-</body>
-</html>
<test_definition>
<suite category="Tizen Web Device APIs" extension="crosswalk" name="tct-appcontrol-tizen-tests">
<set name="AppControl" type="js">
- <testcase purpose="Check if application for browsing webpage is available (file, http and https)" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_browse_webpage">
- <description>
- <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.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_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 for playing a sound is available (aac, amr, mid, mp3, wac)" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_play_sound">
<description>
<test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html</test_script_entry>
<suite category="Tizen Web Device APIs" extension="crosswalk" name="tct-appcontrol-tizen-tests">
<set name="AppControl_mobile" type="js">
<capabilities>
- <capability name="http://tizen.org/feature/profile"><value>MOBILE_FULL</value></capability>
+ <capability name="http://tizen.org/feature/profile"><value>MOBILE</value></capability>
</capabilities>
- <testcase purpose="Check if application for browsing webpage is available (file, http and https)" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_browse_webpage">
- <description>
- <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html</test_script_entry>
- </description>
- </testcase>
+
<testcase purpose="Check if application for playing a sound is available (aac, amr, mid, mp3, wac)" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_play_sound">
<description>
<test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html</test_script_entry>