In the previous chapter, you learned how to add a test project to your solution, write UI tests, and run them in Test Cloud. While this is a great step forward already, ideally you want to have tests run as part of your automated build pipeline. By adding the instructions to your build definitions, you can benefit even more because you do not have to worry about running the tests yourself. The results will be presented to you automatically.
This chapter will cover how to integrate triggering tests into your continuous integration. Maybe even more important, ...