Overview:

This homework will assess your ability to design, code and prepare unit tests for a simple login application. The application should be a standalone desktop application without any Web components. You can code the application in Java, C# or C++.

Assignment:

Using the readings from weeks 1 and 2 as a baseline, develop a graphical user interface that allows a user to login to a system. The login screen should contain fields for entering a username and password and buttons to submit the information for authentication and a button to clear or reset the fields.

You can hard-code the password authentication for now as the purpose of this exercise is Unit testing. The system should log all attempts into a Log.txt file. The log should include the username, the date, the time and if the login was successful or not.

Create multiple Unit tests (use Junit if selecting Java, and Visual Studio Unit Test if using C++ or C#). You should design and implement a comprehensive set of Unit tests. You should run your unit tests and clearly show the results for each test.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.