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.
Loading...
Related Quiz
- Which HTTP method is commonly used for sending data during the OAuth authentication process?
- In CodeIgniter's Query Builder, what method is used to insert a batch of data into a database table?
- In CodeIgniter, joining two tables using Active Record Class is accomplished with the ________ method.
- How do parameterized queries help in preventing SQL injection?
- In CodeIgniter, how can you specify dependencies between different migrations?