Skip to content

paulpatarinski/XamUITest_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin UI Test Examples

Xamarin UI Test is a cross platform UI Testing framework by Xamarin built on top of Calabash. This repository demonstrates how to get started testing with Xamarin UI Test regardless of what platform/technology you are using.

  • Key: ✅ = Example Available, 🔧 = Coming Soon, ❌ = Not Supported
Platform Technology/Language Availability
Cross Platform (WebView) Cordova
Cross Platform (WebView) Ionic
Cross Platform (WebView) Telerik Appbuilder
Cross Platform (Native) Xamarin Forms
iOS Swift
iOS ObjC
iOS Xamarin iOS
Android Java 🔧
Android Xamarin Android

#Project structure

  • Apps
    • The executables for the Apps under test
  • UITests
    • Source for the Xamarin UI Tests
  • src
    • The source for the Apps under test

#Bootstrapping Xamarin UI Test Steps to take in order to bootstrap Xamarin UI Test in your project :