https://bz.apache.org/bugzilla/show_bug.cgi?id=58940
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #2 from Philippe Mouawad <[email protected]> --- The dream is this one: - User selects the field he want to extract and some text around it - He right clicks, a popup menu open and he selects "Create my regex extractor" - A wizard open that contains: 1) the selected text , for example 'name="test" input="toto"' 2) the var name : user fills : "myvar" 3) a field called "value you want to extract" that user must fill: toto 4) he clicks a button guess => wizard creates name="test" input="(.+?)" 4) User can select where he wants to add it in the tree 5) Jmeter puts a Regular Expression Extractor at that place containing That's it, users is happy and developer is proud -- You are receiving this mail because: You are the assignee for the bug.
