In the below mail in my query I had put, 
"How can I extract the value for d & t variables?" By this I mean, Will it be 
fine if I pick the d & t values using Regular Expression?

Regards,
Lolina


-----Original Message-----
From: Lolina Bharathan [mailto:[email protected]] 
Sent: Wednesday, November 18, 2009 2:48 PM
To: JMeter Users List
Subject: RE: Getting selective results using Jmeter

Thanks, Using transaction controller solved my issue.

You had mentioned, " You can also write the data to a file (csv or xml)"
I would like to know how I can write the data to a csv file. If I use 'save 
Response to file' it is saving as XML and not as csv. Any idea what could be 
the issue? I tried changing the setting also.

I have one more doubt,

When I record the script, Webresource.axd and ScriptResource.axd are getting 
recorded in the script. These samples have 'd' and 't' parameter. How can I 
parameterize these values? (My application is based on asp.net.)

The application source code is like this

<script 
src=".............../ScriptResource.axd?d=RA1rANk8WUXFoyQFomqpdfyuz5bpifZdv0ojII4PUxKTwwPp39oeZ2x6XRnSgjSs_YP_zKculNQB67C15p3Yiybxcuci9Ljbe9DcVePJrUY1&amp;t=ffffffff8d599f4d"
 type="text/javascript"></script>

How can I extract the value for d & t variables?

Thanks
Regards,
Lolina


-----Original Message-----
From: Deepak Shetty [mailto:[email protected]] 
Sent: Tuesday, November 17, 2009 10:22 PM
To: JMeter Users List
Subject: Re: Getting selective results using Jmeter

>1. Is it possible to get only selected samples displayed in the 'Aggregate
Report'. As of now what ever action is executed by the Jmeter is getting
displayed.
Not as far as I know , no. However if you give the samples you dont want the
same name , you can atleast reduce this to a single row. You can also write
the data to a file (csv or xml) and use whichever tool you need to filter
data.
>2. Is it possible to log combined result of a set of actions
See transaction controller.
>3If I use a Loop controller in my script is it possible to log the number
of loops executed at one particuar point of time.
Not directly, as far as I know. However you can specify a variable that is
incremented(via Beanshell or functions) every time within the loop and use
that.
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Transaction_Controller

regards
deepak

On Tue, Nov 17, 2009 at 2:57 AM, Lolina Bharathan <[email protected]>wrote:

> Hi All,
> I am new to Jmeter. I am using JMeter to perform load test on an
> application based on asp.net.
>
> Can someone please help me out with these queries.
> 1. Is it possible to get only selected samples displayed in the 'Aggregate
> Report'. As of now what ever action is executed by the Jmeter is getting
> displayed.
>
> 2. Is it possible to log combined result of a set of actions
>  say,  Start time
>   Action1
>   Action2
>   Action3
>   End time
> In my result I want to log, the start time, End time and the time
> difference. In short I want the time taken by the application to execute all
> these 3 actions.
>
> 3. If I use a Loop controller in my script is it possible to log the number
> of loops executed at one particuar point of time. To describe, while
> executing the script, say a loop is to be executed 10 times and I am
> calculating the time taken for a particular action which is within this
> loop. While getting the time taken by that action is it possible for me to
> get the number of iterations that is going on?
>
> Thanks in advance.
>
> Regards
> Lolina
>
>
>      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
> http://in.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to