DictionaryForumContacts

Terms containing Test | all forms | exact matches only
SubjectEnglishChinese Taiwan
comp., MSalpha testAlpha 測試 (A type of post-pixel blending operation which allows applications to control when pixels are written to the render target)
comp., MSautomated test自動化的測試 (A set of steps that a computer may run programmatically to test the functionality of the system)
comp., MSblack box test黑箱測試 (A test that is based on a component's actual behavior, without regard to its implementation)
comp., MSbuild acceptance test組建接受度測試 (A group of tests used to determine the health of a build at a high level. Typically, these tests exercise the core functionality to help team members determine whether further testing is worthwhile. They are run after the daily build to verify that compilation of source code has been built successfully and is ready for further testing)
comp., MSbuild verification test組建驗證測試 (A group of tests used to determine the health of a build at a high level. Typically, these tests exercise the core functionality to help team members determine whether further testing is worthwhile. They are run after the daily build to verify that compilation of source code has been built successfully and is ready for further testing)
comp., MScheckerboard test棋盤格測試 (A memory test employed to detect catastrophic failures and wiring problems within the memory chip and on the data bus by writing an alternating pattern of 0's and 1's to the memory chip)
comp., MScheck-in test簽入測試 (A test run by a developer to determine whether his code has affected the general stability of the product)
comp., MScoded UI test自動程式碼 UI 測試 (An automated test of the user interface of an application. A coded UI test exercises user actions and validates the expected results)
comp., MScoded Web testWeb 測試程式碼 (A type of test that is typically created by converting an existing recorded Web test into C or Visual Basic code)
comp., MSdatabase unit test資料庫單元測試 (A unit test that validates whether a certain aspect of your database is working as you expect)
comp., MSdeclarative test宣告式測試 (An ordinary Web test that is generated by using the Web Test Recorder that is launched when a new Web test is created)
comp., MSfunctional test功能測試 (A test that verifies that all of the functions of a feature are correctly implemented)
comp., MSgeneric test一般測試 (A known Visual Studio test type that encapsulates an unknown test or tool and allows Visual Studio to treat it as a known type)
comp., MSHardware 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., MShit test點擊測試 (A comparison of the mouse position with on-screen geometry. Commonly used to detect whether the mouse has been clicked over on-screen geometry)
comp., MSiteration test反覆項目測試 (A test that is run after the build verification tests. These tests verify the functionality called for in the iteration plan)
comp., MSload test負載測試 (A test that studies the behavior of the program when it is working at its limits. Types of load tests include volume tests, stress tests, and storage tests. Volume tests study the largest tasks the program can deal with. Stress tests study the program's response to peak bursts of activity. Storage tests study how memory and space is used by the program, either in resident memory or on disk. A test that is designed to put a server application under heavy user load to pinpoint performance and/or scalability problems)
comp., MSLoad 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., MSLoad Test Editor負載測試編輯器 (The Visual Studio editor in which a .loadtest file is opened. It displays a tree structure of nodes)
comp., MSLoad Test Monitor負載測試監視器 (A Visual Studio window that displays results during a load test run)
comp., MSload 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., MSLoad Test Wizard負載測試精靈 (A wizard that guides you through the process of creating a load test)
comp., MSmanual test手動測試 (A test performed by a human)
comp., MSmanual test template手動測試範本 (A template used by the system to give the tester a consistent experience when documenting a manual test)
comp., MSObject Test Bench物件測試工作台 (A Visual J feature that is designed for simple object-level testing)
comp., MSordered test已排序的測試 (A test that contains other tests, which are run in a specific order)
comp., MSPartner Test合作夥伴測試 (A test, written by a Microsoft partner, that uses the test framework's extensibility interfaces)
comp., MSpending test暫止的測試 (A test that has been selected to run but is not yet in progress. Pending tests can be viewed in the Test Results window)
comp., MSpenetration test滲透測試 (A test that looks for attack paths that might be used to gain access to assets)
comp., MSperformance test效能測試 (A procedure used to assess performance)
comp., MSpower-on self test A set of routines stored in read-only memory (ROM) that tests various system components such as RAM, the disk drives, and the keyboard, to see if they are properly connected and operating. If problems are found, these routines alert the user with a series of beeps or a message, often accompanied by a diagnostic numeric value. If the POST is successful, it passes control to the bootstrap loader開機自我測試 (POST)
comp., MSquery-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., MSregression test迴歸測試 (A test that is run after the daily build to verify that compilation of source code has been built successfully)
comp., MSsecurity test安全性測試 (A test that looks for attack paths that might be used to gain access to assets)
comp., MSsmoke test A group of tests used to determine the health of a build at a high level. Typically, these tests exercise the core functionality to help team members determine whether further testing is worthwhile. They are run after the daily build to verify that compilation of source code has been built successfully and is ready for further testing煙霧測試 (Smoke Test)
comp., MSstress test壓力測試 (A test that determines an application's breaking points and pushes the application past its upper limits as resources are saturated)
comp., MSsystem-under-test待測系統 (A system that is being tested for correct operation)
comp., MSTest 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., MStest adapter測試配接器 (The code assembly that is responsible for loading a particular type of test)
comp., MStest 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., MStest agent controller測試代理程式控制器 (A background process that manages a set of machines with the test agent software installed)
comp., MStest approach測試方法 (The test goals, coverage, techniques, and data for the project and each of the iterations)
comp., MStest 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., MStest class測試類別 (Any class that is marked with the TestClass attribute)
comp., MStest condition測試條件 (In a database unit test, a set of frequently used validation functions that test whether a unit test returns the expected results)
comp., MStest configuration測試組態 (A set of configuration variables that specify the correct setup required for testing an application)
comp., MStest 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., MStest developer測試開發人員 (A tester typically assigned to authoring coded tests)
comp., MSTest Effectiveness測試有效性 (A report that communicates the amount of code covered or exercised for a particular test run)
comp., MStest 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., MStest file測試檔案 (A file used as part of a testing process to check the validity or correctness of a program or procedure)
comp., MStest harness測試控管 (An application that loads test adapters and owns the process that executes tests)
comp., MStest list測試清單 (A list of tests that can be selected and managed from Test Manager)
comp., MSTest 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., MStest 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., MStest metric測試單位 (A unit of measure for testing)
comp., MStest metric threshold測試單位臨界值 (A goal for the project, measured using a test metric)
comp., MStest mix測試混合 (A formula that defines the probability of a virtual user running a given test in a load test scenario)
comp., MStest 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., MStest point測試點 (A pairing of a test case and a test configuration)
comp., MStest project測試專案 (A project created specifically to hold test types)
comp., MStest result測試結果 (The verdict from executing a test: pass, fail, or inconclusive)
comp., MSTest Results測試結果 (A window which displays the current status of every test in the test run)
comp., MSTest Results window測試結果 視窗 (A window which displays the current status of every test in the test run)
comp., MStest 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., MStest 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., MStest 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., MStest 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., MStest step測試步驟 (An action to be taken when the test is run, and possibly the expected result from that action)
comp., MStest 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., MStest 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., MStest 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., MStest type測試類型 (A set of functionality and/or a template to help expose parts of the underlying test framework)
comp., MSTest View測試檢視 (A window that allows you to navigate to your tests for editing (authoring))
comp., MSTest View window測試檢閱視窗 (A window that allows you to navigate to your tests for editing (authoring))
comp., MSunit test單元測試 (A test that confirms the functionality and peformance of specific modules and behaviors of code. Often a subset of unit tests are also used as check-in test to discover bugs before a build)
comp., MSvalidation test驗證測試 (A test that ensures that the functionality called for in a scenario or quality of service requirement is working)
comp., MSWeb Performance Test EditorWeb 效能測試編輯器 (The Visual Studio editor in which a Web test is edited. It displays a tree structure of request nodes)
comp., MSWeb Performance Test Result ViewerWeb 效能測試結果檢視器 (A Visual Studio window where Web tests are run and results are displayed)
comp., MSWeb Test RecorderWeb 測試錄製器 (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)

Get short URL