[Connection][Manual][Non-ACR][Update TCT precondition] 69/234669/1
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 28 May 2020 02:10:56 +0000 (11:10 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 28 May 2020 02:12:36 +0000 (11:12 +0900)
Change-Id: I5b02cb9710c363507c5044031c65c1e65e98b0eb
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSConnectionManager.cs
tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSEthernetCableStateEventArgs.cs

index 37b9387..e8c53fd 100755 (executable)
@@ -56,7 +56,8 @@ namespace Tizen.Network.Connection.Tests
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "Cheoleun Moon chleun.moon@samsung.com")]
         [Precondition(1, "This should be tested using real device not emulator since unplugging ethernet cable is not supported in emulator")]
-        [Precondition(2, "Plug an ethernet cable into your test device")]
+        [Precondition(2, "This should be tested using a device that has an ethernet port. If the device doesn't have any ethernet port, tap the Pass button")]
+        [Precondition(3, "Plug an ethernet cable into your test device")]
         [Step(1, "Tap the Run button")]
         [Step(2, "Unplug the ethernet cable")]
         [Step(3, "Testcase will pass automatically if the EthernetCableStateChanged callback is invoked. Otherwise, it will fail")]
index f0d7298..c949fbe 100755 (executable)
@@ -64,7 +64,8 @@ namespace Tizen.Network.Connection.Tests
         [Property("CRITERIA", "PRO")]
         [Property("AUTHOR", "Cheoleun Moon chleun.moon@samsung.com")]
         [Precondition(1, "This should be tested using real device not emulator since unplugging ethernet cable is not supported in emulator")]
-        [Precondition(2, "Plug an ethernet cable into your test device")]
+        [Precondition(2, "This should be tested using a device that has an ethernet port. If the device doesn't have any ethernet port, tap the Pass button")]
+        [Precondition(3, "Plug an ethernet cable into your test device")]
         [Step(1, "Tap the Run button")]
         [Step(2, "Unplug the ethernet cable")]
         [Step(3, "Testcase will pass automatically if the EthernetCableStateChanged callback is invoked and EthernetCable state is DETACHED. Otherwise, it will fail")]