From 9212f3fc935afac15de39010e57fa4b84cabc495 Mon Sep 17 00:00:00 2001 From: Fan Yugang Date: Fri, 14 Jun 2013 08:54:41 +0000 Subject: [PATCH] Revert "Fixed TTS-1547 to update some case issue in WRT test suites" This reverts commit 2e24fcd0d5315e9bc268a770307b39ce73ab7cf0 Change-Id: Id4cd5294eab21d5e7e8f9389c5d94550a569f48e --- .../app-widget-box-label-null/box/index.html | 45 +++ .../app-widget-box-label-null/config.xml | 17 ++ .../app-widget-box-label-null/icon.png | Bin 0 -> 3777 bytes .../app-widget-box-label-null/index.html | 45 +++ .../app-widget-box-label-null/pd/index.html | 45 +++ .../app-widget-content-null/box/index.html | 45 +++ .../app-widget-content-null/config.xml | 17 ++ .../app-widget-content-null/icon.png | Bin 0 -> 3777 bytes .../app-widget-content-null/index.html | 45 +++ .../app-widget-content-null/pd/index.html | 45 +++ .../app-widget-icon-null/box/index.html | 45 +++ .../app-widget-icon-null/config.xml | 17 ++ tct-appwgt-wrt-tests/app-widget-icon-null/icon.png | Bin 0 -> 3777 bytes .../app-widget-icon-null/index.html | 45 +++ .../app-widget-icon-null/pd/index.html | 45 +++ tct-appwgt-wrt-tests/tests.xml | 100 ++++++- .../widget-app-box-size-null/box/index.html | 50 ++++ .../widget-app-box-size-null/config.xml | 15 + .../widget-app-box-size-null/icon.png | Bin 0 -> 3777 bytes .../widget-app-box-size-null/index.html | 45 +++ .../widget-app-box-size-null/pd/index.html | 51 ++++ tct-pm-wrt-tests/tests.xml | 8 +- .../app-uri-scheme-access-html/index.html | 2 +- .../app-uri-scheme-app-id-not-null/config.xml | 7 + .../app-uri-scheme-app-id-not-null/icon.png | Bin 0 -> 3777 bytes .../app-uri-scheme-app-id-not-null/index.html | 49 +++ .../app-uri-scheme-app-id-null/config.xml | 7 + .../app-uri-scheme-app-id-null/icon.png | Bin 0 -> 3777 bytes .../app-uri-scheme-app-id-null/index.html | 50 ++++ .../app-uri-scheme-for-dom-properties/index.html | 12 +- .../app-uri-scheme-for-img/config.xml | 7 + tct-rt02-wrt-tests/app-uri-scheme-for-img/icon.png | Bin 0 -> 3777 bytes .../app-uri-scheme-for-img/index.html | 49 +++ .../app-uri-scheme-for-root-origin/config.xml | 7 + .../app-uri-scheme-for-root-origin/icon.png | Bin 0 -> 3777 bytes .../app-uri-scheme-for-root-origin/index.html | 49 +++ .../app-uri-scheme-index-html/config.xml | 7 + .../app-uri-scheme-index-html/icon.png | Bin 0 -> 3777 bytes .../app-uri-scheme-index-html/index.html | 50 ++++ .../css-animation-background-default/index.html | 9 +- .../css-animation-background-enable/index.html | 9 +- .../css-animation-background-unable/index.html | 7 +- .../dom-events-div-mouse-ondrag/index.html | 54 ++-- .../dom-events-div-mouse-ondragend/index.html | 54 ++-- .../dom-events-div-mouse-ondragenter/index.html | 54 ++-- .../dom-events-div-mouse-ondragleave/index.html | 54 ++-- .../dom-events-div-mouse-ondragover/index.html | 56 ++-- .../dom-events-div-mouse-ondragstart/index.html | 56 ++-- .../dom-events-div-mouse-ondrop/index.html | 56 ++-- .../index.html | 8 +- tct-rt02-wrt-tests/other-uri-hash/index.html | 4 +- tct-rt02-wrt-tests/other-uri-index/config.xml | 7 + tct-rt02-wrt-tests/other-uri-index/custom.png | Bin 0 -> 3777 bytes tct-rt02-wrt-tests/other-uri-index/index.html | 52 ++++ tct-rt02-wrt-tests/other-uri-index/index2.html | 46 +++ tct-rt02-wrt-tests/other-uri-invalid/index.html | 6 +- tct-rt02-wrt-tests/other-uri-port/config.xml | 7 + tct-rt02-wrt-tests/other-uri-port/custom.png | Bin 0 -> 3777 bytes tct-rt02-wrt-tests/other-uri-port/index.html | 52 ++++ tct-rt02-wrt-tests/other-uri-port/index2.html | 53 ++++ .../other-uri-scheme-invalid/index.html | 6 +- .../other-uri-scheme-null/index.html | 6 +- tct-rt02-wrt-tests/other-uri-scheme/config.xml | 7 + tct-rt02-wrt-tests/other-uri-scheme/custom.png | Bin 0 -> 3777 bytes tct-rt02-wrt-tests/other-uri-scheme/index.html | 52 ++++ tct-rt02-wrt-tests/other-uri-scheme/index2.html | 53 ++++ tct-rt02-wrt-tests/tests.xml | 328 ++++++++++++++++++++- tct-ui-wrt-tests/tests.xml | 25 ++ 68 files changed, 1905 insertions(+), 237 deletions(-) create mode 100644 tct-appwgt-wrt-tests/app-widget-box-label-null/box/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-box-label-null/config.xml create mode 100644 tct-appwgt-wrt-tests/app-widget-box-label-null/icon.png create mode 100644 tct-appwgt-wrt-tests/app-widget-box-label-null/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-box-label-null/pd/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-content-null/box/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-content-null/config.xml create mode 100644 tct-appwgt-wrt-tests/app-widget-content-null/icon.png create mode 100644 tct-appwgt-wrt-tests/app-widget-content-null/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-content-null/pd/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-icon-null/box/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-icon-null/config.xml create mode 100644 tct-appwgt-wrt-tests/app-widget-icon-null/icon.png create mode 100644 tct-appwgt-wrt-tests/app-widget-icon-null/index.html create mode 100644 tct-appwgt-wrt-tests/app-widget-icon-null/pd/index.html create mode 100644 tct-appwgt-wrt-tests/widget-app-box-size-null/box/index.html create mode 100644 tct-appwgt-wrt-tests/widget-app-box-size-null/config.xml create mode 100644 tct-appwgt-wrt-tests/widget-app-box-size-null/icon.png create mode 100644 tct-appwgt-wrt-tests/widget-app-box-size-null/index.html create mode 100644 tct-appwgt-wrt-tests/widget-app-box-size-null/pd/index.html create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/config.xml create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/icon.png create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/index.html create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-app-id-null/config.xml create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-app-id-null/icon.png create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-app-id-null/index.html create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-for-img/config.xml create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-for-img/icon.png create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-for-img/index.html create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/config.xml create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/icon.png create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/index.html create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-index-html/config.xml create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-index-html/icon.png create mode 100644 tct-rt02-wrt-tests/app-uri-scheme-index-html/index.html create mode 100644 tct-rt02-wrt-tests/other-uri-index/config.xml create mode 100644 tct-rt02-wrt-tests/other-uri-index/custom.png create mode 100644 tct-rt02-wrt-tests/other-uri-index/index.html create mode 100644 tct-rt02-wrt-tests/other-uri-index/index2.html create mode 100644 tct-rt02-wrt-tests/other-uri-port/config.xml create mode 100644 tct-rt02-wrt-tests/other-uri-port/custom.png create mode 100644 tct-rt02-wrt-tests/other-uri-port/index.html create mode 100644 tct-rt02-wrt-tests/other-uri-port/index2.html create mode 100644 tct-rt02-wrt-tests/other-uri-scheme/config.xml create mode 100644 tct-rt02-wrt-tests/other-uri-scheme/custom.png create mode 100644 tct-rt02-wrt-tests/other-uri-scheme/index.html create mode 100644 tct-rt02-wrt-tests/other-uri-scheme/index2.html diff --git a/tct-appwgt-wrt-tests/app-widget-box-label-null/box/index.html b/tct-appwgt-wrt-tests/app-widget-box-label-null/box/index.html new file mode 100644 index 0000000..464ad66 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-box-label-null/box/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-box-label-null + + + + + + + +
liveBox index.html
+ + diff --git a/tct-appwgt-wrt-tests/app-widget-box-label-null/config.xml b/tct-appwgt-wrt-tests/app-widget-box-label-null/config.xml new file mode 100644 index 0000000..2b85888 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-box-label-null/config.xml @@ -0,0 +1,17 @@ + + + + + + + 1x1 + 2x1 + 2x2 + + + + + + app-widget-box-label-null + + diff --git a/tct-appwgt-wrt-tests/app-widget-box-label-null/icon.png b/tct-appwgt-wrt-tests/app-widget-box-label-null/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-appwgt-wrt-tests/app-widget-box-label-null/index.html b/tct-appwgt-wrt-tests/app-widget-box-label-null/index.html new file mode 100644 index 0000000..5594403 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-box-label-null/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-box-label-null + + + + + + + +
This is Web Application for livebox
+ + diff --git a/tct-appwgt-wrt-tests/app-widget-box-label-null/pd/index.html b/tct-appwgt-wrt-tests/app-widget-box-label-null/pd/index.html new file mode 100644 index 0000000..57af7fe --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-box-label-null/pd/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-box-label-null + + + + + + + +
PD index.html
+ + diff --git a/tct-appwgt-wrt-tests/app-widget-content-null/box/index.html b/tct-appwgt-wrt-tests/app-widget-content-null/box/index.html new file mode 100644 index 0000000..53df0b8 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-content-null/box/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-content-null + + + + + + + +
liveBox index.html
+ + diff --git a/tct-appwgt-wrt-tests/app-widget-content-null/config.xml b/tct-appwgt-wrt-tests/app-widget-content-null/config.xml new file mode 100644 index 0000000..6e5181e --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-content-null/config.xml @@ -0,0 +1,17 @@ + + + + AppWidget Content + + + 1x1 + 2x1 + 2x2 + + + + + + app-widget-content-null + + diff --git a/tct-appwgt-wrt-tests/app-widget-content-null/icon.png b/tct-appwgt-wrt-tests/app-widget-content-null/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-appwgt-wrt-tests/app-widget-content-null/index.html b/tct-appwgt-wrt-tests/app-widget-content-null/index.html new file mode 100644 index 0000000..65b1996 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-content-null/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-content-null + + + + + + + +

This is the start page file of AppWidget.

+ + diff --git a/tct-appwgt-wrt-tests/app-widget-content-null/pd/index.html b/tct-appwgt-wrt-tests/app-widget-content-null/pd/index.html new file mode 100644 index 0000000..474025e --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-content-null/pd/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-content-null + + + + + + + +
PD index.html
+ + diff --git a/tct-appwgt-wrt-tests/app-widget-icon-null/box/index.html b/tct-appwgt-wrt-tests/app-widget-icon-null/box/index.html new file mode 100644 index 0000000..29d03dc --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-icon-null/box/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-icon-null + + + + + + + +
liveBox index.html
+ + diff --git a/tct-appwgt-wrt-tests/app-widget-icon-null/config.xml b/tct-appwgt-wrt-tests/app-widget-icon-null/config.xml new file mode 100644 index 0000000..16ad88d --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-icon-null/config.xml @@ -0,0 +1,17 @@ + + + + Icon is null + + + 1x1 + 2x1 + 2x2 + + + + + + app-widget-icon-null + + diff --git a/tct-appwgt-wrt-tests/app-widget-icon-null/icon.png b/tct-appwgt-wrt-tests/app-widget-icon-null/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-appwgt-wrt-tests/app-widget-icon-null/index.html b/tct-appwgt-wrt-tests/app-widget-icon-null/index.html new file mode 100644 index 0000000..5623b76 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-icon-null/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-icon-null + + + + + + + +

This is Web Application for livebox

+ + diff --git a/tct-appwgt-wrt-tests/app-widget-icon-null/pd/index.html b/tct-appwgt-wrt-tests/app-widget-icon-null/pd/index.html new file mode 100644 index 0000000..1c158f1 --- /dev/null +++ b/tct-appwgt-wrt-tests/app-widget-icon-null/pd/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: app-widget-icon-null + + + + + + + +
PD index.html
+ + diff --git a/tct-appwgt-wrt-tests/tests.xml b/tct-appwgt-wrt-tests/tests.xml index 653de96..bdfeaaf 100644 --- a/tct-appwgt-wrt-tests/tests.xml +++ b/tct-appwgt-wrt-tests/tests.xml @@ -144,14 +144,14 @@ - + app-widget-id-null.wgt is not installed. Install app-widget-id-null.wgt with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-id-null.wgt" - PASS: if the widget installed successfully. + PASS: if the widget can not be installed. @@ -311,6 +311,31 @@ + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-box-label-null.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-box-label-null.wgt". + Get the 'application id' of app-widget-box-label-null.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-box-label-null.wgt with the command :"wrt-installer -un 'application id'" + + + Launch AppWidget viewer + PASS: if app-widget-box-label-null appWidget's icon display in the appWidget viewer. + + + Check the app-widget-box-label appwidget label + PASS: if the label is null(only displayed id -- wrt6awp010.appwidgetboxlabelnull) in appwidget list + + + + + + + + + + When Web Application is unstalled, instances of its Web AppWidget on AppWidget Viewer SHOULD be all removed + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt". @@ -332,6 +357,27 @@ + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-icon-null.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-icon-null.wgt". + Get the 'application id' of app-widget-icon-null.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-icon-null.wgt with the command :"wrt-installer -un 'application id'" + + + Launch AppWidget viewer + PASS: if app-widget-icon-null appWidget's icon is nothing. + + + + + + + + + + When Web Application is unstalled, instances of its Web AppWidget on AppWidget Viewer SHOULD be all removed + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt". @@ -361,6 +407,27 @@ + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-content-null.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-content-null.wgt". + Get the 'application id' of app-widget-content-null.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-content-null.wgt with the command :"wrt-installer -un 'application id'" + + + Launch AppWidget viewer + PASS: if livebox icon and title of app-widget-content-null widget are not displayed in livebox list. + + + + + + + + + + When Web Application is unstalled, instances of its Web AppWidget on AppWidget Viewer SHOULD be all removed + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-mouse-event-true.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-mouse-event-true.wgt". @@ -912,6 +979,35 @@ + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";widget-app-box-size-null.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/widget-app-box-size-null.wgt". + Get the 'application id' of widget-app-box-size-null.wgt with the command :"wrt-launcher -l" and uninstall the widget-app-box-size-null.wgt with the command :"wrt-installer -un 'application id'" + + + Launch AppWidget viewer + PASS: if widget-app-box-size-null appWidget's icon displays in the appWidget viewer. + + + Touch the 'box size null' icon + PASS: if the box is loaded successfully. + + + Check the livsbox's size + PASS: if the livebox's size is 175x175. + + + + + + + + + + When Web Application is unstalled, instances of its Web AppWidget on AppWidget Viewer SHOULD be all removed + + + Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";widget-app-box-icon-more.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/widget-app-box-icon-more.wgt". diff --git a/tct-appwgt-wrt-tests/widget-app-box-size-null/box/index.html b/tct-appwgt-wrt-tests/widget-app-box-size-null/box/index.html new file mode 100644 index 0000000..bc87200 --- /dev/null +++ b/tct-appwgt-wrt-tests/widget-app-box-size-null/box/index.html @@ -0,0 +1,50 @@ + + + + + + WRT Test: widget-app-box-size-null + + + + + + + AppWidget + + + +
+
liveBox index.html
+ + diff --git a/tct-appwgt-wrt-tests/widget-app-box-size-null/config.xml b/tct-appwgt-wrt-tests/widget-app-box-size-null/config.xml new file mode 100644 index 0000000..ff6437a --- /dev/null +++ b/tct-appwgt-wrt-tests/widget-app-box-size-null/config.xml @@ -0,0 +1,15 @@ + + + + + + + box size null + + + + + + + widget-app-box-size-null + diff --git a/tct-appwgt-wrt-tests/widget-app-box-size-null/icon.png b/tct-appwgt-wrt-tests/widget-app-box-size-null/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-appwgt-wrt-tests/widget-app-box-size-null/index.html b/tct-appwgt-wrt-tests/widget-app-box-size-null/index.html new file mode 100644 index 0000000..244d1c0 --- /dev/null +++ b/tct-appwgt-wrt-tests/widget-app-box-size-null/index.html @@ -0,0 +1,45 @@ + + + + + + WRT Test: widget-app-box-size-null + + + + + + + +
This is the start page file of AppWidget.
+ + diff --git a/tct-appwgt-wrt-tests/widget-app-box-size-null/pd/index.html b/tct-appwgt-wrt-tests/widget-app-box-size-null/pd/index.html new file mode 100644 index 0000000..c9ee196 --- /dev/null +++ b/tct-appwgt-wrt-tests/widget-app-box-size-null/pd/index.html @@ -0,0 +1,51 @@ + + + + + + WRT Test: widget-app-box-size-null + + + + + + + Test + + + +

+
+
PD index.html
+ + diff --git a/tct-pm-wrt-tests/tests.xml b/tct-pm-wrt-tests/tests.xml index 1f55da0..3346527 100644 --- a/tct-pm-wrt-tests/tests.xml +++ b/tct-pm-wrt-tests/tests.xml @@ -173,7 +173,7 @@
- + Make sure the Sample-widget.wgt is not installed. Get the 'application id' of Sample-widget.wgt with the command :"wrt-launcher -l" and uninstall the Sample-widget.wgt with the command :"wrt-installer -un 'application id'" @@ -184,7 +184,7 @@ Install the widget with the command : wrt-installer -i /opt/tct-pm-wrt-tests/the Sample-widget app again. - Pass if the webapp can be installed (for update). + Pass if the webapp cannot be installed. @@ -273,7 +273,7 @@ - + Make sure the widget-version-1.wgt and widget-version-1-1.wgt are not installed. Get the 'application id' of widget-version-1.wgt and widget-version-1-1.wgt with the command :"wrt-launcher -l" and uninstall the widget-version-1.wgt and widget-version-1-1.wgt with the command :"wrt-installer -un 'application id'" @@ -296,7 +296,7 @@ Access to the widget-version-1-1.wgt resources folder, and check if the 'data' folder exists - Pass if "data" folder is not exist. + Pass if "data" folder is still there diff --git a/tct-rt02-wrt-tests/app-uri-scheme-access-html/index.html b/tct-rt02-wrt-tests/app-uri-scheme-access-html/index.html index 87ecd6d..8764aa3 100644 --- a/tct-rt02-wrt-tests/app-uri-scheme-access-html/index.html +++ b/tct-rt02-wrt-tests/app-uri-scheme-access-html/index.html @@ -40,6 +40,6 @@ Authors: -

Pass : is you see the message

+

Pass : if you see this message.

diff --git a/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/config.xml b/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/config.xml new file mode 100644 index 0000000..2552028 --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/config.xml @@ -0,0 +1,7 @@ + + + + + + app-uri-scheme-app-id-not-null + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/icon.png b/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/index.html b/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/index.html new file mode 100644 index 0000000..720d472 --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null/index.html @@ -0,0 +1,49 @@ + + + + + + + + WRT Test : app-uri-scheme-app-id-not-null + + + + + +

Pass : If you see a picture on the screen

+ + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/config.xml b/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/config.xml new file mode 100644 index 0000000..8e99460 --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/config.xml @@ -0,0 +1,7 @@ + + + + + + app-uri-scheme-app-id-null + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/icon.png b/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/index.html b/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/index.html new file mode 100644 index 0000000..b4377c0 --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-app-id-null/index.html @@ -0,0 +1,50 @@ + + + + + + + + WRT Test : app-uri-scheme-app-id-null + + + + + +

PASS: If you can not see a picture on the screen

+ + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties/index.html b/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties/index.html index 3cad197..5a2108b 100644 --- a/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties/index.html +++ b/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties/index.html @@ -53,14 +53,14 @@ Authors: var _my_image_path = "widget://Lighthouse.jpg"; document.getElementById("_img_id").setAttribute("src", _my_image_path); if (document.getElementById("_img_id").getAttribute("src") == _my_image_path) { - alert("Pass : true"); + alert("Pass : True"); } } function testForButMp3() { var _my_mp3_path = "widget://Kalimba.mp3"; document.getElementById("_my_mp3").setAttribute("src", _my_mp3_path); if (document.getElementById("_my_mp3").getAttribute("src") == _my_mp3_path) { - alert("Pass : true"); + alert("Pass : True"); } } function changeForTxt() { @@ -81,16 +81,16 @@ Authors: - + - + - + - +
Pass : When you click me you will see "True" Pass : when you click me, a dialog with message "Pass : True" will be popped up.
Pass : When you click me you will see "True" Pass : when you click me, a dialog with message "Pass : True" will be popped up.
diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-img/config.xml b/tct-rt02-wrt-tests/app-uri-scheme-for-img/config.xml new file mode 100644 index 0000000..5410b2b --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-for-img/config.xml @@ -0,0 +1,7 @@ + + + + + + app-uri-scheme-for-img + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-img/icon.png b/tct-rt02-wrt-tests/app-uri-scheme-for-img/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-img/index.html b/tct-rt02-wrt-tests/app-uri-scheme-for-img/index.html new file mode 100644 index 0000000..3926c75 --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-for-img/index.html @@ -0,0 +1,49 @@ + + + + + + + + WRT Test : app-uri-scheme-for-img + + + + + +

Pass : if you see a picture on the screen

+ + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/config.xml b/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/config.xml new file mode 100644 index 0000000..2b3fd4d --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/config.xml @@ -0,0 +1,7 @@ + + + + + + app-uri-scheme-for-root-origin + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/icon.png b/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/index.html b/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/index.html new file mode 100644 index 0000000..23c7760 --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin/index.html @@ -0,0 +1,49 @@ + + + + + + + + WRT Test : app-uri-scheme-for-root-origin + + + + + +

Pass : if you see a picture on the screen

+ + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-index-html/config.xml b/tct-rt02-wrt-tests/app-uri-scheme-index-html/config.xml new file mode 100644 index 0000000..c36027a --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-index-html/config.xml @@ -0,0 +1,7 @@ + + + + + + app-uri-scheme-index-html + diff --git a/tct-rt02-wrt-tests/app-uri-scheme-index-html/icon.png b/tct-rt02-wrt-tests/app-uri-scheme-index-html/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/app-uri-scheme-index-html/index.html b/tct-rt02-wrt-tests/app-uri-scheme-index-html/index.html new file mode 100644 index 0000000..7625c4d --- /dev/null +++ b/tct-rt02-wrt-tests/app-uri-scheme-index-html/index.html @@ -0,0 +1,50 @@ + + + + + + + + WRT Test : app-uri-scheme-index-html + + + + + +

Pass : if you see a picture on the screen

+ + + diff --git a/tct-rt02-wrt-tests/css-animation-background-default/index.html b/tct-rt02-wrt-tests/css-animation-background-default/index.html index 8fea144..658042b 100644 --- a/tct-rt02-wrt-tests/css-animation-background-default/index.html +++ b/tct-rt02-wrt-tests/css-animation-background-default/index.html @@ -66,10 +66,10 @@ Authors:

CSS3 Animation Test:
- 1.When the moving block turn to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
- Expcted:turn to the home screen.
- 2.Hold on longer than 10 seconds then turn back to this page by click the icon on the home screen or use the command "wrt-launcher -s wrt3css172".
- Expcted:the block turned into bule color and the right-side of the block arrived at 500px and slowly moving to the right
+ 1.When the moving block turns to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
+ Expcted:it turned to the home screen.
+ 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css172".
+ Expcted:the block continuously turning the color from yellow to blue, and became dark bule when arrived at 500px.

0px- - - - - - - - - - - - - - - - - - - 300px - - - - - - - - - - - - 500px

@@ -78,4 +78,3 @@ Authors: - diff --git a/tct-rt02-wrt-tests/css-animation-background-enable/index.html b/tct-rt02-wrt-tests/css-animation-background-enable/index.html index 2df6ac9..66e39a1 100644 --- a/tct-rt02-wrt-tests/css-animation-background-enable/index.html +++ b/tct-rt02-wrt-tests/css-animation-background-enable/index.html @@ -64,10 +64,10 @@ Authors:

CSS3 Animation Test:
- 1.When the moving block turn to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
- Expcted:turn to the home screen.
- 2.Hold on longer than 10 seconds then turn back to this page by click the icon on the home screen or use the command "wrt-launcher -s wrt3css171".
- Expcted:the block continue turn the color from yellow to blue, and became really bule when arrived at 500px
+ 1.When the moving block turns to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
+ Expcted:it turned to the home screen.
+ 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css171".
+ Expcted:the block continuously turning the color from yellow to blue, and became dark bule when arrived at 500px.

0px- - - - - - - - - - - - - - - - - - - 300px - - - - - - - - - - - - 500px

@@ -76,4 +76,3 @@ Authors: - diff --git a/tct-rt02-wrt-tests/css-animation-background-unable/index.html b/tct-rt02-wrt-tests/css-animation-background-unable/index.html index a4511c8..5b65375 100644 --- a/tct-rt02-wrt-tests/css-animation-background-unable/index.html +++ b/tct-rt02-wrt-tests/css-animation-background-unable/index.html @@ -65,9 +65,9 @@ Authors:

CSS3 Animation Test:
1.When the moving block turn to yellow color (the right-side of the block arrived in 300px), press the "Home" button on device.
- Expcted:turn to the home screen.
- 2.Hold on longer than 10 seconds then turn back to this page by click the icon on the home screen or use the command "wrt-launcher -s wrt3css170".
- Expcted:the block turned into bule color and the right-side of the block arrived at 500px and slowly moving to the right
+ Expcted:it turned to the home screen.
+ 2.Wait for more than 10 seconds and then turn back to this widget by clicking the icon on the home screen or using the command "wrt-launcher -s wrt3css170".
+ Expcted:the block continuously turning the color from yellow to blue, and became dark bule when arrived at 500px.

0px- - - - - - - - - - - - - - - - - - - 300px - - - - - - - - - - - - 500px

@@ -76,4 +76,3 @@ Authors: - diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondrag/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondrag/index.html index 465548b..6009299 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondrag/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondrag/index.html @@ -34,45 +34,45 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondrag -

Please put the picture drag-and-drop to rectangular:

-
- - +

Please drag-and-drop the picture to the rectangular:

+
+ + diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragend/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragend/index.html index 928d694..5745a15 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragend/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragend/index.html @@ -34,45 +34,45 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondragend -

Please put the picture drag-and-drop to rectangular:

-
- - +

Please drag-and-drop the picture to the rectangular:

+
+ + diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragenter/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragenter/index.html index b56c7ae..96c0946 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragenter/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragenter/index.html @@ -34,45 +34,45 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondragenter -

Please put the picture drag-and-drop to rectangular:

-
- - +

Please drag-and-drop the picture to the rectangular:

+
+ + diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragleave/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragleave/index.html index 625d66c..910bfaa 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragleave/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragleave/index.html @@ -34,45 +34,45 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondragleave -

Please put the picture drag-and-drop to rectangular:

-
- - +

Please drag-and-drop the picture to the rectangular, then drag-and-drop the picture to the rectangular outside:

+
+ + diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragover/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragover/index.html index e79aed5..ed92112 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragover/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragover/index.html @@ -34,46 +34,46 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondragover -

Please put the picture drag-and-drop to rectangular:

-
- - +

Please drag-and-drop the picture to the rectangular:

+
+ + diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragstart/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragstart/index.html index 203f313..6b409c2 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondragstart/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondragstart/index.html @@ -34,46 +34,46 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondragstart -

Please put the picture drag-and-drop to rectangular:

-
-
- - +

Please drag-and-drop the picture to the rectangular:

+
+
+ + diff --git a/tct-rt02-wrt-tests/dom-events-div-mouse-ondrop/index.html b/tct-rt02-wrt-tests/dom-events-div-mouse-ondrop/index.html index dab27dc..4b0f948 100644 --- a/tct-rt02-wrt-tests/dom-events-div-mouse-ondrop/index.html +++ b/tct-rt02-wrt-tests/dom-events-div-mouse-ondrop/index.html @@ -34,46 +34,46 @@ Authors: + content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + content="Tizen basic template generated by Tizen Web IDE" /> WRT Test: dom-events-div-mouse-ondrop -

Please put the picture drag-and-drop to rectangular:

-
-
- - +

Please drag-and-drop the picture to the rectangular:

+
+
+ + diff --git a/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html b/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html index e0867a7..df5e494 100644 --- a/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html +++ b/tct-rt02-wrt-tests/lifecycle-page-visibility-visibilitychange/index.html @@ -50,12 +50,10 @@ Authors: -

1.Press the home key to hidden the widget

-

2.Hold on home key for 3 seconds and switch back to the widget

-

3.Look at the result is Pass or Fail

+

1.Press the home key to hide the widget.

+

2.Hold on home key for 3 seconds and switch back to the widget.

+

3.Observe the result.

Result:

Fail

- - diff --git a/tct-rt02-wrt-tests/other-uri-hash/index.html b/tct-rt02-wrt-tests/other-uri-hash/index.html index df2d65a..63c5fd0 100644 --- a/tct-rt02-wrt-tests/other-uri-hash/index.html +++ b/tct-rt02-wrt-tests/other-uri-hash/index.html @@ -45,8 +45,8 @@ Authors: -

1.Press the button "Launch"

-

Pass if turn to another page,then the screen shows "pass".

+

1.Press the button "Launch".

+

Pass : if it turns to another page, and the screen shows "Pass" in the new page.

diff --git a/tct-rt02-wrt-tests/other-uri-index/config.xml b/tct-rt02-wrt-tests/other-uri-index/config.xml new file mode 100644 index 0000000..b1e5443 --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-index/config.xml @@ -0,0 +1,7 @@ + + + + + other-uri-index + + \ No newline at end of file diff --git a/tct-rt02-wrt-tests/other-uri-index/custom.png b/tct-rt02-wrt-tests/other-uri-index/custom.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/other-uri-index/index.html b/tct-rt02-wrt-tests/other-uri-index/index.html new file mode 100644 index 0000000..9774fbc --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-index/index.html @@ -0,0 +1,52 @@ + + + + + + WRT Test: other-uri-index + + + + + + + + +

1.Press the button "Launch".

+

Pass : if it turns to another page.

+ + + diff --git a/tct-rt02-wrt-tests/other-uri-index/index2.html b/tct-rt02-wrt-tests/other-uri-index/index2.html new file mode 100644 index 0000000..707b4fa --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-index/index2.html @@ -0,0 +1,46 @@ + + + + + + WRT Test: other-uri-index-test + + + + + + + +




+

Pass

+ + diff --git a/tct-rt02-wrt-tests/other-uri-invalid/index.html b/tct-rt02-wrt-tests/other-uri-invalid/index.html index 2191b7f..653568b 100644 --- a/tct-rt02-wrt-tests/other-uri-invalid/index.html +++ b/tct-rt02-wrt-tests/other-uri-invalid/index.html @@ -45,14 +45,14 @@ Authors: var img = document.createElement("img"); img.src = "widget://abcde/custom.png"; document.body.appendChild(img); - document.write("the pictures can not be appeared"); + document.write("There is no picture can be shown."); }
-

1.Press the button "Launch"

-

Pass if the pictures can not be appeared on the screen.

+

1.Press the button "Launch".

+

Pass : if no picture can be shown on the screen.

diff --git a/tct-rt02-wrt-tests/other-uri-port/config.xml b/tct-rt02-wrt-tests/other-uri-port/config.xml new file mode 100644 index 0000000..fb29341 --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-port/config.xml @@ -0,0 +1,7 @@ + + + + + other-uri-port + + diff --git a/tct-rt02-wrt-tests/other-uri-port/custom.png b/tct-rt02-wrt-tests/other-uri-port/custom.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/other-uri-port/index.html b/tct-rt02-wrt-tests/other-uri-port/index.html new file mode 100644 index 0000000..e2d755c --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-port/index.html @@ -0,0 +1,52 @@ + + + + + + WRT Test: other-uri-port + + + + + + + + +

1.Press the button "Launch".

+

Pass : if it turns to another page, and the screen shows "Pass" in the new page.

+ + + diff --git a/tct-rt02-wrt-tests/other-uri-port/index2.html b/tct-rt02-wrt-tests/other-uri-port/index2.html new file mode 100644 index 0000000..57ea951 --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-port/index2.html @@ -0,0 +1,53 @@ + + + + + + WRT Test: other-uri-port-test + + + + + + + + + + diff --git a/tct-rt02-wrt-tests/other-uri-scheme-invalid/index.html b/tct-rt02-wrt-tests/other-uri-scheme-invalid/index.html index fa6fa83..9233015 100644 --- a/tct-rt02-wrt-tests/other-uri-scheme-invalid/index.html +++ b/tct-rt02-wrt-tests/other-uri-scheme-invalid/index.html @@ -45,14 +45,14 @@ Authors: var img = document.createElement("img"); img.src = "widg://custom.png"; document.body.appendChild(img); - document.write("the pictures can not be appeared"); + document.write("No picture can be shown."); }
-

Press the button "Launch"

-

Pass if the pictures can not be appeared on the screen.

+

1.Press the button "Launch".

+

Pass : if no picture can be shown on the new page.

diff --git a/tct-rt02-wrt-tests/other-uri-scheme-null/index.html b/tct-rt02-wrt-tests/other-uri-scheme-null/index.html index 8953523..e4156d0 100644 --- a/tct-rt02-wrt-tests/other-uri-scheme-null/index.html +++ b/tct-rt02-wrt-tests/other-uri-scheme-null/index.html @@ -45,14 +45,14 @@ Authors: var img = document.createElement("img"); img.src = "://custom.png"; document.body.appendChild(img); - document.write("the pictures can not be appeared"); + document.write("No picture can be shown."); }
-

Press the button "Launch"

-

Pass if the pictures can not be appeared on the screen.

+

1.Press the button "Launch".

+

Pass : if no picture can be shown on the new page.

diff --git a/tct-rt02-wrt-tests/other-uri-scheme/config.xml b/tct-rt02-wrt-tests/other-uri-scheme/config.xml new file mode 100644 index 0000000..4265dfe --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-scheme/config.xml @@ -0,0 +1,7 @@ + + + + + other-uri-scheme + + diff --git a/tct-rt02-wrt-tests/other-uri-scheme/custom.png b/tct-rt02-wrt-tests/other-uri-scheme/custom.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdebd113e90aeb44fe9d81c9cdd825071e23af7 GIT binary patch literal 3777 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 literal 0 HcmV?d00001 diff --git a/tct-rt02-wrt-tests/other-uri-scheme/index.html b/tct-rt02-wrt-tests/other-uri-scheme/index.html new file mode 100644 index 0000000..5b56238 --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-scheme/index.html @@ -0,0 +1,52 @@ + + + + + + WRT Test: other-uri-scheme + + + + + + + + +

1.Press the button "Launch".

+

Pass : if it turns to another page, and the screen shows "Pass" in the new page.

+ + + diff --git a/tct-rt02-wrt-tests/other-uri-scheme/index2.html b/tct-rt02-wrt-tests/other-uri-scheme/index2.html new file mode 100644 index 0000000..73f35cd --- /dev/null +++ b/tct-rt02-wrt-tests/other-uri-scheme/index2.html @@ -0,0 +1,53 @@ + + + + + + WRT Test: other-uri-scheme-test + + + + + + + + + + diff --git a/tct-rt02-wrt-tests/tests.xml b/tct-rt02-wrt-tests/tests.xml index 9cb7233..b313ba4 100644 --- a/tct-rt02-wrt-tests/tests.xml +++ b/tct-rt02-wrt-tests/tests.xml @@ -881,7 +881,7 @@ Click the link "http://www.baidu.com/gaoji/preferences.html" - "http://www.baidu.com/gaoji/preferences.html" is opened successfully in this widget. + "http://www.baidu.com/gaoji/preferences.html" is not opened in this widget. Click the link "http://www.neusoft.com". @@ -1811,7 +1811,7 @@ - Make sure WRT is installed;Any language except from Korean and English should be additionally chosen on target device + Make sure WRT is installed;Make sure the local language is Chinese Get the 'application id' of other-localization-description.wgt with the command :"wrt-launcher -l" and uninstall the other-localization-description.wgt with the command :"wrt-installer -un 'application id'" @@ -2935,6 +2935,82 @@ + + + Make sure the other-uri-index.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/other-uri-index.wgt + Get the 'application id' of other-uri-index.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-index.wgt with the command :"wrt-installer -un 'application id'" + + + Get the 'application id' of other-uri-index.wgt with the command :"wrt-launcher -l" and launch the other-uri-index.wgt with the command :"wrt-launcher -s 'application id'" + The widget application is launched. + + + Click the button "Launch" + Turn to another page. + + + + + + + + + TBD + + + + + + Make sure other-uri-port.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/other-uri-port.wgt + Get the 'application id' of other-uri-port.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-port.wgt with the command :"wrt-installer -un 'application id'" + + + Get the 'application id' of other-uri-port.wgt with the command :"wrt-launcher -l" and launch the other-uri-port.wgt with the command :"wrt-launcher -s 'application id'" + The widget application is launched. + + + Click the button "Launch" + Turn to another page,then the screen shows "Pass". + + + + + + + + + TBD + + + + + + + Get the 'application id' of other-uri-scheme.wgt with the command :"wrt-launcher -l" and uninstall the other-uri-scheme.wgt with the command :"wrt-installer -un 'application id'" + + + Install the widget with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/other-uri-scheme.wgt + Widget application is installed, and its icon is displayed on screen. + + + Get the 'application id' of other-uri-scheme.wgt with the command :"wrt-launcher -l" and launch the other-uri-scheme.wgt with the command :"wrt-launcher -s 'application id'" + The widget application is launched. + + + Click the button "Launch" + Turn to another page,then the screen shows "Pass". + + + + + + + + + TBD + + + @@ -3062,6 +3138,64 @@ + + + Make sure app-uri-scheme-app-id-null.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-app-id-null.wgt.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". + + + + Push the image "Lighthouse.jpg" to device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri091/res/wgt/ + The image "Lighthouse.jpg" is in path "/opt/apps/wrt3uri091/res/wgt/". + + + Get the 'application id' of app-uri-scheme-app-id-null.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-app-id-null.wgt with the command :"wrt-launcher -s 'application id'" + The selected picture is not displayed on the screen. + + + Get the 'application id' of app-uri-scheme-app-id-null.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-app-id-null.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + The WRT MUST support Web Application URI (WebAppURI) as per following rules. + + + + + + Make sure app-uri-scheme-app-id-not-null.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-app-id-not-null.wgt .WRT is installed.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". + + + + Push the image "Lighthouse.jpg" to device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri092/res/wgt/ + The image "Lighthouse.jpg" is in path "/opt/apps/wrt3uri092/res/wgt/" + + + Get the 'application id' of app-uri-scheme-app-id-not-null.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-app-id-not-null.wgt with the command :"wrt-launcher -s 'application id'" + The selected picture is on the screen. + + + Get the 'application id' of app-uri-scheme-app-id-not-null.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-app-id-not-null.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + The WRT MUST support Web Application URI (WebAppURI) as per following rules. + + + Make sure app-uri-scheme-scheme-is-null.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-scheme-is-null.wgt.Make sure WRT is installed.Download a 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". @@ -3091,6 +3225,35 @@ + + + Make sure app-uri-scheme-for-img.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-img.wgt.Make sure WRT is installed.Download a 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". + + + + Push the image "Lighthouse.jpg" to device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri089/res/wgt/ + The image "Lighthouse.jpg" is in path "/opt/apps/wrt3uri089/res/wgt/" + + + Get the 'application id' of app-uri-scheme-for-img.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-for-img.wgt with the command :"wrt-launcher -s 'application id'" + The selected picture is on the screen. + + + Get the 'application id' of app-uri-scheme-for-img.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-for-img.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + + + + Make sure app-uri-scheme-scheme-is-wrongful.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-scheme-is-wrongful.wgt.Make sure WRT is installed.Download a 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". @@ -3120,6 +3283,35 @@ + + + Make sure app-uri-scheme-for-root-origin.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-root-origin.wgt.Make sure WRT is installed.Download a 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". + + + + Push the image "Lighthouse.jpg" to device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri087/res/wgt/ + The image "Lighthouse.jpg" is in path "/opt/apps/wrt3uri087/res/wgt/" + + + Get the 'application id' of app-uri-scheme-for-root-origin.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-for-root-origin.wgt with the command :"wrt-launcher -s 'application id'" + The selected picture is on the screen. + + + Get the 'application id' of app-uri-scheme-for-root-origin.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-for-root-origin.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + + + + Make sure app-uri-scheme-for-wrong-package.wgt has been installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-wrong-package.wgt.Download a 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "Tulips.jpg". @@ -3223,6 +3415,80 @@ + + + Make sure app-uri-scheme-for-dom-properties.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties.wgt.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg".Download mp3 file to local machine such as "c:/".Rename the downloaded file as "test.mp3".Push the image to device with the command "sdb push c:/test.mp3 /opt/media/Videos/".Rename the downloaded file as "Kalimba.mp3". + + + + Push the image "Lighthouse.jpg" to device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri090/res/wgt/ + The image "Lighthouse.jpg" is in path "/opt/apps/wrt3uri090/res/wgt/" + + + Push the mp3 file "Kalimba.mp3" to device: with the command : sdb push Kalimba.mp3 /opt/apps/wrt3uri090/res/wgt/ + The mp3 file "Kalimba.mp3" is in path "/opt/apps/wrt3uri090/res/wgt/" + + + Get the 'application id' of app-uri-scheme-for-dom-properties.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-for-dom-properties.wgt with the command :"wrt-launcher -s 'application id'" + A textarea value is "Pass : when you change me, a dialog with message 'Pass : True' will be popped up". + + + Change the textarea value of the object + The message(Pass : True) is displayed. + + + Get the 'application id' of app-uri-scheme-for-dom-properties.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-for-dom-properties.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + + + + + + + Make sure app-uri-scheme-for-dom-properties.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties.wgt and WRT is installed.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to the device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg".Download mp3 file to local machine such as "c:/".Rename the downloaded file as "test.mp3".Push the image to the device with the command "sdb push c:/test.mp3 /opt/media/Videos/".Rename the downloaded file as "Kalimba.mp3". + + + + Push the image "Lighthouse.jpg" to the device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri090/res/wgt/ + The image "Lighthouse.jpg" is at the path "/opt/apps/wrt3uri090/res/wgt/" + + + Push the mp3 file "Kalimba.mp3"to the device : with the command : sdb push Kalimba.mp3 /opt/apps/wrt3uri090/res/wgt/ + The mp3 file "Kalimba.mp3" is at the path "/opt/apps/wrt3uri090/res/wgt/" + + + Get the 'application id' of app-uri-scheme-for-dom-properties.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-for-dom-properties.wgt with the command :"wrt-launcher -s 'application id'" + A name of the button is "Pass : when you click me, a dialog with message 'Pass : True' will be popped up". + + + Click the Button(Pass : when you click me, a dialog with message 'Pass : True' will be popped up) + The message(Pass : True).is displayed. + + + Get the 'application id' of app-uri-scheme-for-dom-properties.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-for-dom-properties.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + + + + Make sure app-uri-scheme-for-dom-properties.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-dom-properties.wgt and WRT is installed.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to the device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg".Download mp3 file to local machine such as "c:/".Rename the downloaded file as "test.mp3".Push the image to the device with the command "sdb push c:/test.mp3 /opt/media/Videos/".Rename the downloaded file as "Kalimba.mp3". @@ -3256,6 +3522,35 @@ + + + Make sure app-uri-scheme-for-package.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-package.wgt.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to the device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". + + + + Push the image "Lighthouse.jpg"to the device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri088/res/wgt/ + The image "Lighthouse.jpg" is at the path "/opt/apps/wrt3uri088/res/wgt/" + + + Get the 'application id' of app-uri-scheme-for-package.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-for-package.wgt with the command :"wrt-launcher -s 'application id'" + The selected picture is on the screen. + + + Get the 'application id' of app-uri-scheme-for-package.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-for-package.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + + + + Make sure app-uri-scheme-for-wrong-package.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-for-wrong-package.wgt. @@ -3343,6 +3638,35 @@ + + + Make sure app-uri-scheme-index-html.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-index-html.wgt.Download 2304x1296 PNG image to local machine such as "c:/".Rename the downloaded image as "test.png".Push the image to the device with the command "sdb push c:/test.png /opt/media/Images/".Rename the downloaded image as "Lighthouse.jpg". + + + + Push the image "Lighthouse.jpg"to the device with the command : sdb push Lighthouse.jpg /opt/apps/wrt3uri085/res/wgt/ + The image "Lighthouse.jpg" is at the path "/opt/apps/wrt3uri085/res/wgt/" + + + Get the 'application id' of app-uri-scheme-index-html.wgt with the command :"wrt-launcher -l" and launch the app-uri-scheme-index-html.wgt with the command :"wrt-launcher -s 'application id'" + The selected picture is displayed on the screen. + + + Get the 'application id' of app-uri-scheme-index-html.wgt with the command :"wrt-launcher -l" and uninstall the app-uri-scheme-index-html.wgt with the command :"wrt-installer -un 'application id'" + The application is uninstalled successfully. + + + + + + + + + + + + + Make sure app-uri-scheme-access-html.wgt is installed with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/app-uri-scheme-access-html.wgt. diff --git a/tct-ui-wrt-tests/tests.xml b/tct-ui-wrt-tests/tests.xml index 3150646..4a7e214 100644 --- a/tct-ui-wrt-tests/tests.xml +++ b/tct-ui-wrt-tests/tests.xml @@ -983,6 +983,31 @@ + + + + Get the 'application id' of virtual-keyboard-textarea.wgt with the command :"wrt-launcher -l" and uninstall the virtual-keyboard-textarea.wgt with the command :"wrt-installer -un 'application id'" + + + Install the widget with the command : wrt-installer -i /opt/tct-ui-wrt-tests/virtual-keyboard-textarea.wgt + The widget package is installed successfully. Its icon appears on screen. + + + Get the 'application id' of virtual-keyboard-textarea.wgt with the command :"wrt-launcher -l" and launch the virtual-keyboard-textarea.wgt with the command :"wrt-launcher -s 'application id'",touch the textarea to edit, change the input language to chinese and input some words. + The virtual keyboard pops up and is able to input chinese words. + + + + + + + + + + + + + Copy the test resources of multiple-test-file widget to "/opt/media/Downloads" with command: cp /opt/apps/wrttesthtm/res/wgt/*.html /opt/media/Downloads;Install the widget with the command : wrt-installer -i /opt/tct-ui-wrt-tests/multiple-other-alarm.wgt -- 2.7.4