Pre-Assessment Questions: Error Handling and Debugging
Pre-Assessment Questions: Error Handling and Debugging
Pre-Assessment Questions: Error Handling and Debugging
Pre-Assessment Questions
1. Identify the correct description of a Runtime-Callable Wrapper.
3. A __________arrow means that the control resides on the server side and
that the control is accessible from the server-side code.
a. Yellow
b. Red
c. Blue
d. Green
a. 10
b. 40
c. 60
d. 20
Solutions to Pre-Assessment
Questions
1. a. A Runtime-Callable Wrapper manages the whole operation of a COM
component.
2. d. Response
3. d. Green
4. d. 20
5. c. Both the statements are True.
Objectives
In this lesson, you will learn to:
Summary
In this lesson, you learned:
Summary (Contd.)
• The different types of testing are:
• Requirements testing
• Usability testing
• Unit testing
• Integration testing
• Regression testing
• Following are the guidelines for testing:
• Organizing the testing effort
• The testing should be planned as per the requirement specifications
• Develop a test plan to ensure that all the modules are covered
• The two approaches for testing are:
• Water-fall approach
• Evolutionary approach
Summary (Contd.)
• Tracing is a debugging method that enables you to display the debugging
information about a request.
• There are two levels of tracing:
• Page-level tracing
• Application-level tracing
• Trace Listeners are used to collect, store, and route tracing messages. You can
also use trace listeners to redirect the tracing information to logs, windows, or
text files.
• Trace Switches are used to control the tracing output.