Actions
SQA #4065
open[SQA] Learning Database Testing.
Description
Learn and understand the fundamentals of Database Testing to improve test coverage and ensure data integrity, accuracy, and consistency across the application. This learning will support better validation of backend data during functional and API testing.
Objectives¶
- Understand basics of database concepts (tables, keys, indexes, relationships).
- Learn different types of database testing:
- Data integrity testing
- Data validation testing
- CRUD operation testing
- Stored procedure and trigger testing
- Understand SQL queries for testing purposes.
- Identify common database-related defects.
Scope¶
- Practice writing SQL queries (SELECT, INSERT, UPDATE, DELETE).
- Validate data consistency between UI, API, and database.
- Learn how to test database constraints and relationships.
- Explore database testing best practices.
Deliverables¶
- Personal notes or documentation on database testing concepts.
- Sample SQL queries for testing scenarios.
- Identified test scenarios for database validation.
Note
Actions