あなたは会社のテストプロセスを自動化しています。 Web アプリケーションの UI テストを自動化する必要があります。 どのフレームワークを使用する必要がありますか?
正解: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. References: https://docs.microsoft.com/en-us/azure/devops/pipelines/test/continuous-test-selenium?view=azure-devops