Run Automated UI test as a Continuous Integration & Continuous Delivery Pipeline for Dynamics 365(7) HD
This video tutorial will focus on Run Automated UI test as a Continuous Integration & Continuous Delivery Pipeline for Dynamics 365. How to integrate automated UI tests with Visual Studio build automation in order to be able to integrate with Continuous Integration & Continuous Delivery Pipeline. First, you need to add test category and rebuild the application. Note that the build should be configured as a process, not as a service in order to be able to run the automation UI. Afterwards I am going to commit EasyRepo UI Automation framework in Team Explorer – Changes in order to committed and synchronize the changes in my local EasyRepo on VSTS. See how to create new build definition using .NET Desktop template, remove unnecessary tasks as Publish symbols path, Copy Files to and Publish Artifact drop, but keep the Use NuGet, NuGet restore, Build solution, VsTest – testAssemblies tasks. How to set the correct Test filter criteria, and Test assemblies. Additionally learn how to use VSTest.Console.exe in order to run the automation form from command line and to debug the failing test. --------------------------------- About the Author ----------------------------- Video: https://www.youtube.com/watch?v=3Na_5DjFb8g Blog: https://mohamedradwan.com Linked-in https://eg.linkedin.com/in/mohamedahmedradwan GitHub https://github.com/DevOpsFounder Twitter: https://twitter.com/mradwan06 To learn more about Agile Software Testing, have a look at the quick guide about Agile Software Testing. This guide presents the basic idea behind Agile methodology and its connection to software testing. It describes the structural idea of Agile and explains the importance of adaptation to changes in the fast-paced software development world, have a look on the following post: http://mohamedradwan.com/2018/01/30/published-a-quick-guide-about-agile-software-testing/ #ContinuousIntegration #ContinuousDelivery #CICDPipeline #Dynamics365 #UItesting