In a scenario where a CodeIgniter application is failing randomly, a unit test should focus on ________ to identify potential issues.

  • CodeIgniter core files
  • External APIs
  • Frequently accessed database queries
  • Random input data
When an application fails randomly, the unit test should focus on external APIs to identify potential issues related to data retrieval or communication problems.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *