Re: writing custom sampler howto?

2006-10-20 Thread Peter Lin

you have to add it to
src\core\org\apache\jmeter\resources\messages.properties

then you have to make a new jar of the core stuff.

peter

On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:


I have been following the code in MailReaderSampler and
MailReaderSamplerGui.  I have my sampler showing up in JMeter, the
problem is that I do not know where to load properties and
configuration for the sampler.  I get the following errors in
jmeter.log

2006/10/20 16:19:50 INFO  - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties
2006/10/20 16:19:51 WARN  - jmeter.util.JMeterUtils: ERROR! Resource
string not found: [smtp_sampler] java.util.MissingResourceException:
Can't find resource for bundle java.util.PropertyResourceBundle, key
smtp_sampler
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at org.apache.jmeter.util.JMeterUtils.getResStringDefault(
JMeterUtils.java:342)
at org.apache.jmeter.util.JMeterUtils.getResString(
JMeterUtils.java:306)
at org.apache.jmeter.gui.AbstractJMeterGuiComponent.getStaticLabel
(AbstractJMeterGuiComponent.java:292)
at org.apache.jmeter.gui.AbstractJMeterGuiComponent.(
AbstractJMeterGuiComponent.java:80)
at org.apache.jmeter.samplers.gui.AbstractSamplerGui.(
AbstractSamplerGui.java:37)



On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> go through the tutorial. basically, you need to put the jar file under
> jmeter/lib/ directory and it will scan it.
>
> peter
>
> On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> >
> > Peter -
> >
> > Thanks for the links, but either I am missing something, or I need
> > more information.  I want to write a sampler that will send SMTP
> > messages to a server.  I have the smtp code written, but I am unsure
> > as to how to tie the SMTP protocol code to JMeter.  How does the
> > JMeter application know to load my classes, and what about writing a
> > configuration GUI?
> >
> > Thanks.
> >
> >
> > On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > > http://wiki.apache.org/jakarta-jmeter/JMeterDevelopment
> > >
> > >
> >
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf
> > >
> > >
> > >
> > > On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> > > >
> > > > These what you are talking about?
> > > >
> > > > http://wiki.apache.org/jakarta-jmeter/JMeterEclipse
> > > > http://jakarta.apache.org/usermanual/junitsampler_tutorial.pdf
> > > >
> > > > Thank you.
> > > >
> > > > On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > > > > you can find a tutorial on the website. there's also some tips
on
> > the
> > > > wiki
> > > > > about setting up eclipse.
> > > > >
> > > > > peter
> > > > >
> > > > > On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > Where can I find information on writing a custom sampler for
> > jmeter?
> > > > > >
> > > > > > Thank you.
> > > > > >
> > > > > >
> > -
> > > > > > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
-
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
[EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: writing custom sampler howto?

2006-10-20 Thread Mark

I have been following the code in MailReaderSampler and
MailReaderSamplerGui.  I have my sampler showing up in JMeter, the
problem is that I do not know where to load properties and
configuration for the sampler.  I get the following errors in
jmeter.log

2006/10/20 16:19:50 INFO  - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties
2006/10/20 16:19:51 WARN  - jmeter.util.JMeterUtils: ERROR! Resource
string not found: [smtp_sampler] java.util.MissingResourceException:
Can't find resource for bundle java.util.PropertyResourceBundle, key
smtp_sampler
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at 
org.apache.jmeter.util.JMeterUtils.getResStringDefault(JMeterUtils.java:342)
at org.apache.jmeter.util.JMeterUtils.getResString(JMeterUtils.java:306)
at 
org.apache.jmeter.gui.AbstractJMeterGuiComponent.getStaticLabel(AbstractJMeterGuiComponent.java:292)
at 
org.apache.jmeter.gui.AbstractJMeterGuiComponent.(AbstractJMeterGuiComponent.java:80)
at 
org.apache.jmeter.samplers.gui.AbstractSamplerGui.(AbstractSamplerGui.java:37)



On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:

go through the tutorial. basically, you need to put the jar file under
jmeter/lib/ directory and it will scan it.

peter

On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
>
> Peter -
>
> Thanks for the links, but either I am missing something, or I need
> more information.  I want to write a sampler that will send SMTP
> messages to a server.  I have the smtp code written, but I am unsure
> as to how to tie the SMTP protocol code to JMeter.  How does the
> JMeter application know to load my classes, and what about writing a
> configuration GUI?
>
> Thanks.
>
>
> On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > http://wiki.apache.org/jakarta-jmeter/JMeterDevelopment
> >
> >
> 
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf
> >
> >
> >
> > On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> > >
> > > These what you are talking about?
> > >
> > > http://wiki.apache.org/jakarta-jmeter/JMeterEclipse
> > > http://jakarta.apache.org/usermanual/junitsampler_tutorial.pdf
> > >
> > > Thank you.
> > >
> > > On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > > > you can find a tutorial on the website. there's also some tips on
> the
> > > wiki
> > > > about setting up eclipse.
> > > >
> > > > peter
> > > >
> > > > On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Where can I find information on writing a custom sampler for
> jmeter?
> > > > >
> > > > > Thank you.
> > > > >
> > > > >
> -
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: writing custom sampler howto?

2006-10-20 Thread Peter Lin

go through the tutorial. basically, you need to put the jar file under
jmeter/lib/ directory and it will scan it.

peter

On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:


Peter -

Thanks for the links, but either I am missing something, or I need
more information.  I want to write a sampler that will send SMTP
messages to a server.  I have the smtp code written, but I am unsure
as to how to tie the SMTP protocol code to JMeter.  How does the
JMeter application know to load my classes, and what about writing a
configuration GUI?

Thanks.


On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> http://wiki.apache.org/jakarta-jmeter/JMeterDevelopment
>
>
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf
>
>
>
> On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> >
> > These what you are talking about?
> >
> > http://wiki.apache.org/jakarta-jmeter/JMeterEclipse
> > http://jakarta.apache.org/usermanual/junitsampler_tutorial.pdf
> >
> > Thank you.
> >
> > On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > > you can find a tutorial on the website. there's also some tips on
the
> > wiki
> > > about setting up eclipse.
> > >
> > > peter
> > >
> > > On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Where can I find information on writing a custom sampler for
jmeter?
> > > >
> > > > Thank you.
> > > >
> > > >
-
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
[EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: writing custom sampler howto?

2006-10-20 Thread Mark

Peter -

Thanks for the links, but either I am missing something, or I need
more information.  I want to write a sampler that will send SMTP
messages to a server.  I have the smtp code written, but I am unsure
as to how to tie the SMTP protocol code to JMeter.  How does the
JMeter application know to load my classes, and what about writing a
configuration GUI?

Thanks.


On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:

http://wiki.apache.org/jakarta-jmeter/JMeterDevelopment

http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf



On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
>
> These what you are talking about?
>
> http://wiki.apache.org/jakarta-jmeter/JMeterEclipse
> http://jakarta.apache.org/usermanual/junitsampler_tutorial.pdf
>
> Thank you.
>
> On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> > you can find a tutorial on the website. there's also some tips on the
> wiki
> > about setting up eclipse.
> >
> > peter
> >
> > On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> > >
> > > Where can I find information on writing a custom sampler for jmeter?
> > >
> > > Thank you.
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: writing custom sampler howto?

2006-10-20 Thread Peter Lin

http://wiki.apache.org/jakarta-jmeter/JMeterDevelopment

http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf



On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:


These what you are talking about?

http://wiki.apache.org/jakarta-jmeter/JMeterEclipse
http://jakarta.apache.org/usermanual/junitsampler_tutorial.pdf

Thank you.

On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> you can find a tutorial on the website. there's also some tips on the
wiki
> about setting up eclipse.
>
> peter
>
> On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
> >
> > Where can I find information on writing a custom sampler for jmeter?
> >
> > Thank you.
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: writing custom sampler howto?

2006-10-20 Thread Mark

These what you are talking about?

http://wiki.apache.org/jakarta-jmeter/JMeterEclipse
http://jakarta.apache.org/usermanual/junitsampler_tutorial.pdf

Thank you.

On 10/20/06, Peter Lin <[EMAIL PROTECTED]> wrote:

you can find a tutorial on the website. there's also some tips on the wiki
about setting up eclipse.

peter

On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:
>
> Where can I find information on writing a custom sampler for jmeter?
>
> Thank you.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: writing custom sampler howto?

2006-10-20 Thread Peter Lin

you can find a tutorial on the website. there's also some tips on the wiki
about setting up eclipse.

peter

On 10/20/06, Mark <[EMAIL PROTECTED]> wrote:


Where can I find information on writing a custom sampler for jmeter?

Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




writing custom sampler howto?

2006-10-20 Thread Mark

Where can I find information on writing a custom sampler for jmeter?

Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need Firefox extension to record https request

2006-10-20 Thread Bruno Charloup
OK Seb, thanks for your answer. 

-Message d'origine-
De : sebb [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 20 octobre 2006 16:28
À : JMeter Users List
Objet : Re: Need Firefox extension to record https request

AFAIK you can put the password in jmeter.properties

On 20/10/06, Bruno Charloup <[EMAIL PROTECTED]> wrote:
> Hi Seb,
> My problem is to record a scenario including SSL exchange with both 
> client and server certificat, then to run it in a batch (like jmeter ant
task).
> According to the Jmeter documentation, I understood that each time the 
> client certificat is requested, I must manually input the password 
> associated to it ?
>
>
> -Message d'origine-
> De : sebb [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 20 octobre 2006 15:14 À : JMeter Users List Objet : 
> Re: Need Firefox extension to record https request
>
> Also, the current nightly build includes a pseudo HTTPS recorder - you 
> run the browser using HTTP, and the requests are turned into HTTPS by 
> the JMeter proxy.
>
> This may be enough for some situations.
>
> On 20/10/06, [EMAIL PROTECTED] 
> <[EMAIL PROTECTED]>
> wrote:
> > It's actually TamperData: http://tamperdata.mozdev.org/
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> > On Behalf Of Richard
> > Sent: Friday, October 20, 2006 3:04 PM
> > To: JMeter Users List
> > Subject: Re: Need Firefox extension to record https request
> >
> >
> > Another cool extension in Firefox to make tests is Selenium IDE, 
> > maybe is more practical to make functional tests than load tests, 
> > anyway just another option. Didn't found Temperdata in the add-on 
> > section of Firefox, how old is the extension? maybe it has been removed.
> >
> >Richard
> >
> > > Hi all,
> > > as I've read in the JMeter wiki page about Jmeter and https, a 
> > > Firefox
> >
> > > extension can be use to record https request. The only one i've 
> > > found is Temperdata : is it the right extension ? if not, does 
> > > anybody can indicate me the right one ? Thanks in advance.
> > >
> > > FYI, there is also another interesting tool, name Fiddler, working 
> > > with IE (it is a .net1.1 application) : this tool seems to be able 
> > > to record http and https requests too (but I've not try it)
> > >
> > >
> > > --
> > > Bruno
> > >
> > >
> >
> >
> > 
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > -
> > ATTENTION:
> > The information in this electronic mail message is private and 
> > confidential, and only intended for the addressee. Should you 
> > receive this message by mistake, you are hereby notified that any 
> > disclosure, reproduction, distribution or use of this message is 
> > strictly prohibited. Please inform the sender by reply transmission 
> > and delete the message without copying or opening it.
> >
> > Messages and attachments are scanned for all viruses known.
> > If this message contains password-protected attachments, the files 
> > have NOT been scanned for viruses by the ING mail domain.
> > Always scan attachments before opening them.
> > -
> >
> >
> > 
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need Firefox extension to record https request

2006-10-20 Thread sebb

AFAIK you can put the password in jmeter.properties

On 20/10/06, Bruno Charloup <[EMAIL PROTECTED]> wrote:

Hi Seb,
My problem is to record a scenario including SSL exchange with both client
and server certificat, then to run it in a batch (like jmeter ant task).
According to the Jmeter documentation, I understood that each time the
client certificat is requested, I must manually input the password
associated to it ?


-Message d'origine-
De : sebb [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 20 octobre 2006 15:14
À : JMeter Users List
Objet : Re: Need Firefox extension to record https request

Also, the current nightly build includes a pseudo HTTPS recorder - you run
the browser using HTTP, and the requests are turned into HTTPS by the JMeter
proxy.

This may be enough for some situations.

On 20/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> It's actually TamperData: http://tamperdata.mozdev.org/
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Richard
> Sent: Friday, October 20, 2006 3:04 PM
> To: JMeter Users List
> Subject: Re: Need Firefox extension to record https request
>
>
> Another cool extension in Firefox to make tests is Selenium IDE, maybe
> is more practical to make functional tests than load tests, anyway
> just another option. Didn't found Temperdata in the add-on section of
> Firefox, how old is the extension? maybe it has been removed.
>
>Richard
>
> > Hi all,
> > as I've read in the JMeter wiki page about Jmeter and https, a
> > Firefox
>
> > extension can be use to record https request. The only one i've
> > found is Temperdata : is it the right extension ? if not, does
> > anybody can indicate me the right one ? Thanks in advance.
> >
> > FYI, there is also another interesting tool, name Fiddler, working
> > with IE (it is a .net1.1 application) : this tool seems to be able
> > to record http and https requests too (but I've not try it)
> >
> >
> > --
> > Bruno
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> -
> ATTENTION:
> The information in this electronic mail message is private and
> confidential, and only intended for the addressee. Should you receive
> this message by mistake, you are hereby notified that any disclosure,
> reproduction, distribution or use of this message is strictly
> prohibited. Please inform the sender by reply transmission and delete
> the message without copying or opening it.
>
> Messages and attachments are scanned for all viruses known.
> If this message contains password-protected attachments, the files
> have NOT been scanned for viruses by the ING mail domain.
> Always scan attachments before opening them.
> -
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need Firefox extension to record https request

2006-10-20 Thread Bruno Charloup
Hi Seb,
My problem is to record a scenario including SSL exchange with both client
and server certificat, then to run it in a batch (like jmeter ant task).
According to the Jmeter documentation, I understood that each time the
client certificat is requested, I must manually input the password
associated to it ? 
 

-Message d'origine-
De : sebb [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 20 octobre 2006 15:14
À : JMeter Users List
Objet : Re: Need Firefox extension to record https request

Also, the current nightly build includes a pseudo HTTPS recorder - you run
the browser using HTTP, and the requests are turned into HTTPS by the JMeter
proxy.

This may be enough for some situations.

On 20/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> It's actually TamperData: http://tamperdata.mozdev.org/
>
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Richard
> Sent: Friday, October 20, 2006 3:04 PM
> To: JMeter Users List
> Subject: Re: Need Firefox extension to record https request
>
>
> Another cool extension in Firefox to make tests is Selenium IDE, maybe 
> is more practical to make functional tests than load tests, anyway 
> just another option. Didn't found Temperdata in the add-on section of 
> Firefox, how old is the extension? maybe it has been removed.
>
>Richard
>
> > Hi all,
> > as I've read in the JMeter wiki page about Jmeter and https, a 
> > Firefox
>
> > extension can be use to record https request. The only one i've 
> > found is Temperdata : is it the right extension ? if not, does 
> > anybody can indicate me the right one ? Thanks in advance.
> >
> > FYI, there is also another interesting tool, name Fiddler, working 
> > with IE (it is a .net1.1 application) : this tool seems to be able 
> > to record http and https requests too (but I've not try it)
> >
> >
> > --
> > Bruno
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> -
> ATTENTION:
> The information in this electronic mail message is private and 
> confidential, and only intended for the addressee. Should you receive 
> this message by mistake, you are hereby notified that any disclosure, 
> reproduction, distribution or use of this message is strictly 
> prohibited. Please inform the sender by reply transmission and delete 
> the message without copying or opening it.
>
> Messages and attachments are scanned for all viruses known.
> If this message contains password-protected attachments, the files 
> have NOT been scanned for viruses by the ING mail domain.
> Always scan attachments before opening them.
> -
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need Firefox extension to record https request

2006-10-20 Thread sebb

Also, the current nightly build includes a pseudo HTTPS recorder - you
run the browser using HTTP, and the requests are turned into HTTPS by
the JMeter proxy.

This may be enough for some situations.

On 20/10/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

It's actually TamperData: http://tamperdata.mozdev.org/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Richard
Sent: Friday, October 20, 2006 3:04 PM
To: JMeter Users List
Subject: Re: Need Firefox extension to record https request


Another cool extension in Firefox to make tests is Selenium IDE, maybe
is more practical to make functional tests than load tests, anyway just
another option. Didn't found Temperdata in the add-on section of
Firefox, how old is the extension? maybe it has been removed.

   Richard

> Hi all,
> as I've read in the JMeter wiki page about Jmeter and https, a Firefox

> extension can be use to record https request. The only one i've found
> is Temperdata : is it the right extension ? if not, does anybody can
> indicate me the right one ? Thanks in advance.
>
> FYI, there is also another interesting tool, name Fiddler, working
> with IE (it is a .net1.1 application) : this tool seems to be able to
> record http and https requests too (but I've not try it)
>
>
> --
> Bruno
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.

Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: convert timestamp - need HH:MM:SS

2006-10-20 Thread sebb

On 20/10/06, Stefan Adamovsky <[EMAIL PROTECTED]> wrote:

How is it possible to convert the timestamp in Excel to the format DD.MM.YY 
HH:MM:SS

with (A1+720)/8640+25569 for Greenwich time [central american time 
should be (A1-1800)/8640+25569]
I can get the time in format DD.MM.YY HH:MM - without the seconds!
Anyone an idea how to get the seconds?


Yes - just set up the appropriate Excel custom format ;-)

Try dd/mm/ hh:mm:ss


btw: the function (A1 / 1000 + ( ( 365 * 70 + 17 ) ) * 86400 ) ) / 86400 in the 
article LogAnalysis from wiki does not really work!


Best regards

Stefan Adamovsky

***
Stefan Adamovsky
Testing and Integration Team

Hellmann Worldwide Logistics GmbH & Co. KG
DCC - Digital Community Center
Hafenstr. 11, 49090 Osnabrück, GERMANY
http://www.hellmann.net
***
--
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need Firefox extension to record https request

2006-10-20 Thread Gantcho.Kojuharov
It's actually TamperData: http://tamperdata.mozdev.org/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Richard
Sent: Friday, October 20, 2006 3:04 PM
To: JMeter Users List
Subject: Re: Need Firefox extension to record https request


Another cool extension in Firefox to make tests is Selenium IDE, maybe
is more practical to make functional tests than load tests, anyway just
another option. Didn't found Temperdata in the add-on section of
Firefox, how old is the extension? maybe it has been removed.

Richard

> Hi all,
> as I've read in the JMeter wiki page about Jmeter and https, a Firefox

> extension can be use to record https request. The only one i've found 
> is Temperdata : is it the right extension ? if not, does anybody can 
> indicate me the right one ? Thanks in advance.
>  
> FYI, there is also another interesting tool, name Fiddler, working 
> with IE (it is a .net1.1 application) : this tool seems to be able to 
> record http and https requests too (but I've not try it)
>  
> 
> --
> Bruno
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.

Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need Firefox extension to record https request

2006-10-20 Thread Richard
Another cool extension in Firefox to make tests is Selenium IDE, maybe
is more practical to make functional tests than load tests, anyway just
another option. Didn't found Temperdata in the add-on section of
Firefox, how old is the extension? maybe it has been removed.

Richard

> Hi all,
> as I've read in the JMeter wiki page about Jmeter and https, a Firefox
> extension can be use to record https request.
> The only one i've found is Temperdata : is it the right extension ? if not,
> does anybody can indicate me the right one ?
> Thanks in advance.
>  
> FYI, there is also another interesting tool, name Fiddler, working with IE
> (it is a .net1.1 application) : this tool seems to be able to record http
> and https requests too (but I've not try it)
>  
> 
> --
> Bruno
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



convert timestamp - need HH:MM:SS

2006-10-20 Thread Stefan Adamovsky
How is it possible to convert the timestamp in Excel to the format DD.MM.YY 
HH:MM:SS

with (A1+720)/8640+25569 for Greenwich time [central american time 
should be (A1-1800)/8640+25569] 
I can get the time in format DD.MM.YY HH:MM - without the seconds!
Anyone an idea how to get the seconds?

btw: the function (A1 / 1000 + ( ( 365 * 70 + 17 ) ) * 86400 ) ) / 86400 in the 
article LogAnalysis from wiki does not really work!


Best regards

Stefan Adamovsky

***
Stefan Adamovsky
Testing and Integration Team

Hellmann Worldwide Logistics GmbH & Co. KG
DCC - Digital Community Center
Hafenstr. 11, 49090 Osnabrück, GERMANY
http://www.hellmann.net
***
-- 
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need Firefox extension to record https request

2006-10-20 Thread Bruno Charloup
Hi all,
as I've read in the JMeter wiki page about Jmeter and https, a Firefox
extension can be use to record https request.
The only one i've found is Temperdata : is it the right extension ? if not,
does anybody can indicate me the right one ?
Thanks in advance.
 
FYI, there is also another interesting tool, name Fiddler, working with IE
(it is a .net1.1 application) : this tool seems to be able to record http
and https requests too (but I've not try it)
 

--
Bruno