This assignment requires you to design, develop and implement a token web application. It is intended to assess your mastery of the web application development concepts and ASP.NET concepts from the course. This is an individual assignment. The assignment must be entirely a product of your own work except for use of resources supplied with the course, information from the public domain (provided its use is correctly acknowledged) and discussions with the lecturer.
Hints
Business Specification
Please specify and describe the business rules you are going to implement for this web application. You are allowed to repeat the original requirements. You are expected to expand the original requirements. All the business rules should conform to the original requirements. You can just use English and/or any notation you are familiar with for this part.
User Interface Design
You are required to design a storyboard for the web application. In addition to that, you can use English and /or any other notation for supplementary description. Your storyboard must be specific enough for implementation.
Database Design
Please identify all the tables that will be used in the implementation and specify the relationships among the tables, as well as all the fields in each table.
Test Plan
You have to write a completed test plan showing
(a) test sequences that will exercise all cases and the expected results.
(b) the actual results of your tests to be filled during the testing.
(c) specify the limitation of the test data
Please make sure that all the user interface and business rules are covered.