I. Introduction of the topic
Selected project name: Perpetual calendar
Project requirements: Use the graphical user interface. Implement the date and week of the query. For the perpetual calendar system, the main function is: View the date of the day (year, month, day), view the time, view the calendar of other years. The main use process is to view the perpetual calendar system, view other month or year calendars, check other dates to view the date of the day.
First, the Division of labor and process
Mr Jiang Yan responsible for the program preparation, Sun Jing responsible for the program testing
Third, the code address
Https://github.com/sunjing2013/Test/tree/master
Iv. Test situation
To test the program steps:
1. First select Window→show view→other
2. Open the Show View dialog box, Java→junit→ok
The 3.Junit view window looks like this:
4. Right-click Wannianli and select →new→other
5.java→junit→junit Test Case→next→finish
6. Right-click on the generated Wannianlitest.java select Run As→junit Test, tick wannianli→finish
7. The total number of failed test case executions is 10 times
8. Test success by modifying the test code
9. Running Results
V. Questions and Experiences
This course design, encountered a lot of difficulties in the design process, I understand that to be good at using the resources and practice around the importance of the classroom, the basic knowledge is unable to grasp the essence of knowledge, in the testing process through the Internet search solutions and the discussion between students, and finally found a solution. Through the curriculum design, can achieve a comprehensive, in-depth understanding and mastery of the content, can be simple analysis and judgment.
Pair Project---perpetual calendar