Re: Jmeter | Connection Reset error

2022-07-20 Thread Kiran Badi
try these steps, 1. Open the application on test machine browser. 2.Export the certs from browser in the format you want. Please see this link How to save a remote server SSL certificate locally as a file | | | | | | | | | | | How to save a remote server SSL certificate locally as

Re: Big File Upload to AEM Cloud

2022-01-30 Thread Kiran Badi
Pls Google for resumable uploads. I know gcp/aws provides api for resumable uploads. Guess Adobe should also have one for this. Once you have this then built custom jar and hook it with jmeter to run tests.  Sent from Yahoo Mail for iPad On Sunday, January 30, 2022, 11:06 PM, Nuwan Galkissa

Re: JDBC Performance Test

2021-06-14 Thread Kiran Badi
logs or maybe debug sampler. If the test runs fine without error, you know the connection pool is working,Ideally verbose logs should log some message if the connection is reused or not.  https://www.blazemeter.com/blog/debugging-jdbc-sampler-results-jmeter With Regards, Kiran Badi Email:k

Re: JDBC Performance Test

2021-06-14 Thread Kiran Badi
I have done quite a bit of work with JDBC. JDBC connection configuration does have a connection pool setting and they are good settings. If you are using this setting, then obviously it should reuse the connection unless there is some bug somewhere. do you think it's not reusing the connection?

Re: Comparison between navigation times registered by JMeter and other tools

2021-05-27 Thread Kiran Badi
I have done quite a work with both tools. I used to often get requests to test the use case  with JMeter whenever i gave bad LR timings to the project. Then i use to repeat the test with Jmeter and i used to get difference of around 2~5% variation.  So i believed JMeter is developer's tool and

Re: Certificate error when trying to test a website with a SHA-512 self signed certificate

2019-03-19 Thread Kiran Badi
try with simple httpclient get request outside of jmeter and see if you still get that error. Are you able to get output for below call openssl s_client -showcerts -connect : possible for you to paste that output. On Tuesday, March 19, 2019, 12:47:35 PM EDT, Brian Wolfe wrote:

Re: JUnit Setup Issues

2018-09-07 Thread Kiran Badi
Can you wrap browser.driver.quit in try catch block and try. Also check if driver.quit api returns npe on success full closure Is this related to selenium web driver  Sent from Yahoo Mail for iPad On Friday, September 7, 2018, 11:40 AM, MaxwellFalcon wrote: Here is the code: @After public

Re: JAVA Program as a Service

2018-08-10 Thread Kiran Badi
Take a look at custom java sampler.Embed your script in that sampler that way jmeter knows what script/program is doing.by Just invoking a script I am not sure as what it solves and if you need to just invoke it why do you need jmeter?. Also take a look at java process api and see if you can

Re: Record and Replay "create mail with attachment" with OWA.

2017-10-11 Thread Kiran Badi
AAA=","ChangeKey":"CQAAABYAAADE/Gwx6TrGQrjnOHEK1L9VAAAGnJGz"},"Attachments":[{"__type":"FileAttachment:#Exchange","Content":22IyBTYW1wbGU...     FULL FILE IS INSERTED HERE    eT1mYWxzZQ0K","IsContac

Re: Enable JMX Parameters on JMETER running Java Request Sampler

2017-06-30 Thread Kiran Badi
and seeing some object sharing issues across threads. So these issues require us to make changes to java args like  tracing classes loaded,to enable flight recorder to gather more information and triage. With Regards, Kiran Badi Email:kiranb...@yahoo.com From: Stuart Kenworthy

Re: Enable JMX Parameters on JMETER running Java Request Sampler

2017-06-29 Thread Kiran Badi
I understand Deepak. Sometimes project needs require those changes. Thanks and let me try that option.  With Regards, Kiran Badi Email:kiranb...@yahoo.com From: Deepak Shetty <shet...@gmail.com> To: JMeter Users List <user@jmeter.apache.org>; Kiran Badi <kiranb...@ya

Re: [ANNOUNCE] Mikhail Epikhin as new commiter on JMeter

2014-10-14 Thread Kiran Badi
Congrats Mikhail With Regards, Kiran Badi Email:kiranb...@yahoo.com Ph- US-(+01)6462013101 From: Felix Schumacher felix.schumac...@internetallee.de To: JMeter Users List user@jmeter.apache.org Sent: Tuesday, October 14, 2014 3:29 PM Subject: Re: [ANNOUNCE] Mikhail Epikhin as new commiter

Re: [ANNOUNCE] Andrey Pohilko as new commiter on JMeter

2014-10-14 Thread Kiran Badi
Congrats Andrey. With Regards, Kiran Badi Email:kiranb...@yahoo.com Ph- US-(+01)6462013101 From: Milamber milam...@apache.org To: JMeter Users List user@jmeter.apache.org Sent: Monday, October 13, 2014 11:47 PM Subject: Re: [ANNOUNCE] Andrey Pohilko as new commiter on JMeter

Re: If Controller working in wondrous ways (or not)

2014-08-15 Thread Kiran Badi
Oliver I think you have unreachable ecode. See this first condition is greater than zero and second condition is less than 1. So if you have value btw 0 and 1 , it will never go to second loop and probably that's what you are seeing. br/br/Do you know what's the value of variablea

Re: If Controller working in wondrous ways (or not)

2014-08-15 Thread Kiran Badi
I think I got your point Deepak but still the condition greater than 0 do step 1 and less than 1 do step 2.br/br/So if we get value as 1 where will flow go step 1 or step 2?br/br/I think issue is with loop and in whatever case I feel it will not go step 2 cos any positive value will satisfy

Re: createSSLContext CPU issue

2014-05-13 Thread Kiran Badi
failing. Are you sure that you are not running out memory on VM's ?  if Jmeter is not making a https call then something in your box is doing it.    With Regards, Kiran Badi Email:kiranb...@yahoo.com Ph- US-(+01)6462013101 From: Stephen Townshend stephen.townsh