Subject | English | Malay |
comp., MS | automated test | ujian automatik (A set of steps that a computer may run programmatically to test the functionality of the system) |
comp., MS | black box test | ujian kotak hitam (A test that is based on a component's actual behavior, without regard to its implementation) |
comp., MS | build verification test | ujian penentusahan binaan (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 | check-in test | ujian daftar masuk (A test run by a developer to determine whether his code has affected the general stability of the product) |
comp., MS | coded UI test | ujian UI berkod (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 | ujian Web berkod (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 | ujian unit pangkalan data (A unit test that validates whether a certain aspect of your database is working as you expect) |
comp., MS | declarative test | ujian pengisytiharan (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 | generic test | ujian generik (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., MS | iteration test | ujian lelaran (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 | ujian beban (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., MS | Load Test Analyzer | Penganalisis Ujian Beban (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 | Editor Ujian Beban (The Visual Studio editor in which a .loadtest file is opened. It displays a tree structure of nodes) |
comp., MS | Load Test Monitor | Monitor Ujian Beban (A Visual Studio window that displays results during a load test run) |
comp., MS | load test scenario | senario ujian beban (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 | Pendeta Ujian Beban (A wizard that guides you through the process of creating a load test) |
comp., MS | manual test | ujian manual (A test performed by a human) |
comp., MS | manual test template | templat ujian manual (A template used by the system to give the tester a consistent experience when documenting a manual test) |
comp., MS | Object Test Bench | Bangku Ujian Objek (A tool that creates instances of a project's objects, calls their methods, and evaluates the results) |
comp., MS | Partner Test | Ujian Rakan Kongsi (A test, written by a Microsoft partner, that uses the test framework's extensibility interfaces) |
comp., MS | pending test | ujian menunggu (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 | ujian prestasi (A procedure used to assess performance) |
comp., MS | query-based test suite | suit ujian berasaskan pertanyaan (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 | ujian regresi (A test that is run after the daily build to verify that compilation of source code has been built successfully) |
comp., MS | security test | ujian keselamatan (A test that looks for attack paths that might be used to gain access to assets) |
comp., MS | stress test | ujian tekanan (A test that determines an application's breaking points and pushes the application past its upper limits as resources are saturated) |
comp., MS | Team Test | Ujian Pasukan (The part of Visual Studio Team System that specifically targets team members who are in the test role) |
comp., MS | test adapter | penyesuai ujian (The code assembly that is responsible for loading a particular type of test) |
comp., MS | test agent | agen ujian (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 | pengawal agen ujian (A background process that manages a set of machines with the test agent software installed) |
comp., MS | test approach | pendekatan ujian (The test goals, coverage, techniques, and data for the project and each of the iterations) |
comp., MS | test case | kes ujian (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 | kelas ujian (Any class that is marked with the TestClass attribute) |
comp., MS | test condition | syarat ujian (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 | konfigurasi ujian (A set of configuration variables that specify the correct setup required for testing an application) |
comp., MS | test deployment | pengerahan ujian (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 | pembangun ujian (A tester typically assigned to authoring coded tests) |
comp., MS | Test Effectiveness | Keberkesanan Ujian (A report that communicates the amount of code covered or exercised for a particular test run) |
comp., MS | test file | fail ujian (A file used as part of a testing process to check the validity or correctness of a program or procedure) |
comp., MS | test harness | alat ujian (An application that loads test adapters and owns the process that executes tests) |
comp., MS | test list | senarai ujian (A list of tests that can be selected and managed from Test Manager) |
comp., MS | Test List Editor | Editor Senarai Ujian (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 | kaedah ujian (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 | matrik ujian (A unit of measure for testing) |
comp., MS | test metric threshold | ambang metrik ujian (A goal for the project, measured using a test metric) |
comp., MS | test mix | campuran ujian (A formula that defines the probability of a virtual user running a given test in a load test scenario) |
comp., MS | test plan | pelan ujian (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 | titik ujian (A pairing of a test case and a test configuration) |
comp., MS | test project | projek ujian (A project created specifically to hold test types) |
comp., MS | test result | keputusan ujian (The verdict from executing a test: pass, fail, or inconclusive) |
comp., MS | Test Results | Keputusan Ujian (A window which displays the current status of every test in the test run) |
comp., MS | test run | jalanan ujian (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 | skrip ujian (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 | seting ujian (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 | langkah ujian (An action to be taken when the test is run, and possibly the expected result from that action) |
comp., MS | test suite | suit ujian (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 | tugas ujian (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 | jenis ujian (A set of functionality and/or a template to help expose parts of the underlying test framework) |
comp., MS | Test View | Paparan Ujian (A window that allows you to navigate to your tests for editing (authoring)) |
comp., MS | unit test | ujian unit (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 | ujian pensahihan (A test that ensures that the functionality called for in a scenario or quality of service requirement is working) |
comp., MS | Web Performance Test Editor | Editor Ujian 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 | Alat Lihat Ujian Web (A Visual Studio window where Web tests are run and results are displayed) |
comp., MS | Web Test Recorder | Perakam Ujian 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) |