web_concurrent_start and web_concurrent_end. What triggers the recording in a script?

3,517 views
Skip to first unread message

Kevyland

unread,
Nov 10, 2010, 4:50:52 PM11/10/10
to LoadRunner
Good Day,
I noticed recording that I started seeing web_concurrent_start and end
in the script.
I read the help. Generally what triggers this getting recorded in
the script?

web_url("bkingstaging",
"URL=http://xxxx.yyyy.com/abcdefg/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t9.inf",
"Mode=HTML",
LAST);

web_concurrent_start(NULL);

web_url("bk_main_bkgd.jpg",
"URL=http://xxxx.yyyy.com/abcdefg//images/bk_main_bkgd.jpg",
"Resource=1",
"RecContentType=image/jpeg",
"Referer=http://xxxx.yyyy.com/abcdefg/",
"Snapshot=t10.inf",
LAST);

web_url("bk_title_bkgd.jpg",
"URL=http://xxxx.yyyy.com/abcdefg/images/bk_title_bkgd.jpg",
"Resource=1",
"RecContentType=image/jpeg",
"Referer=http://xxxx.yyyy.com/abcdefg/",
"Snapshot=t11.inf",
LAST);

web_concurrent_end(NULL);

James Pulley

unread,
Nov 10, 2010, 5:55:27 PM11/10/10
to lr-loa...@googlegroups.com
Browsers can support downloading of data on multiple concurrent threads.
This web_concurrent_start/end activity is triggered by just such
concurrency in browser action while recording.

Venkat P

unread,
Nov 10, 2010, 6:03:19 PM11/10/10
to lr-loa...@googlegroups.com
You didnt specify your recording modes.

Concurrent starts and stops appear when you are recording using HTTP as your recording mode instead of HTML. (unless you use explicitely check use concurrent steps in your advanced options for HTML recording)

-Venkat


--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en

Kevyland

unread,
Nov 11, 2010, 4:13:42 PM11/11/10
to LoadRunner
Thanks guys
You were correct I was toggling some Advanced recording options
> > LR-LoadRunne...@googlegroups.com<LR-LoadRunner%2Bunsubscribe@goog­legroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/LR-LoadRunner?hl=en- Hide quoted text -
>
> - Show quoted text -

saurabh munjal

unread,
Nov 11, 2010, 1:02:31 AM11/11/10
to lr-loa...@googlegroups.com
Hi Kevyland,

I think you are using Html recording mode. In this you have selected option for "Non Html generated elements"
and further you clicked on "Record in septate steps using concurrent group". Generally we click on "Do not Record".

See, using these options, you can control how VuGen records non HTML-generated elements.


The option you have clicked creates a new function for each one of the non HTML-generated resources, it does not include them as items in the page's functions (such as web_url, web_link, and so on by applying EXTRARES).




regards
Saurabh
...........................................

--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com

James Pulley

unread,
Nov 15, 2010, 11:00:00 AM11/15/10
to lr-loa...@googlegroups.com

Looks like URL mode to me with the individual calls for each element.

Sankar Oracle

unread,
Nov 15, 2010, 10:59:53 AM11/15/10
to lr-loa...@googlegroups.com
Hi Kev
 
With NCA protocol, These two steps indicate that the simultanious actions occured when you send a request to server and all those will be recorded between these two functions.
 
is this the similar situation that in your case also, yes you are using HTML recoding mode
 
Thanks
sankar

Kavita

unread,
Nov 15, 2010, 11:02:39 AM11/15/10
to lr-loa...@googlegroups.com
I think you are using URL based recording mode.
Reply all
Reply to author
Forward
0 new messages