-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
This issue proposes meaningful improvements to the “VS Code – Testing with JUnit” tutorial to better support beginner users and enhance clarity. These suggestions aim to align the tutorial with common student pain points observed during usage.
🔧 Suggested Improvements:
-
Add an Overview Box at the Top
- Provide a summary of what learners will achieve by the end of the tutorial.
-
Include VS Code Extension Reminder
- Mention the required VS Code extensions (
Java Extension Pack,Test Runner for Java) under the Prerequisites section.
- Mention the required VS Code extensions (
-
Add a "Verify Setup" Step After Gradle Config
- Suggest verifying the appearance of the Testing icon in VS Code to confirm successful Gradle + JUnit setup.
-
Enhance Folder Structure Clarity
- Supplement the ASCII diagram with an actual screenshot showing
src/main/javaandsrc/test/javafolders in VS Code.
- Supplement the ASCII diagram with an actual screenshot showing
-
Move SE Book Link Earlier
- Add a reference to the SE book's JUnit testing section after the dummy test example, not just at the end.
-
Clarify Green Play Button Usage
- Explain that students should hover over the test method name to see the green run button appear.
Metadata
Metadata
Assignees
Labels
No labels