|
| Hi All
I'm quite familiar with Microsoft Application Center Test however I have a
couple of issues Im hoping someone can help me out with:
1.) Load Testing with graphics I have a number of pages in my test that
download graphics - I noticed if I record a test from a browser a new
connection is made for each graphic however the samples suggest using one
connection for the page and graphics
(Please see Samples\Dynamic Tests\Request Groups.vbs) which is the correct
way to do it? Does the brower actually open a new connection for each of the
graphics if not how many concurrent connections does it maintain?
2.) Ive noticed some strangeness with the way ACT handles HTTP 302 response
codes - the test seems to hang and never getting passed the redirect 302
even though Ive
-updated the test properties XML with the following
<FollowRedirects type="bool" value="True"/>
<RedirectDepth type="long" value="15"/>
in the appropriate place
-Set the connection properties during the dynamic test as follows
Set oConnection = Test.CreateConnection(HOST, PORT, USE_SSL)
oConnection.RedirectDepth = REDIRECT_DEPTH
It is strange because if I disable redirects setting the values to false and
0 respectively it works. Test.Trace reveals the response code is 302 with a
message this resource has moved to this location blah blah...
Any suggestions would be great! And btw Im using ACT version 1.0.536.0
Thanks in advance
Best Regards
Ash
|
|