TRYOUT.RUN / NO ACCOUNT NEEDED
Two real QA screening questions. Scored like a candidate.
The same questions a QA screen actually asks, graded against a senior QA’s rubric. Two questions, no signup, a few minutes.
DEBUG.THE.FLAKEQUESTION 1 / 2
This Playwright test passes locally but fails about one run in five on CI. Diagnose why it is flaky and describe how you would rewrite it to be deterministic. You can answer in prose, pseudocode, or real code.
test('user can save a draft', async ({ page }) => {
await page.goto('/editor')
await page.fill('#title', 'Q3 regression plan')
await page.click('button:nth-child(3)')
await page.waitForTimeout(2000)
const toast = await page.$('.toast-success')
expect(await toast!.textContent()).toContain('Saved')
})Keep going, 20+ characters so scoring means something
FREE.SCORE · NO.CARD · ANSWERS.STAY.PRIVATE