[Solved] KIT206 Assignment2-C# Application & Test Report
5.0
1 customer review
Digital download
Digital download
$25.00
Message us on WhatsApp for payment or download support.
| Stage | Timeframe (semester week) | Application type & functionality | Notes |
| 1 | 89 | Console application with entity (data) classes, partiallyimplemented control classes and at least one database adapter class.One or more driver classes containing Main() that can test features such as filtering of the staff or unit lists. | 1. May have a GUI, but this should be no more than necessary to exercise/test implemented functionality (should be able to throw this GUI away later).2. Database adapter will need to return artificial data. |
| 2 | 910 | As above but using live data, which will substantially ease the burden on you to create artificial test data.Draft test cases that are complete in all details apart from test methods (which will likely still be highlevel until the GUI is built). | (1) as above |
| 3 | 1113 | WPF application with custom controls for different views. Control classes updated to know about GUI components and event handlers connected.Test cases completed and applied to your application. | Transition will be easiest by creating a new WPF Application project andimporting the preexisting class files into it. |