In the previous chapters of the book we discussed automation of functional testing using Selenium and Visual Studio and getting the test automations running with CI/CD pipelines. For any application, it is essential to go through load and performance testing, before getting it to the production. Ideally these tests should be performed in an environment similar to the production environment in order to identify any issues in the pre-production stage.
For load and ...