Test framework example
Now that you have become aware of some of the approaches to testing, it’s time to look at a practical example and for that, we have to begin with key drivers. Please look at Figure 10.1, where you can see a test framework that you can take into account as you develop your solution. It should be formalized and made available to all those on the solution’s various project teams to utilize. In Figure 10.1 you can see that your test framework, integration, and best practices work together to form the scope of your test effort:
Figure 10.1 – Azure DevOps scope
Remember that the goal is to reduce the overhead of testing and make it as easy as possible to run tests. The developers and testers need to be able to catch deviations from the status quo as development sprints release code into various developed environments. You will know that the system is minimally up and running based on integration tests that are running...