This post discusses the issue that testers face while using the load test rig created with Visual Studio for the first time.After configuring the test controller and test agent for the test rig, you might need to track the status of the controller and agents. For that purpose, you can use Manage Test Controller section of the visual studio.
Prerequisites:
Load test rig configured using several machines
Friday, December 27, 2019
Enabling the Disabled Manage Test Controller window in Visual Studio When Using After Configuring a New Test Rig
Saturday, December 21, 2019
Resolving reading mal-formatted XML with PowerShell
This post explains a small issue faced while reading the XML configuration file values using a PowerShell script. You may have experienced the same issue while reading XML files with PowerShell. So, this post would help you to learn how we can resolve the issue.
Our requirement was to get the content of the App.config file and App.dll.config file to a PowerShell variable. It was possible to get the content of the App.config file to a PowerShell variable with following command.$appConfig is the App.config file path.
Our requirement was to get the content of the App.config file and App.dll.config file to a PowerShell variable. It was possible to get the content of the App.config file to a PowerShell variable with following command.$appConfig is the App.config file path.
Sunday, December 15, 2019
Updating App config in Azure Pipeline Using Octopus Variable set
Prerequisites:
- Octopus environments
- Octopus variable sets
- Octopus project with variable sets attached
Let's identify how we configure a project and variable sets in the Octopus. Following image shows the Octopus variable and values defined with the scope.
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...