This is a migrated thread and some comments may be shown as answers.

IFiddlerWebTestPlugin not displaying

1 Answer 94 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 18 Jan 2017, 03:48 PM

Hi guys,

Since the performance testing tools have been made available to VS2015 I thought I'd try out the webtest/loadtests and found that fiddler can already export directly to that format. The following article talks about custom plugins you can make for the export process but my version of Fiddler doesn't seem to pick them up.

https://blogs.msdn.microsoft.com/slumley/2007/04/17/writing-fiddler-web-test-plugins/

Can anyone else get this working using the method described? For the examples purposes I took all logic out the plugin and still couldn't get it to display in the list of plugins. It does however lock the file when I open Fiddler? Does this feature still work?

Code below:

Fiddler v4.6.3

    using Fiddler.WebTesting;

    namespace FiddlerPlugin
    {
        public class FiddlerPluginTest : IFiddlerWebTestPlugin
        {
            public void PreWebTestSave(object sender, PreWebTestSaveEventArgs e)
            {
            //Test
            }
        }
    }

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 26 Jan 2017, 06:07 PM
Hi,

Did you pay attention to the comments below the article? There have been some changes since the article was originally published.

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Extensions and Customization
Asked by
Joe
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or