ScriptGenerator icon indicating copy to clipboard operation
ScriptGenerator copied to clipboard

This doesnt work.. Geting an error on Fiddler 4.

Open krishnakanthpps opened this issue 9 years ago • 2 comments

Got the below error on Fiddler 4. Created two scripts and ran the following command

Abstracta.ScriptGeneratorCLI_4.5.exe -h newtours.demoaut.com -p 80 -f E:\Test\ScriptGenerator1.saz -f E:\Test\ScriptGenerator2.saz -o E:\Test\

Executing ScriptGeneratorCLI_4._5 (Create JMeter/OpenSTA scripts based on Fiddler sessions.):

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Abstracta.Generators.Framework.JMeterGenerator.PageRequest.WriteHTTPSample (XmlWriter xmlWriter, AbstractStep myStep, Session request, Page page, String fullURL, IEnumerable1 validations, IEnumerable1 parametersToExtract, Boolean followRedirects, Boolean enable, Boolean isPrimary) at Abstracta.Generators.Framework.JMeterGenerator.PageRequest.ToString() at Abstracta.Generators.Framework.JMeterGenerator.Step.ToString() at Abstracta.Generators.Framework.JMeterGenerator.JMeterGenerator.AddThreadGroupContent(XmlWriter xmlWriter) at Abstracta.Generators.Framework.JMeterGenerator.JMeterGenerator.Save() at Abstracta.Generators.Framework.ScriptGenerator.GenerateScripts(GeneratorType generatorType) at ScriptGeneratorCLI_4._5.Command.Run(String[] remainingArguments) at ManyConsole.ConsoleCommandDispatcher.DispatchCommand(IEnumerable`1 commands, String[] arguments, TextWriter consoleOut, Boolean skipExeInExpectedUsage) at ScriptGeneratorCLI_4._5.Program.Main(String[] args)

krishnakanthpps avatar Apr 09 '16 16:04 krishnakanthpps

Hi! A www is missing in your home parameter. Please try with www.newtours.demoaut.com

Regards, Leticia.

leticiaalmeida avatar Apr 11 '16 14:04 leticiaalmeida

Thanks for worked.

On Monday, April 11, 2016, leticiaalmeida [email protected] wrote:

H! A www is missing in your home parameter. Please try with www.newtours.demoaut.com

Regards, Leticia.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/abstracta/ScriptGenerator/issues/6#issuecomment-208377287

krishnakanthpps avatar Apr 12 '16 05:04 krishnakanthpps