.WEBTEST ファイル拡張子
Visual Studio Web Test File
| 開発元 | Microsoft |
| 人気度 |
3.4 | 7 票 |
WEBTESTファイルとは?
A WEBTEST file contains a web test used by Visual Studio, a software development tool for Windows programs and web applications. It stores HTTP requests that have been recorded by the Web Test Recorder in a browser session or manually built by the Web Test Editor in Visual Studio. WEBTEST files are used by developers to test the performance of a website before it is published.
詳細情報
Web tests are used by Visual Studio to simulate how a user would interact with a website. These tests are performed on websites that under development, not websites that are live.
WEBTEST files are typically created by Visual Studio but may also be created when exporting events from Fiddler, a web debugging proxy. You can open the WEBTEST file with the Web Test Editor tool, which is included with Visual Studio.
一般的な.WEBTESTファイル名
WebTest1.webtest - Automatically generated when a Visual Studio project is created.