1.

What do you understand about Trigger Testing?

Answer»

Trigger testing INVOLVES testing the database triggers that answers the following questions:

  1. Are the coding conventions followed while defining and coding the triggers?
  2. Are the triggers executing the DML transactions successfully by satisfying all conditions?
  3. Are the triggers updating the data correctly post the execution of QUERIES?
  4. Is the application functionality working fine post the data updation, INSERTION or DELETION?


Discussion

No Comment Found