Re: Store extracted data in a file

2011-10-26 Thread simona
rking release only by using a beanshell script instead of the java sampler. Does anybody have a clue on a possible explanation? -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4940420.html Sent from the JMeter - User mailing list archi

Re: Store extracted data in a file

2011-10-17 Thread apc
ainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4910762.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-uns

Re: Store extracted data in a file

2011-10-17 Thread bisbis
Can you please give me an example, I know that sound stupid but right now I don't have any ideea on this.. Thank you :) -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4910394.html Sent from the JMeter - User mailing list archi

Re: Store extracted data in a file

2011-10-17 Thread apc
Actually path you entered in FFW is relative to JMeter start directory, like every JMeter file path. - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4910282.html Sent from the JMeter - User

Re: Store extracted data in a file

2011-10-17 Thread bisbis
Hey, I'm dealing again with those plugins..I have one question: can I use a relative path when creating the testResults.txt? I have tried and it doesn't seem to work..How can I do that? Thank you! -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data

Re: Store extracted data in a file

2011-09-21 Thread sebb
setUp and tearDown Thread Groups in 2.5 > ZK > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4826805.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > -

Re: Store extracted data in a file

2011-09-21 Thread ZK
Couldn't you have 1 Thread Group? Like this: Thread group +Admin create +User +Admin delete Then you could change the 'Number of Threads' for that particular thread group ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp

Re: Store extracted data in a file

2011-09-21 Thread bisbis
e 3rd thead, admin again have to delete the user. But for me, the last admin is executed first so it gives me errors... -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4826754.html Sent from the JMeter - User mailing list archive at Nabbl

Re: Store extracted data in a file

2011-09-21 Thread apc
meter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4825781.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional c

Re: Store extracted data in a file

2011-09-21 Thread bisbis
ter in the same test (like a new CSV) , and I don't know his new name.. Thank you -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4825663.html Sent from the JMeter - User mailing list archiv

Re: Store extracted data in a file

2011-09-20 Thread apc
red data? If not, is there any errors in jmeter.log? - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4822800.html Sent from the JMeter - User mailing list a

Re: Store extracted data in a file

2011-09-20 Thread bisbis
message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4822761.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.

Re: Store extracted data in a file

2011-09-05 Thread apc
ourse. - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4770038.html Sent from the JMeter - User mailing list archive at Nabbl

Re: Store extracted data in a file

2011-09-05 Thread Adrian Speteanu
his sort of thing. It can write and > read from the same file dynamically and over multiple threads. > > - > http://www.http503.com/ > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4763441.html > Sent f

Re: Store extracted data in a file

2011-09-02 Thread Deepak Shetty
wondering how can I save the ID's in a file... > > Regards > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4761988.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > -

Re: Store extracted data in a file

2011-09-02 Thread Oliver Lloyd
not need to use a database at all. JMeter + plugin will easily do this sort of thing. It can write and read from the same file dynamically and over multiple threads. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file

Re: Store extracted data in a file

2011-09-02 Thread apc
ing format: responseData|\n This will give you file containing all your "variable" values during test. Try it, I can send you example test plan if you'll fail to make it yourself. - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble

Re: Store extracted data in a file

2011-09-02 Thread Oliver Lloyd
http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4762746.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional

Re: Store extracted data in a file

2011-09-02 Thread bisbis
extract the ID by using a regex, but I also need to store the ID - I have to do this for more than one user - and use it after ...That's why I was wondering how can I save the ID's in a file... Regards -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted

Re: Store extracted data in a file

2011-09-01 Thread Deepak Shetty
the application... > > Is there any way to do that? How can I store each extracted ID in a file? > > Thanks, > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-f

Re: Store extracted data in a file

2011-09-01 Thread Adrian Speteanu
re this ID in a file, a CSV file preferable. And with this file > created, when I login with the user, I can take his ID from the file and > pass it to the application... > > Is there any way to do that? How can I store each extracted ID in a file? > > Thanks, > > -- > Vi

Store extracted data in a file

2011-09-01 Thread bisbis
http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4757868.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For addit