Book Image

Mobile DevOps

By : Rohin Tak, Jhalak Modi
Book Image

Mobile DevOps

By: Rohin Tak, Jhalak Modi

Overview of this book

Today's world is all about perfection, and there are hundreds of applications that are released each day out of which only a few succeed. Making sure that the app looks, performs, and behaves as expected is one of the biggest challenge developers face today. The main goal of this book is to teach developers to implement DevOps to build, test, and deliver. This book will teach you to implement Mobile DevOps at every stage of your application's lifecycle with Visual Studio and Xamarin Mobile Lifecycle solutions. Later, it will also show you how to leverage Mobile Center's continuous integration and automated testing to develop a high-quality applications. Next, you’ll see how to mobilize your on-premises data to the cloud and increase your productivity with code reuse. Finally, you’ll discover how to find and fix bugs beforehand, improving the efficiency of your application while it is being developed. By the end of this book, you will be well-versed with Mobile DevOps techniques, delivering high quality and high performance mobile apps.
Table of Contents (13 chapters)

Creating a test run for your application

Now that we have added a team and members to it, it's time to add our application test run to it as well. To create a test run for PhoneCallApp, follow these steps:

  1. In Xamarin Test Cloud, click on New Test Run:
  1. This will open a self-guiding dialog box, where we can select the platform and choose devices.
  1. In the first step in the dialog box, select I'm testing an Android app and click Next:
  1. Select appropriate devices to run your application on and go to the next step:
  1. Select an appropriate Test series, or you can create a new one, select the language, and click Next:
  1. Select UITest on the next screen and click on Running on Windows:
  1. This page gives us a command with a device ID according the devices we selected in previous steps. As it says, please update the directory path to the .apk test assembly bin folder...