I am using Xamarin UI Tests based on the NUnit.Framework
to test my application. I currently have a Login page that makes a request to a online server to check user credentials. Is it possible to bypass this screen and get Xamarin UI Tests to start running a test on a specific page?
Read more here: https://stackoverflow.com/questions/65712894/is-it-possible-to-skip-past-a-login-page-to-run-xamarin-ui-tests
Content Attribution
This content was originally published by itcoder at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.