Quiz 3: Playwright Testing Basics

1. What is Playwright used for?

2. Which company developed Playwright?

3. Which command is used to run tests in Playwright?

4. What is the default browser engine used by Playwright?

5. What is the purpose of `page.locator()` in Playwright?

6. How do you take a screenshot in Playwright?

7. What is `expect()` used for in Playwright test?

8. How do you launch a browser in headless mode?

9. What is the use of `context` in Playwright?

10. Which file is typically used for Playwright configuration?