Aaron Tracy | 24 May 2013 22:39
Favicon

Assert Checkbox value if checked

Hi all!

  Hopefully this question is easy to answer :D   My webpage contains a bunch of checkmarks on it so I was hoping to
do a regular expression extraction on each checkbox, then in an If controller check if the checkbox is to be
checked (I have a .csv file that tells me which checkboxes are to be checked).  If it is to be checked, then
verify the regular expression that was extracted contains "checked" in it.

  To do this validation, I'm using an IF controller and it appears that once I jump into the IF controller (I
only check the checkbox if it is supposed to be checked), the response assertion loses scope and no longer
can see the http request to perform the evaluation on.   I don't need to use a response assertion but I'm not
sure which assertion type I can use to compare two variables to each other.  I was thinking of a beanshell
assertion, does anyone have a good example of a beanshell or other method where I can evaluate these two
strings and have the assertion pass if both variables are equal and fail if they aren't?

Thanks!

Aaron
Sala, Bruce | 24 May 2013 21:50
Favicon

graph granularity

Hello,
Is there a parameter for the JMeterPluginsCMD Command Line Tool that will
adjust the granularity of the graph so that each increment of time is say
...10 seconds or some other specified value?  I am creating a .jtl file
with each execution.  The issue is accurately  identifying the time when a
spike occurs on the transaction response time graph.  Or is there some
other way of interrogating the .jtl file to find this information?

Thanks;
Bruce
Madhu Sekhar | 24 May 2013 18:34
Picon

Results ambiguity

Hi Team,

I have a test like 2, 5users as load testing. Test is perfect dynamically
and ran without errors.

But for some steps in the test the average responses are less 5 users than
2 users.

What could be the reason? any corrections need to be done to the test?

Thanks & Regards,
Madhu
Ronny Roscher | 24 May 2013 13:35
Picon

How to e scape special characters in Embedded Object URLs?

Hi

I have a HTTP Sampler calling http://1.2.3.4/test.html and checked the
box for downloading all embedded objects.

Some of them work but some of them fails due to strange/wrong
character encoding in the response

works: src="rui/images/icons/16x16/refresh.png"
fails: src="rui/images/icons/cti/record.png"

java.net.URISyntaxException: Illegal character in path at index 21:
http://1.2.3.4/"rui/images/icons/cti/record.png"

is there a way to escape/replace " in the response?

Thanks in advance
Ronny Roscher | 24 May 2013 13:21
Picon

Embedded objects URLs contains " leads to java.net.URISyntaxException: Illegal character - How to escape?

Hi

I have a HTTP Sampler calling http://1.2.3.4/test.html and checked the box
for downloading all embedded objects.

Some of them work but some of them fails due to strange/wrong character
encoding in the response

works: src="rui/images/icons/16x16/refresh.png"
fails: src="rui/images/icons/cti/record.png"

java.net.URISyntaxException: Illegal character in path at index 21:
http://1.2.3.4/"rui/images/icons/cti/record.png"

is there a way to escape/replace " in the response?

Thanks in advance
Ronny Roscher | 24 May 2013 13:18
Picon

Embedded objects URLs contains " leads to java.net.URISyntaxException: Illegal character - How to escape?

Hi

I have a HTTP Sampler calling http://1.2.3.4/test.html and checked the box
for downloading all embedded objects.

Some of them work but some of them fails due to strange/wrong character
encoding in the response

works: src="rui/images/icons/16x16/refresh.png"
fails: src="rui/images/icons/cti/record.png"

java.net.URISyntaxException: Illegal character in path at index 21:
http://1.2.3.4/"rui/images/icons/cti/record.png"

is there a way to escape/replace " in the response?

Thanks in advance

Ronny
Ronny Roscher | 24 May 2013 13:10
Picon

Embedded objects URLs contains " leads to java.net.URISyntaxException: Illegal character - How to escape?

Hi

I have a HTTP Sampler calling http://1.2.3.4/test.html and checked the box
for downloading all embedded objects.

Some of them work but some of them fails due to strange/wrong character
encoding in the response

works: src="rui/images/icons/16x16/refresh.png"
fails: src="rui/images/icons/cti/record.png"

java.net.URISyntaxException: Illegal character in path at index 21:
http://1.2.3.4/"rui/images/icons/cti/record.png"

is there a way to escape/replace " in the response?

Thanks in advance

Ronny
Madhu Sekhar | 23 May 2013 17:02
Picon

Automatic Test start

Hi Team,

Is there any options to run the tests automatically according to
schedules(Particular).

No Person should be there at test start. It should be automatic.

Thanks & Regards,
Madhu
niraj | 23 May 2013 07:52
Picon

Re: Problem with HTTPS recording

Hey Kishik,

It was not JMeter issue. Our Server was not allowing proxy in between
browser and Server. So Dev team fixed that.

Can u give it try with Badboy or Fiddler?

-Niraj

On Thu, May 23, 2013 at 10:50 AM, koushik [via JMeter] <
ml-node+s512774n5716960h27 <at> n5.nabble.com> wrote:

> Hi Niraj,
>
> How your solved this issue,Please let me know, am also facing same issue.
>
> Thanks,
> Koushik
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://jmeter.512774.n5.nabble.com/Problem-with-HTTPS-recording-tp5713794p5716960.html
>  To unsubscribe from Problem with HTTPS recording, click here<http://jmeter.512774.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=bmlyYWoua2hhdG1vZGVAZ21haWwuY29tfDU3MTM3OTR8LTQyMTgxMDM5MA==>
> .
> NAML<http://jmeter.512774.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>

--
(Continue reading)

Sameera Rao P | 22 May 2013 17:48

How to acheive load

Hi 

I Am using soap sample xml / RPC and trying to post ebxml messages. I am
not able to achieve my load of 100 Messages Per second running from GUI.
I tried using constant throughput timer with 15 threads ,but still not
able to go beyond 25MPS. Can you please suggest the solution for
achieving the load

Thanks &
Regards
Sam

============================================================================================================================Disclaimer:
 This message and the information contained herein is proprietary and confidential and subject to the
Tech Mahindra policy statement, you may review the policy at <a
href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a>
externally and <a
href="http://tim.techmahindra.com/tim/disclaimer.html">http://tim.techmahindra.com/tim/disclaimer.html</a>
internally within Tech Mahindra.============================================================================================================================
Madhu Sekhar | 21 May 2013 15:47
Picon

Test should run in conscutive

Hi Team,

We have test only with one thread group. and 5 users when we are starting
to run the test in GUI. we are seeing all users are started at concurrent
mode.

But we need users should be run in one by one( Consecutive).

Could any one please suggest us on the same?

Thanks & Regards,
Madhu

Gmane