1.

Which Sql Statements Have You Used For Testing Databases?

Answer»

In DB testing we need to check for,

  1. The FIELD size VALIDATION
  2. Check constraints.
  3. Indexes are done or not (for performance RELATED ISSUES)
  4. STORED procedures
  5. The field size defined in the application is matching with that in the db.

In DB testing we need to check for,



Discussion

No Comment Found