Skip to content

Erog38/BSU-CS271

Repository files navigation

BSU-CS271

Team Assignment: Login Program Using Java GUI

Due Date: 9/22/2017 Team Members Names:

  1. Chandra Adhikari
  2. Phil Gore
  3. Aaron Parish
  4. Jorah Hinman

Included Files

  1. Main.java (The Driver program)
  2. LandingPageGUI.java (The initial landing program)
  3. CreateProfileGUI.java
  4. AccountManager.java
  5. AccountManagerTest.java
  6. ProfileGUI.java
  7. UserProfile.java
  8. LoginGUI.java

Building and Running

From the directory containing these java files simply run the following command: $ javac *.java Then to run the program simply run the following command from the directory containing Main.class file. $ java Main

Testing

We have included a test file that tests all of our logical methods that verifies login information for creating, editing, or deleting user. This test file contains multiple assert statement inside the same method for robust testing. GUI testing is not implemented in this test class - it only test for logistics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages