mocking
- noun
- /ˈmɑːkɪŋ/
- Specialized
- Effective mocking can help ensure that tests run independently from other modules and external services.
- self-mocking
Examples
-
OK, this is just to get us to a point where we can start mocking stuff up.
-
"Shall I hold our launch?" She held his gaze, knowing he wouldn't appreciate the mocking faces Oswald was making.
Fiction book (1999) -
Careful observation of his style reveals eight strategies for testing, mocking, and challenging habits of mind that can unnecessarily constrict scholarly inquiry.
Academic text (1998) -
During the automated testing phase, developers used mocking to simulate real components without relying on external systems.
-
The team employed mocking to create mock objects, allowing them to test their software in isolation.
Synonyms
Replacing part of a program with a simple fake to test other code
Compounds
How Realistic
- Specialized
- Specialized
- Specialized
- Specialized
- Jargon
Surface Forms
Morphology
Etymology
The word mocking in software comes from mock, used as a 'fake' or 'imitation' of the real thing, just like a mock-up of a product. That's why in testing 'mocking' means making fake parts so the code can be tested without the real systems.