test-qa

Generates interview questions for QA and test engineering roles.

23|1|Updated Aug 3, 2026
One-click install
npx skills add https://github.com/yuecao365/OfferCome --skill test-qa-yuecao365
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-qa
Source: https://github.com/yuecao365/OfferCome/tree/main/src/lib/mock-interviews/skills/test-qa
Command: npx skills add https://github.com/yuecao365/OfferCome --skill test-qa-yuecao365

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interviewers and hiring teams often struggle to design structured, role-appropriate questions for test development, QA, and SDET candidates, defaulting to shallow questions that fail to reveal real testing ability. ## Core Features & Use Cases - Domain Question Bank: Covers test case design, automation frameworks, performance testing, chaos engineering, test platforms, quality metrics, and AI-era testing. - Signal-Based Evaluation: Each topic includes question ladders, danger signals, and expected signals to distinguish structured thinkers from rote answerers. - Resume Hooks: Maps resume claims (automation frameworks, load testing, CI/CD) to targeted follow-up probes that verify real project depth. - Use Case: When interviewing a candidate who claims to have built an interface automation framework, use this Skill to probe layering design, flaky test governance, failure rates, and real defects found. ## Quick Start Generate mock interview questions for a QA candidate whose resume mentions performance testing and a self-built test platform.

Frequently Asked Questions about test-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design interview questions for QA engineers?▼

Start with test case design questions that require candidates to structure answers by dimensions like function, boundary, exception, security, and performance before listing cases. Then probe automation framework depth, performance testing process, and quality metric experience with follow-ups on real numbers.

What questions should I ask in an SDET interview?▼

Ask about automation framework layering, flaky test governance, test data isolation, and code reading ability. For experienced candidates, require concrete data such as case counts, nightly failure rates, real defects found, and platform adoption numbers.

How to evaluate a candidate's performance testing experience?▼

Ask them to walk through a full load test: scenario modeling, data preparation, monitoring metrics, and bottleneck triage order when error rates spike. Strong candidates mention connection pools, thread pools, GC, and the risk that the load generator itself becomes the bottleneck.

What are red flags when interviewing test engineers?▼

Red flags include listing test cases without dimensional structure, frameworks that are just script piles, treating code coverage as a quality goal, and inability to cite real numbers like failure rates or defects found. These indicate lack of structured thinking or unverified project claims.

How do I interview candidates about AI testing?▼

Ask how they would test a non-deterministic system like a customer service agent, covering assertion design, evaluation dataset construction, and fallback verification. Strong answers include LLM-as-judge with human calibration and layered fallback validation.