[NUI.WindowSystem][TCSACR-326][Add WindowSystem QuickPanelClient's TCs] 98/238498/18
authorjeon <jhyuni.kang@samsung.com>
Tue, 14 Jul 2020 11:25:23 +0000 (20:25 +0900)
committerjeon <jhyuni.kang@samsung.com>
Wed, 16 Sep 2020 04:47:36 +0000 (13:47 +0900)
commit6abfe9acdd3a22469aede3ddb4da8896d577646b
treecebb12e2744b8e1e2ab5701d666d4bb8b58f25df
parent1284b16c7cb375256827a26368d81d3f875012d9
[NUI.WindowSystem][TCSACR-326][Add WindowSystem QuickPanelClient's TCs]

  - This is test for Tizen.NUI.WindowSystem module added since Tizen 6.0
  - TizenShell and QuickPanelClient classes are added.
  - TizenShell class is a control handle for this WindowSystem.Shell system.
  - QuickPanelClient class is controlling and getting status about  quickpanel service window.
  - Add
    - QuickPanelClient_INIT
      - Test a QuickPanelClient class is create well. QuickPanelClient class is created with
        three different types SystemDefault, ContextMenu, AppsMenu.
        So in this testcase tests QuickPanelClient class is created well with these types.
    - QuickPanelClient_INIT_FAILED
      - Test a QuickPanelClient class creates failed with serveral cases.
    - Visible_CHECK_RETURN_VALUE
      - Test a get Visible property value well.
    - Scrollable_CHECK_RETURN_VALUE
      - Test a get/set Scrollable property value well.
    - Orientation_CHECK_RETURN_VALUE
      - Test a get Orientation property value well.
    - Show_CHECK
      - Test a Show method works well
    - Hide_CHECK
      - Test a Hide method works well
    - VisibleChanged_EVENT
      - Test a VisibleChanged event callback is triggered well.
    - TizenShell_INIT
      - Test a TizenShell class is created well.
    - OrientationChanged_EVENT
      - Test a OrientationChanged event callback is triggered well. This is Manual Test

Change-Id: Ia9b265d12062858bf173f449972034f7c25dad96
23 files changed:
release/csharp-tct_6.0_dotnet/csharp-tct_6.0_dotnet/package/mobile/Tizen.NUI.WindowSystem.Manual.Tests-6.0.zip [new file with mode: 0755]
release/csharp-tct_6.0_dotnet/csharp-tct_6.0_dotnet/package/mobile/Tizen.NUI.WindowSystem.Tests-6.0.zip [new file with mode: 0644]
release/csharp-tct_6.0_dotnet/csharp-tct_6.0_dotnet/package/pkg_infos/mobile_pkg_info.xml
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/ManualTestPage.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/Program.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/Tizen.NUI.WindowSystem.Manual.Tests.csproj [new file with mode: 0755]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/Tizen.NUI.WindowSystem.Manual.Tests.sln [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/Utils.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/WearableManualTestPage.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/res/images/controller_btn_check_on.png [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/res/images/rectangle_btn_shadow.png [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/res/images/rectangle_point_btn_normal.png [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/res/images/rectangle_toggle_btn_normal.png [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/shared/res/Tizen.NUI.WindowSystem.Manual.Tests.png [new file with mode: 0755]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/testcase/TSQuickPanelClient.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Manual.Tests/tizen-manifest.xml [new file with mode: 0755]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/Program.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/Tizen.NUI.WindowSystem.Tests.csproj [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/Tizen.NUI.WindowSystem.Tests.sln [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/shared/res/Tizen.NUI.WindowSystem.Tests.png [new file with mode: 0755]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/testcase/TSQuickPanelClient.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/testcase/TSTizenShell.cs [new file with mode: 0644]
tct-suite-vs/Tizen.NUI.WindowSystem.Tests/tizen-manifest.xml [new file with mode: 0755]