WorksheetsPlaywright Quiz (Engineer Camp)
Total questions: 25
Worksheet time: 13mins
What is the primary purpose of Playwright?
Data analysis
Web automation
Mobile app development
Desktop software development
Which company developed Playwright?
Microsoft
Apple
Amazon
What does Mabl primarily focus on?
Mobile testing
Web automation
Desktop software
API testing
What is the main feature of Playwright's "Codegen"?
Debugging tools
Recording user actions
Parallel test execution
Test retries
What type of reports does Playwright support out of the box?
Excel
HTML
PowerPoint
How can you run Playwright tests in headed mode?
Which browser is not supported by Playwright?
Chromium
Firefox
Safari
Internet Explorer
In Playwright, which command is used to start a test run?
npx playwright start
npx playwright run
npx playwright test
npx playwright begin
What feature does Playwright offer for debugging failed tests?
Test Tagging
Trace Viewer
Codegen
Automatic Waiting
Which feature of Playwright helps in creating isolated browser contexts?
Test Retries
Parallel Test Execution
Browser Context Creation
Video and Screenshot Support
What is the primary difference between Mabl and Playwright in terms of test authoring?
Mabl uses code-based tests, while Playwright uses low-code tests
Mabl uses low-code tests, while Playwright uses code-based tests
Both use code-based tests
Both use low-code tests
Which feature of Playwright ensures that elements are ready before executing actions?
Test Tagging
Automatic Waiting
Parallel Test Execution
Video and Screenshot Support
How does Playwright handle test retries?
What type of data management is more flexible in Playwright compared to Mabl?
Test Reporting
Test Data Management
Debugging Capabilities
Test Tagging
Which Playwright feature allows you to view recordings of test execution?
Codegen
Playwright Inspector
Trace Viewer
Test Tagging
What is the main advantage of using Playwright over Mabl in terms of cost?
Mabl is free, while Playwright is subscription-based
Playwright is open-source and free to use
Both are free
Both have subscription-based pricing
In Playwright, how can you debug tests step by step?
By using npx playwright test --debug
By pausing the test script with await page.pause()
By using npx playwright test --ui
By using npx playwright test --verbose
What is the main feature of Playwright’s “Parallel Test Execution”?
Running tests on different browsers
Running multiple tests simultaneously
Debugging tests in real-time
Capturing screenshots
What does Playwright's "Video and Screenshot Support" feature provide?
Option to take screenshots only
Ability to record and view videos of test runs
Only video recordings of test runs
Integrated test reporting
What kind of reports can you create with Playwright's built-in reporting tools?
Customizable reports
Basic text reports
Data-only reports
No reporting capabilities
What is a key benefit of Playwright’s "Browser Context Creation" feature?
It allows for parallel test execution on multiple machines
It creates isolated environments within a single browser instance
It integrates with third-party reporting tools
It enables automatic test retries
How does Playwright’s "Automatic Waiting" feature improve test reliability?
By manually adjusting waiting times
By waiting for elements to be ready before executing actions
By using static waiting times
By skipping tests that take too long
What feature of Playwright allows you to monitor test execution step by step?
Codegen
Trace Viewer
Playwright Inspector
Video and Screenshot Support
In terms of debugging, how does Playwright compare to Mabl?
Playwright has limited debugging capabilities, while Mabl offers advanced tools
Playwright offers advanced debugging tools integrated with VS Code, while Mabl has limited options
Both have similar debugging capabilities
Mabl has more debugging tools than Playwright
What is the significance of "Test Tagging" in Playwright?
It helps in creating isolated browser contexts
It allows for grouping and running test cases together
It provides automatic waiting for elements
It integrates with third-party reporting tools
