Subject | English | Thai |
comp., MS | alpha test | การทดสอบอัลฟา (A type of post-pixel blending operation which allows applications to control when pixels are written to the render target) |
comp., MS | automated test | การทดสอบอัตโนมัติ (A set of steps that a computer may run programmatically to test the functionality of the system) |
comp., MS | black box test | การทดสอบแบบกล่องดำ (A test that is based on a component's actual behavior, without regard to its implementation) |
comp., MS | build 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., MS | checkerboard 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., MS | check-in test | การทดสอบเช็คอิน (A test run by a developer to determine whether his code has affected the general stability of the product) |
comp., MS | coded 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., MS | coded Web test | การทดสอบเว็บแบบเป็นโค้ด (A type of test that is typically created by converting an existing recorded Web test into C or Visual Basic code) |
comp., MS | database unit test | การทดสอบหน่วยฐานข้อมูล (A unit test that validates whether a certain aspect of your database is working as you expect) |
comp., MS | declarative 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., MS | functional test | การทดสอบการทำงาน (A test that verifies that all of the functions of a feature are correctly implemented) |
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 | iteration test | การทดสอบการทำซ้ำ (A test that is run after the build verification tests. These tests verify the functionality called for in the iteration plan) |
comp., MS | Load Test Analyzer | ตัววิเคราะห์ load test (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 | manual test | การทดสอบด้วยตนเอง (A test performed by a human) |
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 | Partner Test | การทดสอบของคู่ค้า (A test, written by a Microsoft partner, that uses the test framework's extensibility interfaces) |
comp., MS | pending 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., MS | performance test | การทดสอบประสิทธิภาพ (A procedure used to assess performance) |
comp., MS | power-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) |
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 | regression test | การทดสอบการถดถอย (A test that is run after the daily build to verify that compilation of source code has been built successfully) |
comp., MS | security test | การทดสอบด้านความปลอดภัย (A test that looks for attack paths that might be used to gain access to assets) |
comp., MS | stress test | การทดสอบภาวะวิกฤต (A test that determines an application's breaking points and pushes the application past its upper limits as resources are saturated) |
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 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 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 | ตัวแก้ไข Test List (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 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 step | ขั้นตอนการทดสอบ (An action to be taken when the test is run, and possibly the expected result from that action) |
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 | unit 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., MS | validation test | การทดสอบความถูกต้อง (A test that ensures that the functionality called for in a scenario or quality of service requirement is working) |