17 / 80 · 12 Programming for QA · JavaScript and TypeScript for QA← prev⊞ allnext →☰ Read as one page
2.9Practical Exercise
- Create a Playwright Test project that tests a public website (e.g., https://demo.playwright.dev/todomvc/)
- Write tests for: adding a todo, completing a todo, filtering active/completed
- Add TypeScript interfaces for any API response data
- Use fixtures for common setup (pre-populated todo list)