Word Explorer

Unit testing

💡 Words with a Similar Meaning to "Unit testing"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
test-driven developmentnoun(software engineering) A software development process that relies on the repetition of a minimal development cycle where the developer writes an (initially failing) automated test case that defines a desired function, then produces minimal code to pass that test, and finally refactors the new code to acceptable standards.
integration testingnoun(software) the phase in software testing that occurs after unit testing and before validation testing, where individual software modules are combined and tested as a group.
big bang testingnoun(software engineering) A form of integration testing in which the individual modules are linked together and tested as a whole, without first being tested independently.
white-box testingnoun(software, testing) The testing of the internal structure, rather than the functionality, of a system.
sandwich testingnoun(software engineering) A hybrid form of integration testing that combines top-down and bottom-up approaches.
programming in the smallnoun(software engineering) Writing individual lines of code in a programming language.
test casenoun(computing) Any of a set of conditions and variables used to test an application.
model-based testingnoun(software, testing) An application of model-based design for designing and optionally also executing artifacts to perform software testing.
test harnessnoun(computing) A software framework containing tests to verify the behaviour of other software components.
programming in the largenoun(software engineering) Designing a complex software system as a composition of smaller parts.
beta testingnoun(software, testing) A form of software testing, after the alpha testing stage, involving a limited audience of external users.
test suitenoun(computing) A container that has a set of tests with similar test cases to show that it has some specified set of behaviours.
keyword-driven testingnoun(software testing) a testing approach that separates the test automation implementation from the test case design by defining a keyword for each action in the test case that can be used by the test automation assistant without having any programming knowledge.
grey-box testingnoun(software, testing) A combination of black-box testing and white-box testing, where knowledge about the internal data structures and algorithms is used to design tests while executing those tests at the user, or black-box, level.
extreme programmingnoun(software engineering) A software engineering methodology that promotes agility and simplicity, typically involving pair programming and a cycle of frequent testing and feedback.
fuzz testingnoun(software, testing) A testing methodology in which random data (“fuzz”) is supplied as input to a program.
mob programmingnoun(software engineering) A software development approach where the whole team works on a single project at a single computer at the same time.
alpha testingnoun(software, testing) A process where a software application approaching full functionality is made available to a group of sophisticated users.
model-driven testingnoun(software, testing) Synonym of model-based testing.
code coveragenoun(computer science) A measure of the degree to which the source code of a program is executed when a particular test suite is run.

Translate “Unit testing” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Unit testing