Visual Studio 2019 web recorder greyed out on load test

PEDRO MIGUEL RODRIGUES REIS 1 Reputation point
2022-12-12T18:33:51.543+00:00

Hello,

I've installed Visual Studio 2019 Enterprise on a server, and currently, I only get the web recorder not greyed out when I run the test with the user account I installed visual studio with. This account is local admin. But when try to run it with another local admin account, the web recorder is greyed out. On IE11 I have Enhanced Protection Mode Disabled.

It seems that only the account I used to install visual studio, doesn't get the web recorder greyed out. How can I add other accounts, to not get the web recorder greyed out , or how can I go about this problem?

Thanks in advance.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,595 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
327 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PEDRO MIGUEL RODRIGUES REIS 1 Reputation point
    2022-12-15T15:10:58.82+00:00

    The solution I encountered was:

    1) Win+R: gpedit.msc
    2) Both in the Computer and User Configuration, under Administrative Templates -> Windows Components -> Internet Explorer (click here)
    3) The "Do not allow users to enable or disable add-ons" was set to "Enable", and is now set to "Not configured"
    4) In IE, disable and then enable the Web Test Recorder add-on on Tools -> Manage Add-ons

    That did it for me.