Subject | English | Korean |
math. | Armitage's chi-squared test for trend | Armitage의 경향 카이제곱 검정 |
math. | Bartlett's test of second order interaction | 바틀렛의 이차교호작용 검정 |
IT | Completely Automated Public Touring test to tell Computers and Humans Apart | 자동계정생성방지기술캡차,CAPTCHA |
comp., MS | Hardware Compatibility Test kit | 하드웨어 호환성 테스트 키트 (A collection of tests that verify hardware and device driver operations under a specific operating situation on Microsoft Windows operating systems. The tests exercise the combination of a device, a software driver, and an operating system under controlled conditions and verify that all components operate properly) |
IT | integrated test facilities | 통합 테스트 기능 (ITF) |
stat. | Jonckheere-Terpstra test for k-groups | 죤키어의 k 표본 검정 |
math. | Jonckheere-Terpstra test for k-groups | 죤키어의 k 표본 검정검증 |
comp., MS | Load Test Analyzer | 부하 테스트 분석기 (A Visual Studio window that displays results of any load test run, after it has run. It is used to examine any load test results that have already ended) |
comp., MS | Load Test Editor | 부하 테스트 편집기 (The Visual Studio editor in which a .loadtest file is opened. It displays a tree structure of nodes) |
comp., MS | Load Test Monitor | 부하 테스트 모니터 (A Visual Studio window that displays results during a load test run) |
comp., MS | load test scenario | 부하 테스트 시나리오 (A scenario used to model how a group of users interacts with a server application. A scenario consists of a test mix, a load profile, a network mix, and a browser mix. A load test can have more than one scenario) |
comp., MS | Load Test Wizard | 부하 테스트 마법사 (A wizard that guides you through the process of creating a load test) |
comp., MS | manual test template | 수동 테스트 템플릿 (A template used by the system to give the tester a consistent experience when documenting a manual test) |
stat. | Moran's test statistic | Moran 검정 통계량 |
math. | Moran's test statistic | Moran 검정검증 통계량 |
comp., MS | Object Test Bench | 개체 테스트 도구 (A Visual J feature that is designed for simple object-level testing) |
comp., MS | query-based test suite | 쿼리 기반 테스트 도구 모음 (The set of test cases that are returned when a specific query is run. If new test cases that meet the criteria in this query are added to the test suite, the new test cases will automatically appear in the query-based test suite) |
math. | Sherman's test statistic | Sherman 검정통계량 |
math. | split test method | 반분법 |
comp., MS | test adapter | 테스트 어댑터 (The code assembly that is responsible for loading a particular type of test) |
comp., MS | test agent | 테스트 에이전트 (A background process that receives, runs, and reports on tests and collects data on a single computer. The test agent communicates with test agent controller, usually located on another computer) |
comp., MS | test agent controller | 테스트 에이전트 컨트롤러 (A background process that manages a set of machines with the test agent software installed) |
comp., MS | test approach | 테스트 접근 방식 (The test goals, coverage, techniques, and data for the project and each of the iterations) |
comp., MS | test case | 테스트 사례 (A specification that describes the goals of a test, the results that the test might produce, the circumstances in which it will be run, and how it should be implemented) |
comp., MS | test class | 테스트 클래스 (Any class that is marked with the TestClass attribute) |
stat. | test coefficient | 인자적재값 |
math. | test coefficient | 인자적재 (값) |
comp., MS | test condition | 테스트 조건 (In a database unit test, a set of frequently used validation functions that test whether a unit test returns the expected results) |
comp., MS | test configuration | 테스트 구성 (A set of configuration variables that specify the correct setup required for testing an application) |
IT | test data | 테스트 데이터 |
comp., MS | test deployment | 테스트 배포 (The deployment of tests and all dependent files noted by the user or the system from their default location (for example, bin/debug) to the execution directory) |
comp., MS | test developer | 테스트 개발자 (A tester typically assigned to authoring coded tests) |
comp., MS | Test Effectiveness | 테스트 유효성 (A report that communicates the amount of code covered or exercised for a particular test run) |
comp., MS | test environment | 테스트 환경 (An environment that corresponds as closely as possible to the production environment and within which system and user acceptance tests can be carried out) |
comp., MS | test fake | 모조 테스트 (A mechanism that allows you to isolate part of an application so that it can be tested separately from another part on which it would be dependent in typical operation. During testing, a test fake executes instead of the methods and properties of the other part. The actions and return values of the test fake are under the control of the test. Within Visual Studio, a test fake takes the form of either a test stub or a test shim) |
comp., MS | test file | 테스트 파일 (A file used as part of a testing process to check the validity or correctness of a program or procedure) |
math. | test for sphericity | 구형성검정검증 |
IT | test generators | 테스트 생성기 |
comp., MS | test harness | 테스트 도구 (An application that loads test adapters and owns the process that executes tests) |
comp., MS | test list | 테스트 목록 (A list of tests that can be selected and managed from Test Manager) |
comp., MS | Test List Editor | 테스트 목록 편집기 (The window in Visual Studio Team System that is used to manage, execute, and control large numbers of tests and test lists) |
comp., MS | test method | 테스트 메서드 (Any method that is marked with the TestMethod attribute. You cannot run a unit test if its test method is not in a test class) |
comp., MS | test metric | 테스트 메트릭 (A unit of measure for testing) |
comp., MS | test metric threshold | 테스트 메트릭 임계값 (A goal for the project, measured using a test metric) |
comp., MS | test mix | 테스트 조합 (A formula that defines the probability of a virtual user running a given test in a load test scenario) |
comp., MS | Test mode | 테스트 모드 (A Directory Services option on the Accounts page. When a customer is running in Test mode, all e-mail for recipients who are not on the user list is redirected to a separate e-mail address after filtering (thus this mail is not rejected)) |
comp., MS | Test Mode/Live Mode | 테스트 모드/라이브 모드 (The modes on the Accounts page for a custom spam filter policy rule to run in. A rule can be run in test mode to monitor what would happen if rule were deployed, or in live mode, where the rule is actually deployed) |
stat. | test of normality | 정규성검정 |
math. | test of normality | 정규성검정검증 |
comp., MS | test plan | 테스트 계획 (A set of test cases and their associated test configuration information and the iteration when it is planned to run these tests. The test cases can be organized into a test suite hierarchy) |
comp., MS | test point | 테스트 지점 (A pairing of a test case and a test configuration) |
IT | test programs | 테스트 프로그램 |
comp., MS | test project | 테스트 프로젝트 (A project created specifically to hold test types) |
comp., MS | test result | 테스트 결과 (The verdict from executing a test: pass, fail, or inconclusive) |
comp., MS | Test Results | 테스트 결과 (A window which displays the current status of every test in the test run) |
comp., MS | Test Results window | 테스트 결과 창 (A window which displays the current status of every test in the test run) |
comp., MS | test run | 테스트 실행 (A set of pairings of test cases and test configurations to be run. The results of this set of pairings can be viewed together. Test runs are either automated or manual) |
comp., MS | test script | 테스트 스크립트 (A defined requirement that is checked against a product and yields either a pass or a fail result. Pass indicates meeting the requirement and fail indicates not meeting the requirement) |
comp., MS | test settings | 테스트 설정 (A set of variables that define how tests are going to be run and any data to be collected or system actions taken while tests are run. For example, collect code coverage data or emulate a specific network) |
comp., MS | test shim | 테스트 shim (A type of test fake that works by introducing a detour to the entry point of methods or properties that are called by a unit under test. The shim is executed instead of the existing code, and is under the control of the tests. A shim can be applied to any code, even if it was not designed to be isolated during testing) |
stat. | test statistic | 검정통계량 |
math. | test statistic | 검정검증통계량 |
comp., MS | test step | 테스트 단계 (An action to be taken when the test is run, and possibly the expected result from that action) |
comp., MS | test stub | 테스트 스텁 (A type of test fake that is an alternative implementation of an interface or class that is called by a unit under test. The test stub is under the control of the unit tests. Designing a system so that its parts can be replaced by test stubs results in more flexible code) |
comp., MS | test suite | 테스트 도구 모음 (A set of selected test cases. A test suite can contain other test suites, but each test suite can be contained in only one other test suite) |
comp., MS | test task | 테스트 작업 (An assignment to create test cases and test a specific area of the product, usually in the context of a scenario or quality of service requirement) |
comp., MS | test type | 테스트 형식 (A set of functionality and/or a template to help expose parts of the underlying test framework) |
IT | test types | 테스트 유형 |
comp., MS | Test View | 테스트 뷰 (A window that allows you to navigate to your tests for editing (authoring)) |
comp., MS | Test View window | 테스트 뷰 창 (A window that allows you to navigate to your tests for editing (authoring)) |
math. | total time on test transformation | 검정 변환의 총 시간 |
math. | W test for Normality | 정규성에 대한 W 검정 |
stat. | Watson's UN² test I | Watson's UN² 검정1 |
math. | Watson's UNup 2 test I | Watson's UN² 검정1 |
stat. | Watson's UN² test II | Watson's UN² 검정2 |
math. | Watson's UNup 2 test II | Watson's UN² 검정2 |
comp., MS | Web Performance Test Editor | 웹 성능 테스트 편집기 (The Visual Studio editor in which a Web test is edited. It displays a tree structure of request nodes) |
comp., MS | Web Performance Test Result Viewer | 웹 성능 테스트 결과 뷰어 (A Visual Studio window where Web tests are run and results are displayed) |
comp., MS | Web Test Recorder | 웹 테스트 레코더 (A feature in Visual Studio Team Edition that records the actions you perform while you browse a Web site. As you move through the site, recorded requests are added to the Web test) |