When running a load test against an FTP server the files are actually uploaded and downloaded to and from the FTP server. Therefore, instead of just simulating the upload/download traffic on the network, the FTP test will actually physically use the files. To prove that the file transfer actually happens, record an FTP script and then use the WebFtpPutFile and WebFtpDeleteFile functions. The WebFtpPutFile will upload the file to the server for you and the WebFtpDeleteFile function will delete the file from the FTP server for you. You should then check on the physical drive of the machine to check that the file exists. Old KB# 18397
↧