Subject | English | Chinese Taiwan |
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) |
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) |
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) |
comp., MS | Test Access Port | 測試存取埠 (A collection of boundary scan control signals that define a serial protocol for scan-based devices. There are five pins, TCK/clock, TMS/mode select, TDI/data in, TDO/data out, and TRST/reset) |
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) |
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) |
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 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) |
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 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) |
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 | 測試填充碼 (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) |
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) |
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)) |
comp., MS | Web Performance Test Editor | Web 效能測試編輯器 (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 | Web 效能測試結果檢視器 (A Visual Studio window where Web tests are run and results are displayed) |
comp., MS | Web Test Recorder | Web 測試錄製器 (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) |