ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,718
- Points
- 823
Reputation:
ENXF NET submitted a new resource:
Unit testing XenForo addons - tutorial - Learn how to unit test your XenForo addons to make them more robust and error-free
Read more about this resource...
Unit testing XenForo addons - tutorial - Learn how to unit test your XenForo addons to make them more robust and error-free
1. Introduction
Unit testing is a process by which individual components (units) of your software are tested. The objective is to isolate a section of code and validate its correctness - ensure that it behaves as expected for the given inputs.
There are multiple levels of testing typically used in software development, including Unit testing, Integration testing, System testing, Acceptance testing and so on. Unit testing is generally the lowest level of testing performed and the...
Read more about this resource...