From 71756944f37c243903334a0a12aa1cee0c7acbe9 Mon Sep 17 00:00:00 2001 From: Haesu Gwon Date: Fri, 27 Sep 2019 15:33:31 +0900 Subject: [PATCH] [Multimedia.Manual][Non-ACR] Fix test step description bug Change-Id: Idfc717ddaa89d0716c68429fc3ca1a756f2eefdc --- .../testcase/Camera/TSCamera.cs | 44 ++++++++++++---------- .../Camera/TSCameraFocusStateChangedEventArgs.cs | 8 ++-- .../testcase/Camera/TSFaceDetectedEventArgs.cs | 7 ++-- .../testcase/Camera/TSFaceDetectionData.cs | 42 ++++++++++++--------- 4 files changed, 58 insertions(+), 43 deletions(-) mode change 100755 => 100644 tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectedEventArgs.cs mode change 100755 => 100644 tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectionData.cs diff --git a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCamera.cs b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCamera.cs index 9f3bbb8..0e2feca 100644 --- a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCamera.cs +++ b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCamera.cs @@ -19,9 +19,8 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Check if the preview is available on window.")] - [Step(3, "Press \'Exit\' button to exit the camera screen.")] - [Step(4, "Press \'Pass\' button if you can see the preview.")] + [Step(2, "Press \'Start preview\' button to start preview.")] + [Step(3, "If preview is displayed correctly, test will be passed.")] [Postcondition(1, "NA")] public async Task StartPreview_CHANGE_STATUS() { @@ -114,8 +113,9 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Press \'Start capture\' button to capture the image.")] - [Step(3, "If image is captured correctly, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Press \'Start capture\' button to capture the image.")] + [Step(4, "If image is captured correctly, test will be passed.")] [Postcondition(1, "NA")] public async Task StartCapture_CHANGE_STATUS() { @@ -212,8 +212,8 @@ namespace Tizen.Multimedia.Tests [Property("COVPARAM", "int, int, CancellationToken")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Press \'Start continuous capture\' button for capture of the 3 images.")] - [Step(3, "Check if captured images are displayed on window.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Press \'Start continuous capture\' button for capture of the 3 images.")] [Step(4, "If image is captured correctly, test will be passed.")] [Postcondition(1, "NA")] public async Task StartCapture_CONTINUOUSLY_CHANGE_STATUS() @@ -318,9 +318,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start the face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start the face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] [Postcondition(1, "NA")] public async Task StartFaceDetection_CHANGE_STATUS() { @@ -418,9 +419,11 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start focusing\' button to start focus.")] - [Step(3, "Try to focus the camera on any object.")] - [Step(4, "If camera is able to focus, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "If camera is able to focus automatically, test will be passed.")] + [Step(4, "If not, Click \'Start focusing\' button to start focus.")] + [Step(5, "Try to focus the camera on any object.")] + [Step(6, "If camera is able to focus, test will be passed.")] [Postcondition(1, "NA")] public async Task StartFocusing_CHANGE_STATUS() { @@ -520,9 +523,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start the face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start the face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] [Postcondition(1, "NA")] public async Task FaceDetected_CHECK_EVENT() { @@ -570,9 +574,11 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start focusing\' button to start focus.")] - [Step(3, "Try to focus the camera on any object.")] - [Step(4, "If camera is able to focus, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "If camera is able to focus automatically, test will be passed.")] + [Step(4, "If not, Click \'Start focusing\' button to start focus.")] + [Step(5, "Try to focus the camera on any object.")] + [Step(6, "If camera is able to focus, test will be passed.")] public async Task FocusStateChanged_CHECK_EVENT() { if (await CheckCameraSupported(nameof(FocusStateChanged_CHECK_EVENT)) || diff --git a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCameraFocusStateChangedEventArgs.cs b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCameraFocusStateChangedEventArgs.cs index 4c7c1ac..415bd8c 100644 --- a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCameraFocusStateChangedEventArgs.cs +++ b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCameraFocusStateChangedEventArgs.cs @@ -16,9 +16,11 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start focusing\' button to start focus.")] - [Step(3, "Try to focus the camera on any object.")] - [Step(4, "If camera is able to focus, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "If camera is able to focus automatically, test will be passed.")] + [Step(4, "Click \'Start focusing\' button to start focus.")] + [Step(5, "Try to focus the camera on any object.")] + [Step(6, "If camera is able to focus, test will be passed.")] public async Task State_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(State_PROPERTY_READ_ONLY)) || diff --git a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectedEventArgs.cs b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectedEventArgs.cs old mode 100755 new mode 100644 index 9169f9b..2768ec3 --- a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectedEventArgs.cs +++ b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectedEventArgs.cs @@ -27,9 +27,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task Faces_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(Faces_PROPERTY_READ_ONLY)) || diff --git a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectionData.cs b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectionData.cs old mode 100755 new mode 100644 index 2ca8fe6..a9703b8 --- a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectionData.cs +++ b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSFaceDetectionData.cs @@ -32,9 +32,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task Id_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(Id_PROPERTY_READ_ONLY)) || @@ -86,9 +87,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task Score_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(Score_PROPERTY_READ_ONLY)) || @@ -140,9 +142,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task X_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(X_PROPERTY_READ_ONLY)) || @@ -194,9 +197,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task Y_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(Y_PROPERTY_READ_ONLY)) || @@ -248,9 +252,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task Width_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(Width_PROPERTY_READ_ONLY)) || @@ -302,9 +307,10 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Vivek Ellur, vivek.ellur@samsung.com")] [Step(1, "Click run TC")] - [Step(2, "Click \'Start face detection\' button to start face detection.")] - [Step(3, "Hold the front camera so that you are able to see your face on the screen.")] - [Step(4, "If face is detected, test will be passed.")] + [Step(2, "Press \'Start preview\' button to display preview.")] + [Step(3, "Click \'Start face detection\' button to start face detection.")] + [Step(4, "Hold the front camera so that you are able to see your face on the screen.")] + [Step(5, "If face is detected, test will be passed.")] public async Task Height_PROPERTY_READ_ONLY() { if (await CheckCameraSupported(nameof(Height_PROPERTY_READ_ONLY)) || -- 2.7.4