Which phase of the SDLC (Software Development Life Cycle) typically includes database testing?
- Coding
- Maintenance
- Planning
- Testing
Database testing usually occurs during the Testing phase of the SDLC. This phase involves validating and verifying the functionality, performance, and security of the developed software, including its interaction with the underlying database systems.
Loading...
Related Quiz
- In a subquery, which type of comparison operator can be used to compare a single value with a result set?
- What does "ETL" stand for in the context of data processing?
- Continuous integration aims to integrate code changes into the shared repository ____________.
- What is the role of a test plan in the database testing process?
- In a database application, a SQL query is responsible for retrieving financial transaction records. You suspect that the query might be prone to SQL injection attacks. What action should you take to verify and secure the query?