nerdexam
Microsoft

AZ-400 · Question #468

You are automating the testing process for your company. You need to automate UI testing of a web application. Which framework should you use?

The correct answer is B. Playwright. Playwright - Playwright is a cross-browser automation library developed by Microsoft. It supports multiple programming languages, including JavaScript, Python, and .NET. Playwright allows you to automate interactions with web pages in various browsers, including Chrome, Firefox,

Submitted by wei.xz· Mar 6, 2026Design and implement build and release pipelines

Question

You are automating the testing process for your company. You need to automate UI testing of a web application. Which framework should you use?

Options

  • AJaCoco
  • BPlaywright
  • CXamarin.UITest
  • DMicrosoft.CodeAnalysis

How the community answered

(29 responses)
  • B
    93% (27)
  • C
    3% (1)
  • D
    3% (1)

Explanation

Playwright - Playwright is a cross-browser automation library developed by Microsoft. It supports multiple programming languages, including JavaScript, Python, and .NET. Playwright allows you to automate interactions with web pages in various browsers, including Chrome, Firefox, and Safari. It offers features like parallel test execution, robust element selectors, and built-in support for modern web technologies.

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice