We have web performance tests (scripts) developed in Visual Studio 2017 for load testing. Now the requirement has come to replace VSTS and have JMeter for load testing.
I want to avoid developing scripts in JMeter from scratch and for that I'm looking for a way to convert VS web tests to JMeter scripts. Even if it's converting to other extension like .har and then to .jmx (JMeter), that's fine. There are online tools from BlazeMeter and others but our scripts are confidential and that's why I'm looking for a desktop solution.
I read somewhere that fiddler exports to .jmx, but I couldn't find that.