.LOADTEST File Extension
Visual Studio Load Test File
Developer | Microsoft |
Popularity |
2.0 | 1 Vote |
What is a LOADTEST file?
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.
More Information
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.
Common LOADTEST Filenames
LoadTest1.loadtest - Automatically generated when a Visual Studio project is created.