ATM Program(R) version 1.0 09/17/2016
ATM Program is a simple JAVA code which performs different tasks like deposit and withdrawal based on user's selection from given options.
- atm.java - main() file which performs all necessary functions
- Test Packages:
- ATMTestSuite.java - Test Suite to run all the JUnit test cases
- getbalanceTest.java - Test the getbalance() function
- depositTest.java - Test the deposit() function
- quitTest.java - Test quit() function to quit the program
- withdrawalTest.java - Test the withdrawal() function
- frequencyTest.java - Test the candeposit() and canwithdraw() function
- userInputTest.java - Test userInput() function
- Libraries:
- junit-4.10.jar
- JDK 1.8(Default)
- TikiOne Java Code Coverage(Netbeans defined plugin for code coverage).
- To Run the program, open the project in NetBeans 8.1 and run the program using F6
- To Test the program, Test it using Alt + F6
- To Check the code coverage, right click on project name in 'Projects' tab and click on Test with JaCoCoverage.
- Name : Bijon Desai
- email : [email protected]
- Phone : 214-566-4617
- LinkedIn : https://www.linkedin.com/in/bijondesai