Load Runner generates NetAccessorException even though web_submit_data returns as expected
I get the following error on about 15 of my 50,000 requests during my hour test. Is this a network iss开发者_如何学JAVAue or is Load Runner 11 generating the error?
InquiryRequest.c(170): Error: An exception occurred! Type:NetAccessorException, Message:The host/address 'www.server.com' could not be resolved (line 2, col 102)
From the nature of the error this appears to be a DNS related issue in name resolution. If you want to avoid this issue altogether simply replace your hostname, "www.server.com," with the IP address for the host and your application under test. This will remove any dependency on name resolution either from a DNS server or from a local hosts file.
精彩评论