Re: CSV file iteration in remote tests

2013-11-07 Thread Janusz Kowalczyk
Hi Oliver, Have a look at this test plan https://github.com/kowalcj0/jmeter-example-test-plans/tree/master/selectNRandomLinesFromFile There's a JSR223 Sampler which takes a text file and randomly selects N number of lines from it (sometimes with duplicates) and saves it in a new file. If you

Include within an module within an include?

2013-11-07 Thread Robin D. Wilson
So, in JMeter 2.9, we had the following scenario that worked fine: 1) File Login: 2) Test Fragment 3) Controller - Login 4) Regex - Get Variables 5) 6) File Simple Test Scenario: 7) Test Fragment 8) Include File Login 9)

Re: Include within an module within an include?

2013-11-07 Thread Philippe Mouawad
Hello, Would it be possible to create very simple test plans with same structure that you describe using debug sampler or java sampler (as you have a regexp that is broken), it would help you debug issue and help us see if it's an issue with 2.10 ? You can open a Bugzilla and attach file. Thank

Re: Include within an module within an include?

2013-11-07 Thread Philippe Mouawad
Great ! Thanks for the effort and feedback . Regards @philmdot On Thursday, November 7, 2013, Robin D. Wilson wrote: Well, after building my simplified test case, I discovered that it works fine - and the bug was in my (more complicated) test case. (Granted, the test case had worked in JM2.9,