Re: [users@httpd] http testing question

2014-11-17 Thread Stefan Magnus Landrø
d be the only thing that could > slow it down. > > And we are open to any suggestions from you experts. > > From: Jeff Trawick > Reply-To: "users@httpd.apache.org" > Date: Friday, November 7, 2014 7:08 AM > To: "users@httpd.apache.org" > Subject: R

Re: [users@httpd] http testing question

2014-11-17 Thread Rose, John B
ply-To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" mailto:users@httpd.apache.org>> Date: Friday, November 7, 2014 7:08 AM To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] htt

Re: [users@httpd] http testing question

2014-11-07 Thread Patton, Billy N
I’ve just finished creating a script that will test my app for content and functionality. I use WWW::Mechanize and Test::WWW::Mechanize Getting their nuances took me some trial and error, There are some thing it is missing, su as proof that a radio button was actually clicked Or I havn’t figured

Re: [users@httpd] http testing question

2014-11-07 Thread Jeff Trawick
On Thu, Nov 6, 2014 at 2:37 PM, Rose, John B wrote: > Any pro/con views, personal experience, insights on these tools, or any > not listed here you think are good? > > Ab - Apache > jmeter > Webpagetest > Httperf > Apache Flood > > We have tried ab, webpagetest, and jmeter a bit but still lear

Re: [users@httpd] http testing question

2014-11-07 Thread KARTHIK SHIVAKUMAR
Try Burp (not free paid version) URL : http://portswigger.net/burp/ It is good for http/https/rest/soap . testing with regards karthik On Fri, Nov 7, 2014 at 1:07 AM, Rose, John B wrote: > Any pro/con views, personal experience, insights on these tools, or any > not listed here you

[users@httpd] http testing question

2014-11-06 Thread Rose, John B
Any pro/con views, personal experience, insights on these tools, or any not listed here you think are good? Ab - Apache jmeter Webpagetest Httperf Apache Flood We have tried ab, webpagetest, and jmeter a bit but still learning. Thanks