
Section C — Functional Testing (20 points) 7. (8 pts) Design 6 black-box test cases covering core functionality. For each case include: test objective, preconditions, input, expected result, and priority (High/Medium/Low). 8. (6 pts) Design 4 boundary and edge-case tests (e.g., large inputs, empty values, concurrency). Include expected behavior and rationale. 9. (6 pts) Describe an automated test strategy (tools, frameworks, CI integration, test data management) to achieve 80%+ regression coverage for the core modules. Include one concrete example test snippet in pseudocode or a short code block showing how you’d assert a critical behavior.
Section D — Performance & Scalability (15 points) 10. (6 pts) Propose a performance testing plan: objectives, key metrics (latency, throughput, error rate), test scenarios (load, stress, soak), and pass criteria. 11. (5 pts) Describe how you’d set up a realistic load test environment (infrastructure, dataset size, user profiles) and one example JMeter or k6 test parameter set. 12. (4 pts) Explain one bottleneck detection method (profiling, APM) and sample steps to remediate a CPU-bound issue. tp.vst59.p67 software
Section G — Compliance & Legal (7 points) 18. (4 pts) Identify three regulatory or compliance requirements likely relevant (e.g., GDPR, SOC 2, HIPAA) and what you would check for each. 19. (3 pts) Suggest documentation deliverables to satisfy audits and internal governance (e.g., evidence of encryption, test logs, change history). Section C — Functional Testing (20 points) 7