Coded UI Tests

Eintrag zuletzt aktualisiert am: 17.09.2019

Coded UI Tests ist ein Werkzeuge für Benutzeroberflächentests, dass es in Visual Studio von Version 2010 bis Version 2019 gibt. Das Werkzeug wurde aber länger schon nicht mehr weiterentwickelt und Anfang 2019 hat Microsoft angekündigt, dass das Werkzeug nach Version 2019 nicht mehr in Visual Studio enthalten sein wird. [https://devblogs.microsoft.com/devops/changes-to-coded-ui-test-in-visual-studio-2019/ ]

Microsoft empfielt nun Selenium und Appium / Windows Application Driver.

"OSS UI test tools such as Selenium and Appium have gained momentum and have a strong community backing. Because these frameworks have become industry standards, we deprecated Coded UI test for automated UI-driven functional testing. Visual Studio 2019 will be the final version of Visual Studio with Coded UI test features." [https://docs.microsoft.com/de-de/visualstudio/releases/2019/release-notes-preview]

"We recommend using Selenium for testing web-applications and Appium with WinAppDriver for testing desktop (WPF, WinForms, Win32) and UWP apps."
[https://devblogs.microsoft.com/devops/changes-to-coded-ui-test-in-visual-studio-2019/]