.LOADTEST 文件扩展名
Visual Studio Load Test File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.0 | 1 票 |
什么是 LOADTEST 文件?
A LOADTEST file contains a load test used by Visual Studio, a software development tool for Windows programs and web applications. It stores one or more web tests that are used for simulating many users accessing a server at the same time. LOADTEST files also include properties, such as browser targets, load patterns, and user profiles.
更多信息
Load tests are used by Visual Studio for various types of testing. They may be used to test the responsiveness of an application, how an application performs at different capacities, how an application performs under light loads for minimal durations, or if an application runs successfully under a heavy load for a long duration.
You can create LOADTEST files with the Load Test Wizard and edit its properties with the Load Test Editor. You can also view load tests when they run using the Load Test Monitor and completed test runs using the Load Test Analyzer.
Visual Studio uses different file extensions for a variety of file types. Some of the different test file extensions include LOADTEST, .GENERICTEST, and .WEBTEST.
常见 .LOADTEST 文件名
LoadTest1.loadtest - Automatically generated when a Visual Studio project is created.