#Testing

Spy

Spy (in testing) Method that is spying on some function (that you need) It is tracking information … Read more

Stub

Stub Contains specific rules like: if parameters are x1, x2 then result is y (2, 3) => [5] () … Read more

Assertion

Assertion It provides the ability to write code in test to check expected value and output value … Read more

Fixtures

Fixtures In Front End It’s fake data that replaces data from API (back end) responses In Back … Read more