Answer Posted / shilpa
You have two alternatives. One is to create a stored
procedure that executes the procedure under development. It
will call the procedure with every combination of input
parameters possible. The second is to use the command
window as a client, and call the procedures from there.
This re-routes the server's error messages to the command
line, where you can trap them to a file and read them
outside Query Analyzer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a method that attempts to reduce the complexity levels of aging legacy software? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering
What is the mission of testing?
Mention what bottom-up testing is?
What is boundary value testing?
Can we use agil/scrum methodology in prodcut testing.
What is software verification?
Explain traceability matrix?
When you will deploy Fibre Channel SAN instead of iSCSI SAN?
How will you hack someone's gmail or yahoo account.
give an example of unit test and integration test and system test and UAT test?
In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.
What is intrusive testing?
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char
What is brainstorming?
What is equivalence class?