Multiple choice technology testing

Database Testing includes?

  1. Data validity testing.

  2. Data Integritity testing

  3. Performance related to data base.

  4. Testing of Procedure,triggers and functions.

  5. 1 & 2

  6. All the above

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

Database testing is comprehensive, covering data validity (correct values and formats), data integrity (relationships, constraints, and referential integrity), performance (optimization and indexing), and programmatic objects (procedures, triggers, and functions). All these aspects are essential for thorough database quality assurance.