From 7b95f08983c2c2a04c2c752b75e65bdde4945723 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 6 Jul 2022 23:57:07 -0700 Subject: [PATCH] Added blurb on randomized strings for Realm, Username, Password, Entity Body. --- docs/testing/UnitTests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/testing/UnitTests.md b/docs/testing/UnitTests.md index 593f00e..b1772a7 100644 --- a/docs/testing/UnitTests.md +++ b/docs/testing/UnitTests.md @@ -73,7 +73,8 @@ One of the more vital user interactions with the Mesh Agent, is clipboard manipu string to the agent to set to the clipboard. Then verify tha retrieved value from the clipboard exactly matches the value that was set. **HTTP Digest Test:** -This test involves testing the different authentication modes of HTTP Digest, which is a core infrastructure piece used by the agent. The 3 different authentication modes are: +This test involves testing the different authentication modes of HTTP Digest, which is a core infrastructure piece used by the agent. +Each of these tests will utilize a variable length randomized string for the Realm, username, password, and entity body. The 3 different authentication modes are: - Basic: This will test the basic digest method, to validate successful authentication. - auth: This will test that the client can negotiate quality of protection, and select and use auth correctly. - auth-int: This will present all modes to the agent as being available, and will verify that the agent will correctly select anduse the most stringent mode.