From: yunfeix.hao Date: Thu, 15 Aug 2013 06:05:32 +0000 (+0800) Subject: Added 2 npruntime cases to behavior tool X-Git-Tag: 2.2.1_release~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab28099b3a00b7199c455cab66ab3a73e01e4edc;p=test%2Ftct%2Fweb%2Fbehavior.git Added 2 npruntime cases to behavior tool Change-Id: I927989d91ce8cce467cb9043936f6c0793676351 Signed-off-by: yunfeix.hao --- diff --git a/tests/PackageManagement/index.html b/tests/PackageManagement/index.html index 60dde52..1977dd7 100644 --- a/tests/PackageManagement/index.html +++ b/tests/PackageManagement/index.html @@ -72,6 +72,16 @@ Authors:

PKManagement_OfflineUpdate_CloseUpdate

+
  • + +

    npruntime-all-on-arm

    +
    +
  • +
  • + +

    npruntime-arm-on-x86

    +
    +
  • Clean all the Installed packages
  • Clean all test applications
    diff --git a/tests/PackageManagement/js/main.js b/tests/PackageManagement/js/main.js index 53478ad..661f4eb 100644 --- a/tests/PackageManagement/js/main.js +++ b/tests/PackageManagement/js/main.js @@ -32,7 +32,9 @@ var allId=new Array('wrt1wvt006', 'wrt1smt007', 'wrt1smt008', 'wrt1smt009', - 'wrt1smt010'); + 'wrt1smt010', + 'UZmPMhuMeO', + 'ZkMSjQuYt8'); var installedId = new Array(); diff --git a/tests/PackageManagement/res/npruntime-all-on-arm.html b/tests/PackageManagement/res/npruntime-all-on-arm.html new file mode 100644 index 0000000..9ba61cc --- /dev/null +++ b/tests/PackageManagement/res/npruntime-all-on-arm.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + +
    +
    +
    + + + +
    +
      +
    • Package Launch
    • +
    • +
      Package Launch
      +
    • +
    • Package Uninstall
    • +
    • +
      Package Uninstall
      +
    • +
    • +
      +
      +
      + Please click Package Launch button to launch the widget. Touch the button "Get the multiplication time". If this is a arm device, the case will pass if Javascript and NPRuntime multiplication time displayed above the button "Get the multiplication time". If this is a x86 device, the case will pass if a popup displayed on the screen. +
      +
      +
      +
    • +
    +
    +
    +
    +
    + + diff --git a/tests/PackageManagement/res/npruntime-all-on-arm.wgt b/tests/PackageManagement/res/npruntime-all-on-arm.wgt new file mode 100644 index 0000000..7782748 Binary files /dev/null and b/tests/PackageManagement/res/npruntime-all-on-arm.wgt differ diff --git a/tests/PackageManagement/res/npruntime-arm-on-x86.html b/tests/PackageManagement/res/npruntime-arm-on-x86.html new file mode 100644 index 0000000..01ad1a3 --- /dev/null +++ b/tests/PackageManagement/res/npruntime-arm-on-x86.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + +
    +
    +
    + + + +
    +
      +
    • Package Launch
    • +
    • +
      Package Launch
      +
    • +
    • Package Uninstall
    • +
    • +
      Package Uninstall
      +
    • +
    • +
      +
      +
      + Please click Package Launch button to launch the widget. Touch the button "Get the multiplication time". If this is a x86 device, the case will pass if Javascript and NPRuntime multiplication time displayed above the button "Get the multiplication time". If this is a arm device, the case will pass if a popup displayed on the screen. +
      +
      +
      +
    • +
    +
    +
    +
    +
    + + diff --git a/tests/PackageManagement/res/npruntime-arm-on-x86.wgt b/tests/PackageManagement/res/npruntime-arm-on-x86.wgt new file mode 100644 index 0000000..36703e2 Binary files /dev/null and b/tests/PackageManagement/res/npruntime-arm-on-x86.wgt differ