Re: need to test Input/output, can i will be possible with Jmeter

2010-07-27 Thread gsub
Hi Deepak/ALL i have to do some file uploading(pdf) scenario (application is in PHP) what do i have to inculde in my test plan Please let me know Regards GP -- View this message in context:

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-30 Thread gpub
hi Deepak, hmm... again to what extent Jmeter can help me if it has java scripts on partilcular Search for e.g in search i have Advance Search and it has further options like ( name, place, emp id ) and in this case to what extent Jmeter will help me And another is regarding the

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-30 Thread Deepak Shetty
A functional description of the App is no good - you need to see the web application. Im not sure how to explain this - your web app is a set of HTTP request and responses and how to code your Jmeter script is all based on how to generate the same http request. Noone can help you with the script

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-30 Thread Felix Frank
That's true. Still, here's a hint that may help you get on track. Keep in mind that Javascript is not some kind of magic. E.g., if form fields are dynamically added by a client side script, they cannot be simply inferred by a Jmeter test plan at runtime. This is not a problem though, because to

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-30 Thread gpub
thanks guys!! yes agreed too, i have been using Jmeter from quite a long time, i know its all about the Get and Post thing, web services. Now here i am not clear with the Input/output part, Since i have not done this with jmeter. What all samplers and controllers do i need to add up or any

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-29 Thread Deepak Shetty
Typing in all caps is generally considered poor form. JMeter can performance test any web application. Your mileage varies based on what you intend to accomplish. Hence asking questions like is Jmeter the *best* tool? is generally useless and your question cant be answered. On Mon, Jun 28, 2010

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-29 Thread gpub
OK My bad then, point noted, bt not intensionally done, also assured will take care in the future. :) Writing again ... hope this will clear I have Sharepoint-2010 application, yes it is 2010 and i want to do performance testing on sharepoint application, which has about ample user that

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-29 Thread Deepak Shetty
Hi normally yes.JMetre can upload files , or download them and run *search* queries. It only gets a little complicated when the app has a lot of javascript (im not sure if this is the case with sharepoint). Either record and inspect the script or use a browser trace tool to see what your app does

Re: need to test Input/output, can i will be possible with Jmeter

2010-06-28 Thread gpub
Hi All, i was waiting for my last POST, about the sharepoint application performance testing, , did not recieved any response. there fore i request for new post CAN JMETER HELP ME IN PERFORMANCE OF INPUT/OUTPUT TESTING. IF SO HOW CAN I ACHIEVE IT Regards GP gpub wrote: Hi all, i need