Powan55 / Trivial-Trivia

1 stars 0 forks source link

Test System Functionality and Identify Bugs #34

Open Powan55 opened 4 months ago

Powan55 commented 4 months ago

In order to ensure the robustness and reliability of our application, it's imperative to conduct comprehensive testing of all important system functionalities. This issue encompasses testing to verify that the application performs as intended and to identify any bugs or inconsistencies that may exist.

  1. Perform end-to-end testing of all critical system functionalities, including but not limited to:

    • User authentication and login/logout processes.
    • Display of trivia questions and options.
    • Submission and validation of user answers.
    • Scoring calculation and display.
    • Handling of edge cases and error scenarios
    • Data input validation and error handling.
    • UI/UX elements and user interactions.
  2. Execute test cases to cover both positive and negative scenarios, ensuring thorough coverage of all possible user interactions and system states.

  3. Document any observed bugs, inconsistencies, or unexpected behaviors encountered during testing.

  4. Prioritize identified issues based on severity and impact on system functionality.

Uttamb7 commented 4 months ago

Test Checklist

Proposed Changes

  1. Please fix the prompt "Please one of the following options:" in Menu
  2. Please also fix the exception in thread main when I entered letter it threw an exception.it should have an actual error instead of the exception

@Powan55 : These are the changes we should make to improve user experience

Powan55 commented 4 months ago

@Uttamb7 Please implement those changes under this issue.

Uttamb7 commented 4 months ago

Proposed Changes Checklist

@Powan55 : All the proposed changes have been implemented please check it out!