[Sensor][Non-ACR][Add description] 80/264480/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 23 Sep 2021 03:24:59 +0000 (12:24 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 27 Sep 2021 06:36:33 +0000 (06:36 +0000)
Change-Id: Ibcd3161fab7030a8c330e3ef6640761cefedc53b
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.Sensor.Manual.Tests/testcase/TSPedometer.cs
tct-suite-vs/Tizen.Sensor.Manual.Tests/testcase/TSPedometerDataUpdatedEventArgs.cs

index 7f3dfe9..69bfcc3 100755 (executable)
@@ -25,7 +25,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task DataUpdated_CHECK_EVENT()
         {
             try
index d5b1d3e..6ffe23d 100755 (executable)
@@ -25,7 +25,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task CalorieBurned_PROPERTY_READ_ONLY()
         {
             try
@@ -72,7 +73,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task LastSpeed_PROPERTY_READ_ONLY()
         {
             try
@@ -119,7 +121,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task LastSteppingFrequency_PROPERTY_READ_ONLY()
         {
             try
@@ -166,7 +169,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task LastStepStatus_PROPERTY_READ_ONLY()
         {
             try
@@ -213,7 +217,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task MovingDistance_PROPERTY_READ_ONLY()
         {
             try
@@ -260,7 +265,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task RunStepCount_PROPERTY_READ_ONLY()
         {
             try
@@ -307,7 +313,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task StepCount_PROPERTY_READ_ONLY()
         {
             try
@@ -354,7 +361,8 @@ namespace Tizen.Sensor.Tests
         [Property("AUTHOR", "Ankur Garg, ankur29.garg@samsung.com")]
         [Precondition(1, "Pedometer sensor should be available")]
         [Step(1, "Tap the Run button")]
-        [Step(2, "Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
+        [Step(2, "[Emulator] Click one of Walk Slowly, Walk, Run Slowly, or Run in Pedometer of Emulator Control Panel")]
+        [Step(3, "[Target] Pedometer sensor data update event: Move the test device so that it can count no.of steps")]
         public async Task WalkStepCount_PROPERTY_READ_ONLY()
         {
             try