What are precautions for testing ASP. NET Programming specifications? Let's start with our introduction:
Test Specification for ASP. NET Programming specification 1. Design Specification
Before the test, use the outline design specification. Detailed design specification as the outline and select the appropriate input and output data.
Test Specification for ASP. NET Programming Specification 2. Test by function module
ASP. NET Programming specification-Test Specification 3. Pay attention to the test sequence during the test
First, we need to test the processes of each Sub-Unit. After testing the processes of each sub-unit, we need to test the processes of each module, including the interfaces between Sub-Unit processes, process the interfaces between modules, and test and maintain the system.
ASP. NET Programming specification-Test Specification 4. Notes during testing:
A. The data type does not match.
For example, name: string travel destination string
Gender string travel time date
Business Unit string (year/month/day yy/mm/dd)
Long int Ticket/pick up boolean ID number
B. The data exceeds the specified range.
For example, the gender can only be 'male' or 'female ', the ID card number must be 13 characters, and the travel time must be one day after the day of the booking;
C. Are there any tests in the program that must be entered in the database?
D. Is there any test in the program if the database limit value is unique?
E. Check whether the paging program of the control datagrid has been written. Is there any test?
F. is the width of each column in the control datagrid allocated?
G. Is the link correct?
H. Is the code concise? Will it leave some security risks?
I. Are there any other preventive code?
J. Does it meet the requirements? Are requirements clear?
Test specifications for ASP. NET Programming specifications 5. Test principles: self-test
If you are not satisfied with the program, others will not be satisfied.
The test specification of ASP. NET Programming specifications will be introduced here, and it will be helpful for you to understand the test specification of ASP. NET Programming specifications.
- ASP. NET Programming Model-ASP. NET page lifecycle Diagram
- Step 11 of ASP. NET Programming Model Page Lifecycle
- Interface Design Standards for ASP. NET Programming specifications
- Brief Analysis on naming rules of ASP. NET Programming specifications
- Analysis of ASP. NET programming standards and Their encoding specifications