Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,445

Downloads of v 117.14.6.10000-preview1:

1

Last Update:

19 Jun 2025

Published Date:

19 Jun 2025

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

microsoft visual studio visualstudio vs vs17 2022 load test controller preview admin

Visual Studio 2022 Load Test Controller Preview

(Pending automated review)

This is a prerelease version of Visual Studio 2022 Load Test Controller Preview.

  • 1
  • 2
  • 3

117.14.6.10000-preview1 | Updated: 19 Jun 2025

Downloads:

4,445

Downloads of v 117.14.6.10000-preview1:

1

Published:

19 Jun 2025

Maintainer(s):

Software Author(s):

  • Microsoft

Visual Studio 2022 Load Test Controller Preview 117.14.6.10000-preview1

(Pending automated review)

This is a prerelease version of Visual Studio 2022 Load Test Controller Preview.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Are Exempted or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependencies require reboot

Details

Scan Testing Pending

IMPORTANT

This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.

  • Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
  • This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
  • You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
  • There are also no guarantees that it will be approved.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

jberezanski (maintainer) on 19 Jun 2025 21:31:51 +00:00:

User 'jberezanski' (maintainer) submitted package.

chocolatey-ops (reviewer) on 19 Jun 2025 22:07:38 +00:00:

visualstudio2022testcontroller-preview has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.

Description

Overview

Distribute automated tests to multiple machines.
Agents for Visual Studio 2022 can be used for load, functional, and automated testing. For more details, please refer to the documentation.

Visual Studio Preview gives you early access to the latest features and improvements not yet available in the main release. By trying Preview, you can take advantage of new builds and updates that ship on a frequent cadence. For more information on Visual Studio Preview installs, visit the FAQ page. Visual Studio and Visual Studio Preview can be installed side-by-side on the same device.

This release is not "go-live" and not intended for use on production computers or for creating production code.

Please note that the preview version is continuously evolving and certain features may not work as expected. This version is also not licensed to build shipping applications.

To find out what's new or to see the known issues, see the Visual Studio 2022 Preview release notes.
System requirements

Customizations

All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are described here. The package passes --norestart --wait by default, and --quiet, unless --passive is specified in the package parameters.

The language of the installed software can be controlled using the package parameter --locale language.
The list of languages is presented here. By default, the operating system display language is used.

Example

This command will install Visual Studio Load Test Controller, display progress during the installation and specify the English language regardless of operating system settings:

choco install visualstudio2022testcontroller-preview --package-parameters "--passive --locale en-US"

More package parameter examples

Notes

A reboot may be required after (or even before) installing/uninstalling this package.
If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.8.0) first, perform a reboot if necessary, and then install this package.


tools\.skipAutoUninstall
 
tools\ChocolateyInstall.ps1
Install-VisualStudio `
    -PackageName 'visualstudio2022testcontroller-preview' `
    -ApplicationName 'Microsoft Visual Studio Load Test Controller 2022 Preview' `
    -Url 'https://download.visualstudio.microsoft.com/download/pr/4652b1eb-63f7-432d-84ab-06108c5d7cd7/f1c01a2c52b26a1669ca09b59463729556c2a615ab504934b393edac6f60c142/vs_TestController.exe' <# https://aka.ms/vs/17/pre/vs_testcontroller.exe #> `
    -Checksum 'F1C01A2C52B26A1669CA09B59463729556C2A615AB504934B393EDAC6F60C142' `
    -ChecksumType 'SHA256' `
    -InstallerTechnology 'WillowVS2017OrLater' `
    -Product 'TestController' `
    -VisualStudioYear '2022' `
    -Preview $true
tools\ChocolateyUninstall.ps1
Remove-VisualStudioProduct `
    -PackageName 'visualstudio2022testcontroller-preview' `
    -Product 'TestController' `
    -VisualStudioYear '2022' `
    -Preview $true

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Visual Studio 2022 Load Test Controller Preview 117.14.6.10000-preview1 1 Thursday, June 19, 2025 Pending Automated Review
Visual Studio 2022 Load Test Controller Preview 117.14.5.10000-preview1 9 Friday, June 13, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.4.10000-preview1 13 Friday, June 6, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.3.10000-preview1 8 Sunday, June 1, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.1.10000-preview1 14 Saturday, May 24, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.0.70000-preview1 14 Thursday, May 22, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.0.20000-preview1 31 Friday, March 14, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.0.10100-preview1 21 Sunday, March 2, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.14.0.10000-preview1 25 Friday, February 21, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.13.0.20100-preview1 30 Thursday, January 9, 2025 Exempted
Visual Studio 2022 Load Test Controller Preview 117.13.0.10000-preview1 34 Sunday, November 17, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.12.0.50000-preview1 31 Sunday, November 3, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.12.0.30000-preview1 30 Saturday, October 19, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.12.0.20100-preview1 31 Friday, September 27, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.12.0.20000-preview1 34 Friday, September 13, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.12.0.10000-preview1 33 Friday, August 23, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.11.0.60000-preview1 40 Wednesday, July 31, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.11.0.30000-preview1 41 Friday, July 12, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.11.0.10100-preview1 41 Sunday, June 2, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.11.0.10000-preview1 38 Wednesday, May 22, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.10.0.70000-preview1 50 Saturday, May 11, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.10.0.50000-preview1 40 Saturday, April 27, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.10.0.30000-preview1 43 Friday, April 19, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.10.0.20000-preview1 41 Tuesday, March 19, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.10.0.10000-preview1 53 Wednesday, February 14, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.9.0.50000-preview1 48 Friday, February 2, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.9.0.20100-preview1 52 Thursday, January 11, 2024 Exempted
Visual Studio 2022 Load Test Controller Preview 117.9.0.20000-preview1 52 Tuesday, December 19, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.9.0.10100-preview1 49 Wednesday, November 29, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.9.0.10000-preview1 58 Wednesday, November 22, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.8.0.70000-preview1 50 Monday, November 13, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.8.0.50000-preview1 66 Monday, October 30, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.8.0.40000-preview1 47 Sunday, October 22, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.8.0.30000-preview1 50 Thursday, October 12, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.8.0.20000-preview1 51 Tuesday, September 26, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.8.0.10000-preview1 58 Sunday, September 3, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.7.0.50000-preview1 65 Friday, July 28, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.7.0.40000-preview1 63 Wednesday, July 26, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.7.0.20000-preview1 68 Sunday, June 18, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.7.0.10000-preview1 66 Wednesday, May 17, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.6.0.70000-preview1 54 Thursday, May 11, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.6.0.50000-preview1 55 Wednesday, April 26, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.6.0.40000-preview1 62 Friday, April 21, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.6.0.20000-preview1 61 Saturday, March 18, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.6.0.10000-preview1 57 Friday, February 24, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.5.0.60000-preview1 69 Tuesday, February 21, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.5.0.40000-preview1 56 Friday, January 27, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.5.0.30000-preview1 71 Saturday, January 21, 2023 Exempted
Visual Studio 2022 Load Test Controller Preview 117.5.0.20000-preview1 64 Thursday, December 15, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.5.0.10000-preview1 71 Sunday, November 13, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.4.0.20100-preview1 67 Sunday, October 2, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.4.0.20000-preview1 68 Sunday, September 18, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.4.0.10000-preview1 69 Sunday, August 28, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.3.0.20000-preview1 87 Wednesday, June 22, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.3.0.10100-preview1 69 Tuesday, May 24, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.3.0.10000-preview1 70 Wednesday, May 18, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.2.0.60000-preview1 81 Thursday, May 5, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.2.0.50000-preview1 71 Thursday, April 28, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.2.0.20100-preview1 77 Saturday, March 26, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.2.0.20000-preview1 93 Thursday, March 17, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.2.0.10000-preview1 71 Thursday, February 17, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.60000-preview1 87 Thursday, February 10, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.50000-preview1 125 Thursday, February 3, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.40000-preview1 88 Friday, January 28, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.30000-preview1 82 Friday, January 21, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.20000-preview1 92 Thursday, January 6, 2022 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.10100-preview1 102 Wednesday, November 17, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 117.1.0.10000-preview1 80 Monday, November 8, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 117.0.0.70000-preview1 79 Sunday, October 31, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.70000-preview1 78 Friday, October 29, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.60000-preview1 80 Friday, October 22, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.50000-preview1 84 Saturday, October 16, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.40100-preview1 82 Tuesday, September 21, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.40000-preview1 82 Wednesday, September 15, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.30100-preview1 93 Sunday, August 22, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.20100-preview1 89 Thursday, July 22, 2021 Exempted
Visual Studio 2022 Load Test Controller Preview 17.0.0.10100-preview1 90 Friday, June 25, 2021 Exempted

Software

Visual Studio 2022 Preview release notes

Package

117.14.6.10000-preview1:

  • Package metadata updated for Visual Studio 2022 version 17.14.6 Preview 1.0 (the native installer always installs the latest released Visual Studio 2022 Preview build).
  • Updated bootstrapper url.

Discussion for the Visual Studio 2022 Load Test Controller Preview Package

Ground Rules:

  • This discussion is only about Visual Studio 2022 Load Test Controller Preview and the Visual Studio 2022 Load Test Controller Preview package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Visual Studio 2022 Load Test Controller Preview, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus