Giter Club home page Giter Club logo

depositcash's Introduction

C-Store Test Suite

  • AccountPermitTest
    • Test account that is permit or not suspended account.
  • DepositCashTest
    • Test amount of deposit in one transaction isn't greater than 30,000.
    • Test amount of deposit in one day per person isn't greater than 50,000.
  • MinimumDepositCashTest
    • Test amount of deposit in one transaction isn't lower than 100.

Requirement

  1. Java SE Development Kit (JDK) Version 11 or higher.
  2. Apache Maven Version 3 or higher.

Installation

  1. Install JDK and Add ‘JAVA_HOME’ Environment Variable
  2. Download Maven and add ‘MAVEN_HOME’ and ‘M2_HOME’ Environment Variables
    • Maven can be downloaded from this location. Set the M2_HOME and MAVEN_HOME variable to maven installation folder. Installation Guide here.
  3. Access to project directory. For example,
    /yourpath/depositCash $
    
  4. Run the command
    $ mvn test
    
    All tests must be executed via this command, if you want to test only specific class, you may run
    $ mvn -Dtest=ClassNameTest test
    
    For example,
    $ mvn -Dtest=DepositCashTest test
    

Developer

Vichyawat Nakarugsa
Student ID: 6110545635
Software and Knowledge Engineering
Kasetsart University

depositcash's People

Contributors

ejeunjiyaz avatar

Watchers

Thawatchai Jongsuwanpaisan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.