Microsoft
AZ-400 · Question #91
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. Selenium. Performing user interface (UI) testing as part of the release pipeline is a great way of detecting unexpected changes, and need not be difficult. Selenium can be used to test your website during a continuous deployment release and test automation…
Submitted by parkjh· Mar 6, 2026Design infrastructure solutions
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
- BSelenium
- CXamarin.UITest
- DMicrosoft.CodeAnalysis
How the community answered
(41 responses)- A20% (8)
- B71% (29)
- C2% (1)
- D7% (3)
Explanation
Performing user interface (UI) testing as part of the release pipeline is a great way of detecting unexpected changes, and need not be difficult. Selenium can be used to test your website during a continuous deployment release and test automation. https://docs.microsoft.com/en-us/azure/devops/pipelines/test/continuous-test- selenium?view=azure-devops
Topics
#Selenium#UI testing#test automation#web testing
Community Discussion
No community discussion yet for this question.