exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 9 question 7 discussion

Actual exam question from Microsoft's AZ-400
Question #: 7
Topic #: 9
[All AZ-400 Questions]

You are automating the testing process for your company.

You need to automate UI testing of a web application.

Which framework should you use?

  • A. JaCoco
  • B. Playwright
  • C. Xamarin.UITest
  • D. Microsoft.CodeAnalysis
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
renzoku
Highly Voted 1 year, 5 months ago
Playwright, framework that allow write tests and automate UI testing across different web browsers JaCoco, code coverage tool for Java applications Xamarin.UITest, automating UI testing of mobile applications Microsoft.CodeAnalysis, for analyze, parse and generate code, usually to static code analysis rather UI testing
upvoted 15 times
...
FeriAZ
Most Recent 8 months, 3 weeks ago
Selected Answer: B
A. JaCoco: JaCoco is a library for Java code coverage analysis. While it's useful for unit testing, it doesn't handle UI testing of web applications. C. Xamarin.UITest: Xamarin.UITest is a framework specifically designed for UI testing of mobile applications built with Xamarin. It wouldn't be suitable for a web application. D. Microsoft.CodeAnalysis: This is a framework used for static code analysis in .NET development. It doesn't handle UI testing. Playwright, on the other hand, is a popular and powerful framework designed for modern web automation testing.
upvoted 2 times
...
sudhakaru
1 year, 6 months ago
Agree with B. PlayWright. Other popular tools are Selenium, Cypress, Appium, TestCafe etc..
upvoted 3 times
...
dipti927
1 year, 6 months ago
Correct Answer : B 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.
upvoted 2 times
...
kay000001
1 year, 6 months ago
Selected Answer: B
Answer is Playwright https://reflect.run/articles/visual-testing-in-playwright/#:~:text=Playwright%20is%20an%20open-source%20test%20automation%20framework%20that,scripts%20in%20JavaScript%2C%20TypeScript%2C%20Python%2C%20Java%2C%20and%20C%23.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...