0 votes
in Service Discovery by
What is the difference between Mock & Stub?

1 Answer

0 votes
by

A Mock is generally a dummy object where certain features are set into it initially. Its behavior mainly depends on these features, which are then tested. 

A Stub is an object that helps in running the test. It functions in a fixed manner under certain conditions. This hard-coded behavior helps the stub to run the test.

Related questions

0 votes
asked Sep 16, 2020 in Agile by Robindeniel
+1 vote
asked Jul 29, 2020 in Oracle by Hodge
...