In Part 1 of this article, I explain a method that you can use to automate the testing of SharePoint 2016 services status in Central Administration with Visual studio 2015 Coded UI testing project. In part 2, I will continue on that platform to change the coded UI project to check the status of servicesRead More
Tag: test
Coded UI Testing SharePoint 2016 services with Visual Studio 2015 – Part 1

Introduction Coded UI testing is an automated test that drive your application through its user interface (UI) and gives you feedback about the health state of your application. SharePoint 2016 has a new feature which is called zero-downtime-patching; it simply means that you can patch your SharePoint 2016 servers without any downtime. You can useRead More