Subject | English | Hebrew |
comp., MS | acceptance testing | בדיקת קבלה (Formal testing conducted to enable a user, customer, or other authorized entity to determine whether to accept a product or product component) |
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 acceptance test | בדיקה לקבלת Build (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 | build verification test | בדיקת אימות Build (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 | בדיקת ממשק משתמש על-ידי קוד (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 | exploratory testing | בדיקה לא מוגדרת (The testing of an application without a set of tests defined in advance) |
comp., MS | functional test | בדיקת תפקוד (A test that verifies that all of the functions of a feature are correctly implemented) |
comp., MS | fuzz testing | בדיקת נקודות תורפה (A testing process that supplies structured but invalid input to software application programming interfaces (APIs) and network interfaces to maximize the likelihood of detecting errors that might lead to software vulnerabilities) |
comp., MS | generic 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., 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 | hit 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., 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 | בדיקת עומס (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 | מנתח בדיקות עומס (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 | בדיקה ידנית (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) |
med. | nerve conduction testing | בדיקת הולכה עצבית (Вид электромиографии. xx007) |
comp., MS | Object Test Bench | כלי בדיקת אובייקטים (A Visual J feature that is designed for simple object-level testing) |
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 | penetration test | בדיקת חדירה (A test that looks for attack paths that might be used to gain access to assets) |
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 | smoke 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 | 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 | Team Test | בדיקת צוות (The part of Visual Studio Team System that specifically targets team members who are in the test role) |
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 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 | 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 | Test View window | חלון תצוגת בדיקות (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) |
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) |