Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brminnick/entryuitest
A very simple Xamarin.Forms app that contains a basic UITest
https://github.com/brminnick/entryuitest
uitest xamarin xamarin-android xamarin-forms xamarin-ios xamarin-uitest
Last synced: 2 months ago
JSON representation
A very simple Xamarin.Forms app that contains a basic UITest
- Host: GitHub
- URL: https://github.com/brminnick/entryuitest
- Owner: brminnick
- License: mit
- Created: 2016-06-27T22:12:24.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T02:09:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T13:57:16.836Z (3 months ago)
- Topics: uitest, xamarin, xamarin-android, xamarin-forms, xamarin-ios, xamarin-uitest
- Language: C#
- Size: 1.03 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# EntryUITest
This app shows how to implement [Xamarin.UITest](https://docs.microsoft.com/appcenter/test-cloud/uitest?WT.mc_id=mobile-0000-bramin) in a [Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms?WT.mc_id=mobile-0000-bramin) project.
We've added an [AutomationId](https://docs.microsoft.com/dotnet/api/xamarin.forms.element.automationid?view=xamarin-forms&WT.mc_id=mobile-0000-bramin) to each control to show how the UI test can interact with controls using their [AutomationId](https://docs.microsoft.com/dotnet/api/xamarin.forms.element.automationid?view=xamarin-forms&WT.mc_id=mobile-0000-bramin).