Keploy Logo

Author Details

Posts by Zoheb Ahmed

Cover Image for What is unit testing anyways?

What is unit testing anyways?

Zoheb Ahmed

Introduction: Unit testing is a technique of testing that emphasizes testing a particular piece of code. Unit testing is mainly done to test the functionality of a block of code i.e to check whether the code does what you expect it to do. But does that mean we have to test every […]