Skip to content

greydelta/testing-java-program

Repository files navigation

Contributors Stargazers Issues


Logo

Software testing program for Java

A Java Program to solve the Bin Packing Problem with Next Fit & Best Fit Decreasing algorithm
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

program visual representation

Test entry criteria:

  • Testing and development environment is established.
  • The development of each module is either partially or fully completed.
  • Test cases are designed and ready to execute.

Test exit criteria:

  • All test cases are executed and pass successfully.
  • 90% functional coverage is accomplished through test cases.
  • All bugs, errors and defects that were identified are resolved prior to release.

(back to top)

Sample Output

(back to top)

Built With

Java

(back to top)

Getting Started

Prerequisites

  • Recommended IDE:

    Eclipse

Installation

Part 1 (Application)

  1. Download & install JRE-15 according to your OS

  2. Import Project Folder in Eclipse IDE

  3. Right click on Project Folder in Project Folder View

  4. Click "Build Path"

  5. Click "Configure Build Path"

  6. Under the "Libraries" Tab, click JRE System Library

  7. Click "Edit"

  8. Under "Execution Environment", choose "JavaSE-15 (jre)" from the dropdown

  9. Click "Finish" then "Apply and Close"

Part 2 (Testing)

  1. Right click on Project Folder in Project Folder View

  2. Click "Build Path"

  3. Click "Configure Build Path"

  4. Under the "Libraries" Tab, click Classpath

  5. Click "Add External JARs"

  6. Navigate to this repo's /external JARs folder

  7. Add both files to to Classpath

  8. Click "Apply" then "Apply and Close"

Usage

Part 1 (Application)

  1. Navigate to src/main in Project Folder View & right click

  2. Click "Run As"

  3. Click "Java Application"

Part 2 (Testing)

  1. Navigate to src/test in Project Folder View & right click

  2. Click "Run As"

  3. Click "JUnit Test"

(back to top)

Contact

Your Name - @greydelta1

Project Link: https://github.com/greydelta/testing-java-program

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages