Re: JMeter SLOC estimation

2008-10-19 Thread sebb
On 18/10/2008, Sonam Chauhan [EMAIL PROTECTED] wrote: Hi Sebb - I reckon each element (eg, an HTTP Sampler element, its Response Assertion element) count as distinct lines of code. I see elements as method calls, and fields as mere parameters, (so an element is equivalent to 1 LOC or 'K'

Re: Simulation of Button click action in JMeter

2008-10-19 Thread sebb
On 18/10/2008, Ragini Thakur [EMAIL PROTECTED] wrote: Hi, We have a test plan where we have to perform following steps 1) Send XML over HTTPS Server will responsd with resonse in XML format The resonse contains a tag which contains the URL of the page to be hit in step 2 2) so

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-19 Thread sujitkrnayak2006
Hi Hicham, Can you help me out on this issue which you have allready done, i am not able to execute with iteration from CSV Data config file. can you please help me out, i have data config file with 3 different user. data cofig file format on this way. username1,password1 username2,password2

Re: How to test clicking on links?

2008-10-19 Thread Anthony Chadszinow
Hi Bloomen, Can't help with assertions. Haven't used them at all yet. Can you instruct Jmeter to click on a button? ... no not really. You can click on the button yourself; work out what gets sent to the webserver on the click and replicate that with samplers OR you can write some regular

Re: Query | How to assign unique sessions for threads under Load test: Questions???

2008-10-19 Thread sebb
On 16/10/2008, Mohamed Niyas [EMAIL PROTECTED] wrote: Hi team, I just wanted to clarify my doubts which i am facing with Jmeter for our Web-Application Performance test. *Problem Definition:* ** We are doing a load test for 50 to 100 concurrent users for continuous 30 mins to 1 hour

Re: Infinite While Loop help

2008-10-19 Thread sebb
On 16/10/2008, Anthony Chadszinow [EMAIL PROTECTED] wrote: Hi, Sorry, I've cleaned up my email and hope you can see where I'm coming from now. What are you trying to achieve ? - In a product I writing tests for a processing popup opens and I need a loop to follow that popups progress.

Re: Oracle Single Sign-On redirect failure

2008-10-19 Thread sebb
On 16/10/2008, Hiro Protagonist [EMAIL PROTECTED] wrote: Hi team, I am trying to replay against an Oracle dashboard application (recording with HTTP proxy works fine) and it fails on an implicit re-direct. This single sign-on redirect gets the user's credentials from [*somewhere*] and

Re: Infinite While Loop help

2008-10-19 Thread sebb
On 20/10/2008, sebb [EMAIL PROTECTED] wrote: On 16/10/2008, Anthony Chadszinow [EMAIL PROTECTED] wrote: Hi, Sorry, I've cleaned up my email and hope you can see where I'm coming from now. What are you trying to achieve ? - In a product I writing tests for a processing popup

RE: Oracle Single Sign-On redirect failure

2008-10-19 Thread Sonam Chauhan
Adding to what Sebb said already below: - The redirect to Oracle SSO port does not appear to be SSL - Try adding the Authorisation Manager as Sebb said, and use the 'HttpClient' HTTP Sampler (see below) - Try using the cookie manager (Unlikely to help since the start page doesn't issue

Re: Oracle Single Sign-On redirect failure

2008-10-19 Thread sebb
On 20/10/2008, Sonam Chauhan [EMAIL PROTECTED] wrote: Adding to what Sebb said already below: - The redirect to Oracle SSO port does not appear to be SSL - Try adding the Authorisation Manager as Sebb said, and use the 'HttpClient' HTTP Sampler (see below) - Try using the cookie

Re: Infinite While Loop help

2008-10-19 Thread Anthony Chadszinow
Hi Sebb, There was a problem with my test plan - there was a space after the Javascript function call, and so the expression was evaluating to false rather than false. made me look at my conditions expression in the while loop too and it was ${__javaScript(${moo}==Business)} - So I had a