# testing-strategy - Author: Ghulam Mohiuddin - Repository: rising-gmd/vscode-copilot-config - Version: 20260201114007 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/rising-gmd/vscode-copilot-config - Web: https://mule.run/skillshub/@@rising-gmd/vscode-copilot-config~testing-strategy:20260201114007 --- # Testing Strategy ## Description Test pyramid guidance, mocking strategy, test fixtures, and templates for unit and integration tests. ## When to Use - When adding tests for new features - When writing integration tests for service contracts ## Resources - Templates available under `test-templates/` for Jasmine/Karma and xUnit. ## Integration Agents (test-writer, implementation) should follow these templates to ensure consistent tests and harnesses.