支援的測試架構
重要
Visual Studio App Center 已排定於 2025 年 3 月 31 日淘汰。 雖然您可以繼續使用 Visual Studio App Center,直到它完全淘汰為止,但有數個建議您考慮移轉至的建議替代方案。
App Center 測試是原生和混合式行動應用程式的測試自動化服務。 下列清單概述目前支援的測試架構。
測試架構 | 廠商 | 語言 | 檔 & 資源 |
---|---|---|---|
Appium | 開放原始碼 | 使用 JUnit 的 Java | https://appium.io |
葫蘆 | Microsoft | Ruby 搭配 Cucumber | https://github.com/calabash/calabash-ios |
濃縮咖啡 | Java 或 Kotlin | https://developer.android.com/training/testing/espresso/ | |
Xamarin.UITest (iOS、 Android) | Microsoft | 使用 NUnit 的 C# 或 F# | UITest |
XCUITest | Apple | Swift 或 Objective-C | 使用 Xcode 進行測試 - 使用者介面測試 |
針對第一次選取測試架構的小組,建議使用平臺原生的架構。
- Android 應用程式的 Oid
- Xamarin.UITest for Xamarin 跨平台應用程式
- 適用於 iOS 應用程式的 XCUITest
此方法的極端值是 Appium。 Appium 可能適合具有 Appium 或 Selenium 體驗的小組,或適用於想要跨平台測試的非 Xamarin 應用程式小組。 如需詳細資訊,請參閱 Appium 網站。