-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Maintenance Guide
-
src/: Contains the main application code. -
data/: Stores input files such as GIFT questions. -
output/: Stores generated outputs such as exams and charts.
-
everywhereCli.js: Main entry point of the CLI application. -
questions.js: Manages question-related functionality. -
exams.js: Handles exam generation and export. -
contacts.js: Manages contact creation and updates.
- Follow consistent naming conventions.
- Write clear and concise comments for each function.
- Validate user inputs.
- Provide meaningful error messages.
-
Handling Answers for Essay and Matching Questions:
- Issue: Inconsistent processing of correct and incorrect answers.
- Improvement: Enhance the answer comparison logic.
-
CLI Command Execution:
- Issue: CLI does not immediately accept new commands after execution.
-
Workaround: Use
Ctrl + Cto terminate the current session before entering a new command.
-
Duplicate Input Feedback:
- Issue: User input feedback sometimes duplicates.
-
Workaround: Press
Backspaceto resolve temporarily.
- Implement a graphical user interface (GUI) for easier interaction.
- Expand export formats to include CSV and PDF.
- Introduce user authentication for better data security.
The Test Plan serves as a structured framework to document and verify the test cases for the software. It outlines the scenarios, objectives, and expected results to ensure that the implementation adheres to the defined Software Requirement Specifications (SRS). By executing these tests, we aim to identify potential issues and improve the overall quality of the software.
- Verify that the implementation meets the defined requirements.
- Identify discrepancies and suggest improvements for future development.
- Ensure a high standard of software quality through systematic testing.
The tests are conducted in a technical environment capable of running Node.js version 18 or higher. This includes any desktop operating systems such as Windows, Linux, or macOS.
The full test plan, including detailed scenarios, test cases, and results, is available as a shared document. You can access it via the following link: Complete Test Plan Document.