You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github-copilot-exercises/other_ides/github_copilot_exercises_2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ Before beginning test analysis, create a specialized QA agent to focus on testin
232
232
1.**Analyze the Feature Implementation**
233
233
- Open a new Copilot Chat session
234
234
- Select **"QA Specialist"** from the agent picker
235
-
- Ask: `@workspace Based on the recently added weather data persistence system, analyze what needs testing.`
235
+
- Ask: `@project Based on the recently added weather data persistence system, analyze what needs testing.`
236
236
- Follow up: `Generate a comprehensive list of test cases covering unit, integration, and edge case scenarios.`
237
237
- Request: `What testing frameworks and setup do we need for this Python 3.10+ project?`
238
238
@@ -243,7 +243,7 @@ Before beginning test analysis, create a specialized QA agent to focus on testin
243
243
244
244
**Deliverable:** Create a `docs/TEST-ANALYSIS.md` file documenting the test cases, edge cases, and setup plan.
245
245
246
-
#### Part 1.2: Test Strategy (Optional)
246
+
#### Part 1.2: Test Strategy
247
247
248
248
For a more strategic approach, you can add a high-level test strategy phase:
249
249
@@ -274,7 +274,7 @@ This approach gives you more fine-grained control and is an excellent exercise i
274
274
275
275
**Deliverable:** Document the test strategy in `docs/epic_weather_analytics_testing/TEST_STRATEGY.md`
276
276
277
-
#### Part 1.4: Detailed Test Plan Generation with Lead Developer
277
+
#### Part 1.4: Detailed Test Plan Generation with QA Specialist Agent
278
278
279
279
1.**Create the Test Implementation Plan**
280
280
- Start a new Copilot Chat session and select **"QA Specialist"** from the agent picker
@@ -367,7 +367,7 @@ This is the core of the QA workflow.
367
367
4. **If Tests Fail (Bug Found):**
368
368
- Start a **new chat session**
369
369
- Paste the full error output into the chat
370
-
- Ask: `@workspace This Python test is failing with the error below. Analyze the relevant Python code and the test to identify the bug. Propose a fix using Python best practices and proper exception handling.`
370
+
- Ask: `@project This Python test is failing with the error below. Analyze the relevant Python code and the test to identify the bug. Propose a fix using Python best practices and proper exception handling.`
371
371
- Include the error output in your message
372
372
- Review the agent's analysis and proposed fix
373
373
- Apply the fix, re-run tests to confirm they pass
0 commit comments