- ANone of the options
- BIntegration testing
- CE2E testing
- DUnit testing
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
As soon as possible is a correct answer. It is best practice to start writing unit tests as soon as the code for a module or feature is complete, as this allows for early identification and resolution of any issues before the application is fully developed. This approach also helps ensure that the code is written in a testable manner from the start.