[PrivacyPrivilegeManager][Non-ACR] Fix manual test descriptions 05/205505/2
authorYunjin Lee <yunjin-.lee@samsung.com>
Tue, 7 May 2019 02:32:09 +0000 (11:32 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 8 May 2019 05:06:17 +0000 (14:06 +0900)
Change-Id: I6cc03aaa8acf262f22fb15d80185ad258d60935e
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
tct-suite-vs/Tizen.PrivacyPrivilegeManager.Manual.Tests/testcase/TSGetResponseContext.cs [changed mode: 0644->0755]
tct-suite-vs/Tizen.PrivacyPrivilegeManager.Manual.Tests/testcase/TSRequestPermissions.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2104295..31b27cf
@@ -369,9 +369,6 @@ namespace Tizen.PrivacyPrivilegeManager.Manual.Tests
         [Step(9, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: DenyForever")]
         [Step(10, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: DenyForever")]
         [Step(11, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: DenForever")]
-        [Step(12, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: Deny")]
-        [Step(13, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: Deny")]
-        [Step(14, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: Deny")]
         [Postcondition(1, " Open Settings")]
         [Postcondition(2, " Open \"Privacy and security\"")]
         [Postcondition(3, " Open \"Privacy settings\"")]
@@ -409,13 +406,7 @@ namespace Tizen.PrivacyPrivilegeManager.Manual.Tests
         [Step(8, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: Ask")]
         [Step(9, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: DenyOnce")]
         [Step(10, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: DenyOnce")]
-        [Step(11, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: DenOnce")]
-        [Step(12, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: Ask")]
-        [Step(13, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: Ask")]
-        [Step(14, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: Ask")]
-        [Step(15, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: AllowForever")]
-        [Step(16, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: AllowForever")]
-        [Step(17, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: AllowForever")]
+        [Step(11, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: DenyOnce")]
         [Postcondition(1, " Open Settings")]
         [Postcondition(2, " Open \"Privacy and security\"")]
         [Postcondition(3, " Open \"Privacy settings\"")]
old mode 100644 (file)
new mode 100755 (executable)
index 450c3d1..e612300
@@ -71,14 +71,14 @@ namespace Tizen.PrivacyPrivilegeManager.Manual.Tests
         [Step(1, " Click run TC")]
         [Step(2, " Click button")]
         [Step(3, " Allow Privileges")]
-        [Step(4, " Click button")]
-        [Step(5, " Check Logs output (inside program)")]
+        [Step(4, " Check Logs output (inside program)")]
+        [Step(5, " Good output(Can be printed at the end of the logs): Privileges with ask status:\n(name of 3 privileges)")]
         [Step(6, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: Ask")]
         [Step(7, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: Ask")]
         [Step(8, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: Ask")]
-        [Step(9, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: Allow")]
-        [Step(10, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: Allow")]
-        [Step(11, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: Allow")]
+        [Step(9, " Good output: Privilege:\nhttp://tizen.org/privilege/account.read\nStatus: AllowForever")]
+        [Step(10, " Good output: Privilege:\nhttp://tizen.org/privilege/account.write\nStatus: AllowForever")]
+        [Step(11, " Good output: Privilege:\nhttp://tizen.org/privilege/call\nStatus: AllowForever")]
         [Postcondition(1, " Open Settings")]
         [Postcondition(2, " Open \"Privacy and security\"")]
         [Postcondition(3, " Open \"Privacy settings\"")]
@@ -102,9 +102,9 @@ namespace Tizen.PrivacyPrivilegeManager.Manual.Tests
         [Property("AUTHOR", "Ernest Borowski, e.borowski@partner.samsung.com")]
         [Step(1, " Click run TC")]
         [Step(2, " Click button")]
-        [Step(3, " Allow Privileges")]
-        [Step(4, " Click button")]
-        [Step(5, " Check Logs output (inside program)")]
+        [Step(3, " Check Logs output (inside program)")]
+        [Step(4, " Good output: No privileges with ask status!")]
+        [Step(5, " Popup should not appear")]
         public async Task RequestPermissions_FAKE_PRIVILEGES()
         {
             CreateLayout();