Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing protocol server with the test plan #235

Open
12 tasks done
emmayank opened this issue Oct 8, 2024 · 0 comments
Open
12 tasks done

Testing protocol server with the test plan #235

emmayank opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
QA Unit testing effort

Comments

@emmayank
Copy link

emmayank commented Oct 8, 2024

Description

Execute the test plan developed for the protocol server, covering all the latest changes and updates. This includes testing features like OAS 3.1 validation, the health check URL, HMAC algorithm in authorization, and Redis cache security. The goal is to ensure that all new features work as expected and that the protocol server functions securely and efficiently after the changes.

Goals

  • Execute all test cases outlined in the protocol server test plan.
  • Verify that OAS 3.1 validation is functioning correctly, ensuring that the OpenAPI specifications are compliant and valid.
  • Test the health check URL for proper functionality, response time, and availability.
  • Validate the HMAC algorithm used in the authorization process to ensure secure and correct authentication.
  • Test Redis cache security, including encryption and protection of cached data.
  • Document any issues or bugs encountered during the testing process and report them for resolution.

Expected Outcome

  • The protocol server is fully tested according to the test plan, ensuring all new changes are functioning as expected.
  • All features, including OAS 3.1 validation, health check URL, HMAC authorization, and Redis cache security, are tested for correctness and security.
  • Any issues found during testing are documented and addressed.

Acceptance Criteria

  • All test cases from the protocol server test plan are executed successfully.
  • OAS 3.1 validation is verified to be working correctly and fully compliant with the OpenAPI specifications.
  • The health check URL is tested for availability and response time, with no issues found.
  • HMAC algorithm authorization is validated for secure authentication and authorization.
  • Redis cache security is tested for encryption, ensuring that data is protected.
  • Any bugs or issues discovered during testing are reported and documented for resolution.

Mockups / Wireframes

NA

Product Name

Protocol Server

Domain

Server and Security

Tech Skills Needed

  • Test Execution
  • API Testing (OAS 3.1 validation)
  • Security Testing (HMAC, Redis Cache)
  • Manual and Automated Testing
  • Redis Cache and Security

Complexity

High

Category

Testing

Sub Category

Test Execution

Project View

Protocol Server

Project Name

Protocol Server

@em-abee em-abee added the QA Unit testing effort label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA Unit testing effort
Projects
None yet
Development

No branches or pull requests

2 participants