Who is responsible for Unit testing?

Who is responsible for Unit testing?

Hi Ian!

Anyone can perform Unit testing who has access to the source code for an application. It includes devs, testers, and the QA team. Developers should write Unit tests because they know how a class, function, or module should work.

Developers should also know how their source code interacts with other systems like databases and external systems.

Find more about Unit testing in the below Unit testing tutorial.