.GENERICTEST 파일 확장자
Visual Studio Generic Test File
| 개발사 | Microsoft |
| 인기도 |
2.5 | 2 투표 |
GENERICTEST 파일이란 무엇인가요?
A GENERICTEST file contains a generic test used by Visual Studio, a software development tool for Windows programs and web applications. It stores a program, test, or third-party tool in a format that allows it to be tested by the Team System testing tools included with Visual Studio.
추가 정보
GENERICTEST files are used by developers to wrap external programs and tests that were not developed to be used in the Team System testing tools. You can manage and run generic tests and gather results with these testing tools.
To create a GENERICTEST, right-click a test project in Solution Explorer, select Add, and click Generic Test.
Visual Studio uses different file extensions for a variety of file types. Some of the different test file extensions include GENERICTEST, WEBTEST, and .LOADTEST.
일반적인 .GENERICTEST 파일 이름
GenericTest1.generictest - The default name given to a GENERICTEST file.