Re: Bugzilla / GitHub migration: username request

2022-05-24 Thread NaveenKumar Namachivayam
Hi Vladimir,

Any updates on this migration please? Thanks!

On Fri, Dec 17, 2021 at 12:35 AM Vladimir Sitnikov <
sitnikov.vladi...@gmail.com> wrote:

> Dear All,
>
> As you might know, Apache JMeter is working on migrating the data
> that is currently residing in Bugzilla at https://bz.apache.org/bugzilla/
> into
> JMeter GitHub project repository. The ultimate goal is to make JMeter
> Bugzilla
> read-only and allow the use of GitHub issues and pull requests.
> We hope that this will lower the bar for newer contributors and allow a
> much
> smoother user experience than we're having now.
>
> Now it's time for the next step of this migration: username mapping.
> Bugzilla uses email addresses as usernames and GitHub operates solely
> via GitHub usernames.
> There is no way to associate an email with a GitHub username in an
> automatic way,
> so we are asking you to fill in the survey:
>
> https://forms.gle/zjnrGUo4VWPoWMVh9
>
> I would appreciate it if this form will be filled by April, 30
>
> Q&A:
>
> Q: How will this data be used?
> A: This email - username mapping will be used by the Apache
> Software Foundation
> solely for the purposes of the Bugzilla migration process and will be
> deleted as soon as migration will finish.
>
> Q: What will happen if I will not provide email - username mapping?
> A: All data produced by unidentified users will be anonymized during
> the migration, so there will be no way to attribute data to a
> particular Github username
>
> Q: What if I cannot use the form above for some reason?
> A: Please email the Apache JMeter team your Bugzilla username (email)
> and your Github username. By receiving this data it will be assumed
> that you will be giving permission to the Apache Software Foundation to
> migrate
> all the data created by you in the ASF Bugzilla database under the
> account(s) you sent to the Github issues in the Apache JMeter project
> repository.
>
> Thanks,
> Vladimir
>


-- 
[image: photo]
NaveenKumar Namachivayam
Performance Engineer, QAInsights
<http://github.com/qainsights> <http://youtube.com/qainsights>
<http://us.linkedin.com/in/naveenkumarn> <http://twitter.com/qainsights>
<http://facebook.com/naveenkumar%5C.namachivayam>
  naveenku...@hey.com
  https://qainsights.com
  Cincinnati, OH


JMeter behind proxy is not recording

2016-08-17 Thread NaveenKumar Namachivayam
Hi,

I am using JMeter 3.0. In my org n/w, there is no permission to change the
proxy server in IE.

I invoked jmeter using the following command.

jmeter.bat -H localhost -P 8012 -u  -a 

It is opening JMeter, but when i try to record using test script recorder,
nothing is being recording.

Can you please help me out? Thanks!

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Generate HAR file using JMeter

2016-05-09 Thread NaveenKumar Namachivayam
Hi All,

I am trying to generate HAR files using JMeter for each page navigation in
my application under test.

Could you please give a heads up on how to get started?

I googled, but couldn't get any useful inputs.

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


How to setup WCF Custom Binding in JMeter?

2015-11-23 Thread NaveenKumar Namachivayam
Hi Team,

How to setup WCF Custom Binding in Apache JMeter? POST request is throwing
Internal Server Error 500.

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and
​ www.DealsBrook.com


Printing Run-time Value

2015-04-20 Thread NaveenKumar Namachivayam
Hi,

Could you please let me know how to print the run-time value to the command
prompt of JMeter? Thanks!

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Writing input and output to csv file

2014-08-06 Thread NaveenKumar Namachivayam
Hi,

How to write the input data and its corresponding response to the same csv
file in Jmeter? Thanks!

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Re: Does Jmeter PopUp Recording & Runtime

2014-02-04 Thread NaveenKumar Namachivayam
JMeter captures interactions between client and server, not the actions
happened on the client machine.

Try to get the URL of the popup and simulate that.


On Tue, Feb 4, 2014 at 10:54 PM, Madhu Sekhar wrote:

> Naveen,
>
> Any alternatives? to handle popups?
> Thanks,
> Madhu
>
>
> On Tue, Feb 4, 2014 at 4:46 PM, NaveenKumar Namachivayam <
> catchnaveen.psgt...@gmail.com> wrote:
>
> > Popup are client side activity. JMeter will not record that.
> >
> >
> > On Tue, Feb 4, 2014 at 10:01 PM, Madhu Sekhar  > >wrote:
> >
> > > Hi Team,
> > >
> > >
> > > Please Suggest us Does j meter support on popup us like Yes or No kind
> of
> > > stuff. If not please suggest alternate?
> > >
> > >
> > >
> > > Thanks & Regards,
> > > Madhu
> > >
> >
> >
> >
> > --
> > Thank you,
> >
> > Regards,
> > NaveenKumar N
> > Visit www.QAInsights.com and www.Testifications.com and
> www.MyTechCube.com
> >
>
>
>
> --
> madhu kk
>



-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Re: Does Jmeter PopUp Recording & Runtime

2014-02-04 Thread NaveenKumar Namachivayam
Popup are client side activity. JMeter will not record that.


On Tue, Feb 4, 2014 at 10:01 PM, Madhu Sekhar wrote:

> Hi Team,
>
>
> Please Suggest us Does j meter support on popup us like Yes or No kind of
> stuff. If not please suggest alternate?
>
>
>
> Thanks & Regards,
> Madhu
>



-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Upload files to server using JMeter

2014-02-03 Thread NaveenKumar Namachivayam
Dear All,

I am trying to upload files to the server using JMeter. Usually we had used
FileZilla tool to upload files. Now there is a necessity to use JMeter.

I have tried FTP and HTTP sampler (POST method). It is not uploading files
to the below path.

Below is the dummy details of my server:

UserID: asdasgf
Server/Host: sdfsfg054
Password: sdfg2
Path: hav/fggh01/sddfgdfg/eifnvir/oirnvkfg/invskdfg

Could you please help me out? Thanks!

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread NaveenKumar Namachivayam
I hope you have access to DB. Query it from DB. Do not use the Jmeter for
validation.


On Thu, Jan 23, 2014 at 12:07 PM, charan sethi wrote:

> But i need to do this for concurrent 1000 users. How do i achieve this
> approach. How to extract the unique ID and Timestamp when i run 1000 users
> with a ramp up of 10 minutes. Can you please elaborate a little.
>
>
> On Thu, Jan 23, 2014 at 11:51 AM, NaveenKumar Namachivayam <
> catchnaveen.psgt...@gmail.com> wrote:
>
> > After the execution is done, you can query the details from the database,
> > instead of adding JDBC step in your test plan.
> >
> > I hope each payment will have an unique id. Before run your test note
> down
> > the latest ID and its timestamp. After the run again note down the
> values.
> > So that you can find the difference.
> >
> > I feel this is better approach. Thanks!
> >
> > NaveenKumar N
> > Excellent Jmeter Training. Register www.QAInsights.com/services
> >
> >
> > On Thu, Jan 23, 2014 at 11:27 AM, charan sethi  > >wrote:
> >
> > > I want to check if 1000 concurrent users log in a website within a
> > > specified period of time and register and provide payment details then
> > for
> > > every User i wanna check the details submitted in the database  are
> > > accurate for each user.
> > >
> > >  Is it possible that i can add a JDBC request which can provide me the
> > > details for every user immediately after the registeration for the user
> > is
> > > complete.
> > >
> > >  I know this would increase my response time but that is not an issue
> for
> > > us.
> > >
> > > I need to do a functional test where if 1000 users register than for
> all
> > > these users accurate details get stored. the criteria is to ensure that
> > if
> > > concurrent registerations take place the data for users is accurate and
> > > information does not get mixed up for the users if they access the site
> > > concurrently under load.
> > >
> > > Is there any other better approach of doing this with jmeter?
> > >
> > > Thanks
> > >
> >
> >
> >
> > --
> > Thank you,
> >
> > Regards,
> > NaveenKumar N
> > Visit www.QAInsights.com and www.Testifications.com and
> www.MyTechCube.com
> >
>



-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread NaveenKumar Namachivayam
After the execution is done, you can query the details from the database,
instead of adding JDBC step in your test plan.

I hope each payment will have an unique id. Before run your test note down
the latest ID and its timestamp. After the run again note down the values.
So that you can find the difference.

I feel this is better approach. Thanks!

NaveenKumar N
Excellent Jmeter Training. Register www.QAInsights.com/services


On Thu, Jan 23, 2014 at 11:27 AM, charan sethi wrote:

> I want to check if 1000 concurrent users log in a website within a
> specified period of time and register and provide payment details then for
> every User i wanna check the details submitted in the database  are
> accurate for each user.
>
>  Is it possible that i can add a JDBC request which can provide me the
> details for every user immediately after the registeration for the user is
> complete.
>
>  I know this would increase my response time but that is not an issue for
> us.
>
> I need to do a functional test where if 1000 users register than for all
> these users accurate details get stored. the criteria is to ensure that if
> concurrent registerations take place the data for users is accurate and
> information does not get mixed up for the users if they access the site
> concurrently under load.
>
> Is there any other better approach of doing this with jmeter?
>
> Thanks
>



-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


Sending 400 messages per second : JMS Sampler

2013-12-19 Thread NaveenKumar Namachivayam
Dear All,

I need to send 400 messages per second (JMS Sampler) for 1 hour. Could
you please let me know the configuration of the local machine which
should be able to send huge messages per second, so that I can request
my hardware team to acquire it.

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: Extracting value from web page Source Code using JMeter

2013-11-27 Thread NaveenKumar Namachivayam
I guess Web page source code and response is the same. Please check
the number of occurence in the response.

Thank you!

On 11/27/13, KIRAN  wrote:
> Thank you for a quick reply.
>
> I have already tried that option and failed to get the value.
> I think Regular Expression Extractor only search for text in the response
> text and not in the web page's source code.
> I want to read value from web page's source code which we see by right
> clicking on the web page and selecting 'View Source' option.
>
>
> On Wed, Nov 27, 2013 at 10:42 AM, ZK  wrote:
>
>> Hi,
>> you would need to use a Post Processor:
>> Regular Expression  Extractor
>>
>> This Regular Expression would extract the SessionId:
>>
>> 'SessionId': '(\d+?)',
>>
>>
>> So in the Regular Expression Extractor the settings would be:
>> Reference Name:
>> sessionId
>>
>> Regular Expression:
>> 'SessionId': '(\d+?)',
>>
>> Template:
>> $1$
>>
>> Match No.:
>> 1
>> Default Value:
>> NOT_FOUND
>>
>>
>>
>>
>> ZK
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://jmeter.512774.n5.nabble.com/Extracting-value-from-web-page-Source-Code-using-JMeter-tp5718772p5718773.html
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
>> For additional commands, e-mail: user-h...@jmeter.apache.org
>>
>>
>
>
> --
> Regards,
> Kiran
>


-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



JMS javax.naming.NamingException

2013-04-02 Thread NaveenKumar Namachivayam
Dear All,

I am trying to publish JMS messages to TIBCO. I have entered all the
credentials and environment details in JMS Sampler. But when i execute I am
getting below error message.

*Response message: javax.naming.NamingException:
javax.naming.NoInitialContextException: Cannot instantiate class:
com.tibco.tibjms.naming.TibjmsInitialContextFactory [Root exception is
java.lang.ClassNotFoundException:
com.tibco.tibjms.naming.TibjmsInitialContextFactory]*

Could you please hep me out. Thanks!
-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com