InterviewSolution
Saved Bookmarks
| 1. |
How is stored procedure testing done? |
|
Answer» Stored Procedures are similar to user-defined functions that are invoked using Cal PROCEDURE or Execute Procedure statements. The output of these procedures is GENERALLY in the form of result sets. The stored procedures are stored in RDBMS and are READILY available for the applications. These can be tested using the following techniques:
|
|