Options

Record script - picks up all http traffic?

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
edited July 23, 2004 12:37PM in ANTS Load
Hi Krishna,

The script recorder should pick up any navigation that you do in IE.
It's not limitid to a single website that you're currently testing. The
script recorder simply works by hooking into the onNavigate event in IE,
which will be triggered every time you go to a different URL. Then it
records information about what URL you went to.

Regards,

Brian Donahue
Red Gate Technical Support

"Krishna Tulasi" <ktulasi@itstrategists.com> wrote in message
news:furTyUBJEHA.2948@server53...
> Hi,
> I noticed that the record script, produced code which picks up all the
HTTP
> traffic that is coming to machine.
>
> Example: Notice below that the launch.yahoo.com traffic is also recorded
:)
> (not shown below, but it also recorded my auto send/receive for my hotmail
> accounts)
>
>
WebClient.GET("http://a1568.g.akamai.net/7/1568/1600/20040405222722/radio.la
> unch.yahoo.com/common/resources/images/wmp_faceplate/img_stopped.gif")
>
WebClient.GET("http://a1568.g.akamai.net/7/1568/1600/20040405222722/radio.la
> unch.yahoo.com/common/resources/images/wmp_faceplate/img_closed.gif")
> BeginPage("http://its-wks-01/CRT")
> WebClient.GET(http://its-wks-01/CRT)
> WebClient.GET(http://its-wks-01/CRT/)
>
> Is there anything I can do to avoid this or is the only solution to make
> sure there is no OTHER http traffic while I am recording my script?
>
> Thanks,
> Krishna
> PS: Sorry if this question was already asked before, but I cannot find the
> older messages in this newsgroup :(
>
>
This discussion has been closed.