From: huiyu.eun Date: Wed, 18 Sep 2019 03:30:58 +0000 (+0900) Subject: [NUI][Non-ACR] Modify test step of NUI.Component.Manual.Tests X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F214094%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [NUI][Non-ACR] Modify test step of NUI.Component.Manual.Tests Change-Id: I57f38eaf0a2a4ae1f5e5862a8d4a7fd5c58c6df0 Signed-off-by: huiyu.eun --- diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSButton.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSButton.cs index c80d3fd9e..5eb7cbc0e 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSButton.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSButton.cs @@ -110,9 +110,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Press Key-Down while the test button is focusd")] + [Step(2, "Click(Touch) the button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task OnTapGestureDetected_CHECK_VALUE() { @@ -136,9 +137,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Press Key-Down while the test button is focusd")] + [Step(2, "Click(Touch) the button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task OnTouch_CHECK_VALUE() { @@ -162,9 +164,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Press Key-Down while the test button is focusd")] + [Step(2, "Click(Touch) the button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task ClickEvent_CB() { diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSDropDown.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSDropDown.cs index d30d6be16..a54517948 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSDropDown.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSDropDown.cs @@ -129,9 +129,11 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Press Key-Down while the test DropDown is focusd")] + [Step(2, "Click(Touch) the dropdown.")] + [Step(3, "Select dropdown item.")] + [Step(4, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task ItemClickEvent_CB() { diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSInputField.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSInputField.cs index d79eed4b9..7e4547ddb 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSInputField.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSInputField.cs @@ -193,6 +193,7 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Xianbing Teng, xb.teng@samsung.com")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Connect the mouse to the TV (TM-1 don't need)")] [Step(2, "Click run button to run TC")] [Step(3, "Click input area on the input field.")] @@ -227,6 +228,7 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Xianbing Teng, xb.teng@samsung.com")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Connect the mouse to the TV (TM-1 don't need)")] [Step(2, "Connect the keyboard to the TV (TM-1 don't need)")] [Step(3, "Click run button to run TC")] diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSPopup.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSPopup.cs index 2c177d4b5..6259e0cad 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSPopup.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSPopup.cs @@ -124,9 +124,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "use mouse to click the ")] + [Step(2, "Click(Touch) the 'Yes' button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task PopupButtonClickedEvent_CB() { diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSelectButton.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSelectButton.cs index e9f689d90..41018e425 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSelectButton.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSelectButton.cs @@ -110,9 +110,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Press Key-Down while the test button is focusd")] + [Step(2, "Click(Touch) the select button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task OnTouch_CHECK_VALUE() { @@ -136,9 +137,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Press Key-Down while the test button is focusd")] + [Step(2, "Click(Touch) the select button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task OnSelected_CHECK_VALUE() { @@ -162,9 +164,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] - [Step(2, "Use mouse click to test SelectedEvent")] + [Step(2, "Click(Touch) the select button.")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task SelectedEvent_CB() { diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSlider.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSlider.cs index e50225ce5..82eeee290 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSlider.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSlider.cs @@ -140,6 +140,7 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Xianbing Teng, xb.teng@samsung.com")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "If test on TV, connect the mouse to the TV")] [Step(2, "Click run button to run TC")] [Step(3, "Sliding the slider.")] @@ -175,6 +176,7 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Xianbing Teng, xb.teng@samsung.com")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Connect the mouse to the TV (TM-1 don't need)")] [Step(2, "Click run button to run TC")] [Step(3, "Touch or use mouse(on TV) to drag the slider.")] @@ -209,6 +211,7 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Xianbing Teng, xb.teng@samsung.com")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Connect the mouse to the TV (TM-1 don't need)")] [Step(2, "Click run button to run TC")] [Step(3, "Touch or use mouse(on TV) to drag the slider.")] diff --git a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSwitch.cs b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSwitch.cs index ed6eddb0c..010481080 100755 --- a/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSwitch.cs +++ b/tct-suite-vs/Tizen.NUI.Components.Manual.Tests/testcase/TSSwitch.cs @@ -93,9 +93,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] [Step(2, "Use mouse to click the Switch")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task OnTouch_CHECK_VALUE() { @@ -119,9 +120,10 @@ namespace Tizen.NUI.Components.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Ma Junqing, junqing.ma@samsung.com")] - [Precondition(1, "NA")] + [Precondition(1, "If test on TV, prepare mouse and connect to TV.")] [Step(1, "Click run TC")] [Step(2, "Use mouse click to test SelectedEvent")] + [Step(3, "TC will pass after touch or click.")] [Postcondition(1, "NA")] public async Task SelectedEvent_CB() {