Load testing is very important part of the testing
cycle. It allows you to test your application under stress by increasing the
parallel users of the application. To perform a good load test, you need to
generate more and more traffic, which you can't do only using your development
machine. As a solution, you can use load test rig to generate more traffic to
your application. Load test rig is made up of one test controller machine and
one or more test agent machines. Test controller coordinate the agent machines
and agent machines generate load against the application.
Subscribe to:
Posts (Atom)
-
As DevOps engineers, you get requirements to do scripts to perform several actions on application or get status of the application backend ...
-
If you are familiar with Terraform, you might have experience with terraform state import, which allows to import state of the already prov...
-
This post will discuss the issue you might get when trying to push the nuget package to the Azure DevOps Artifact feed using the build pipel...