function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
inbox outbox 7inbox outbox 7 

what is a test runner?

Could anyone explain what is a test-runner software?
When we deploy the code to production, test-runner is going to pick each and every test from code and is going to run all the tests. It will then give the code coverage. 
 
MagulanDuraipandianMagulanDuraipandian
The test runner is something that allows us to run our unit tests. 
https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks
--
Magulan Duraipandian
https://infallibletechie.medium.com/