Re: help me on while running tests on Intranet

2011-11-17 Thread Deepak Shetty
Hi >if iam running my tests on production server >from Intranet i need to change it to Intranet URL, and if iam running my >tests on production server from outside the Intranet i need to use another >URL .. But subsequent urls and parameters may not be the same or the value may differ. Compare

Re: help me on while running tests on Intranet

2011-11-17 Thread shankykurella
@shettyd the user name and password, that iam using to run my tests from outside the Intranet and within the Intranet are one and the same, the only difference is the Url. when running my tests from outside the intranet, system is allowing me to run my tests, but when i try to run the test wit

Re: How to query the database and save the results to a csv files

2011-11-17 Thread waseemfa
But my requriments are in such a way tht i cant do. Can my problem be achieved using a sampler? -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-query-the-database-and-save-the-results-to-a-csv-files-tp4997493p5003276.html Sent from the JMeter - User mailing list arch

Re: help me on while running tests on Intranet

2011-11-17 Thread Akhilkumar Patel
Hi I are able to access the site from the system you executing the test? On Nov 17, 2011 10:57 AM, "shankykurella" wrote: > hi... i ran into a problem in trying to run my tests within intranet > where... > am able to run my tests on the production server via internet, running the > tests from a

Re: help required regarding regular expressions

2011-11-17 Thread ZK
Or: viewOrganization%28(\d+)%29 ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/help-required-regarding-regular-expressions-tp5001594p5002388.html Sent from the JMeter - User mailing list archive at Nabble.com. ---

Re: help required regarding regular expressions

2011-11-17 Thread ZK
Or: viewOrganization%28(\d+)%29 ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/help-required-regarding-regular-expressions-tp5001594p5002387.html Sent from the JMeter - User mailing list archive at Nabble.com. ---

Re: Is there a way to consider response codes != 200 valid?

2011-11-17 Thread ZK
In the http://http://jmeter.apache.org/usermanual/component_reference.html#Response_Assertion response assertion ensure 'Ignore Status' is ticked Also add the expected response to the assertion to make sure the response you receive is correct. ZK -- View this message in context: http://jmete

Re: help me on while running tests on Intranet

2011-11-17 Thread Deepak Shetty
>which shows that the login itself is not working to proceed further this isnt much help. perhaps the user name/password isnt valid for the intranet, perhaps you have environment dependent urls or parameters. Perhaps you dont have connectivity to an environment (so it depends on what the error is -

Re: help required regarding regular expressions

2011-11-17 Thread Deepak Shetty
%28 and %29 are the url encoded forms of '(' and ')' which your regular expression picks up viewOrganization\((\d+) should work (Assuming your id is always digits only) regards deepak On Thu, Nov 17, 2011 at 8:00 AM, Nithya Prakash wrote: > hi all , > > i am new to jmeter i am facing an

Re: A long regular expression extractor does not return results

2011-11-17 Thread Oliver Lloyd
There's not much I or anyone can help with a problem like this, you have to figure it out for yourself. One logical thing you could do is take a look at the rows value as this is what seems to be flagged by the error msg. - http://www.http503.com/ -- View this message in context: http://jme

Re: Summary Report of Multilple Jmeter tests

2011-11-17 Thread apc
Have you seen http://Loadosophia.org Loadosophia.org ? - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Summary-Report-of-Multilple-Jmeter-tests-tp5001571p5001598.html Sent from the JMeter - User mailing list archive at Nabble.com. ---

help required regarding regular expressions

2011-11-17 Thread Nithya Prakash
hi all , i am new to jmeter i am facing an issue while using regular expressions in my script . i am trying to fetch an id from which is having an expressions viewOrganization(104). to fetch this id i am using this regular expressions "viewOrganization(.+?)" .with this i am able to get

help me on while running tests on Intranet

2011-11-17 Thread shankykurella
hi... i ran into a problem in trying to run my tests within intranet where... am able to run my tests on the production server via internet, running the tests from a different location and server residing on a different location. but when i try to run the same tests from Intranet i ran into proble

RE: Help with Reg Expression

2011-11-17 Thread testerinCO
Thank you. For some reason, my regular expression did not work. I used yours and it worked just fine. -- View this message in context: http://jmeter.512774.n5.nabble.com/Help-with-Reg-Expression-tp4995226p5001382.html Sent from the JMeter - User mailing list archive at Nabble.com.

while running from Intranet

2011-11-17 Thread shankykurella
hi... i ran into a problem in trying to run my tests within intranet where... am able to run my tests on the production server via internet, running the tests from a different location and server residing on a different location. but when i try to run the same tests from Intranet i ran into proble