Hi,
I am new in visual studio 2008 Web test. I tried to record to fiddler my web site which deployed in IIS 6.0 and GZIP compression is enabled. I saved the session generated by fiddler to .webtest file extension. I attached the webtest file to vs 2008 and run the web test. I notice that the result of webtest page bytes is different from the content-lenght or body recorded in fiddler.
with GZIP compression:
Webtest bytes vs fiddler body
914,330 vs 45,840
I also try with no gzip compression: This is the result bytes from webtest result: Bytes
Webtest bytes vs fiddler body
1,181,623 vs 406,353
Question: In webtest result, does the column Bytes represent the content-length of the page? if not what does the Bytes column represent?
I also notice that if the GZIP compression is enabled the webtest result response content-length is not shown in the response tab?
Can anyone explain the difference of the result?
Thank you.