From the course: Visual Studio App Center for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Automate a test with the CLI

Automate a test with the CLI - Visual Studio Tutorial

From the course: Visual Studio App Center for Developers

Start my 1-month free trial

Automate a test with the CLI

- We create a test run inside the app center portal. So to start this, I'm going to make sure I have the right application selected, in this case, our iOS Xamarin App and go to test. And now we need to select what devices to run our test on. So in our app, we can now say, start testing our app. It may ask you to start a 30-day trial. If so, accept it. Now we see a list of devices we could run our test on. These are different versions of devices and different versions of the operating system. I'm just going to grab this iPhone 7 Plus and click Select 1 device. So this test will run on just one device. If I selected multiple devices, the test would run on multiple devices. A test series is a collection of tests for an organization. The master series is created by default, so we leave that there and select that we want a Xamarin UI Test and then press Next. This last page gives information on the commands that we need to run for our test. So we're going to scroll down, and we're going to…

Contents