AZ-400 – Question 65

0
72
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. Selenium
C. Xamarin.UITest
D. Microsoft.CodeAnalysis
 
Correct Answer: B
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.