IKivan-kozenko -aqa
Try yourself as a QA tester
Back to topic

Quiz

Agents

Check yourself

  1. 1.After a UI redesign, 15 tests are failing because button labels and form field names changed. What's the most efficient way to fix this?
  2. 2.What are the three agents in Playwright's AI agent pipeline and what does each one do?
  3. 3.What command do you run to generate agent definition files for Claude Code?
  4. 4.What is the purpose of the seed test (seed.spec.ts) used by the planner and generator agents?
  5. 5.What does the generator agent do that makes its output more reliable than naive AI code generation?
  6. 6.What happens when healer determines that a failing test reflects a real bug in the application rather than a broken locator?
  7. 7.Where does Playwright store the agent definition files when you run npx playwright init-agents --loop=claude?
  8. 8.The agent-produced test file has clear, semantic locators and readable structure, but a human engineer notices a more efficient assertion strategy. Should they edit the file?