APEX-JHOSEF-CARDICH-PALMA /
java-stock-system
The goal is the deployment of a Java application in an EC2 (AWS Instance) to serve any client all the operations available in a store inventory utility. JAVA, JUnit, Maven, Jenkins, MySQL, EC2 AWS.
Loading repository data…
duisenbayeva / repository
The goal of this project is to develop a web based interface to connect UT Dallas affiliates to each other and help alleviate the hassle of trading goods. Java Web application written using JSP-Servlet technology and MySQL database.
UTDeals is an online marketplace where UT Dallas students can sell, buy and rent products among each other. The goal of this project is to develop a web based interface to connect UT Dallas affiliates to each other and help alleviate the hassle of trading goods.
Java Web application written using JSP-Servlet technology and MySQL database.
Selected from shared topics, language and repository description—not editorial ratings.
APEX-JHOSEF-CARDICH-PALMA /
The goal is the deployment of a Java application in an EC2 (AWS Instance) to serve any client all the operations available in a store inventory utility. JAVA, JUnit, Maven, Jenkins, MySQL, EC2 AWS.
adligo /
Tests4j is a concurrent testing framework inspired by JUnit with code coverage, reference / dependency graph assertions, and various scopes (SourceFileTrials, ApiTrials, DataTrials, UseCaseTrials and MetaTrials). It is the longterm goal of Tests4j to be a unified solution for testing all software with enhanced support for software that runs on JVMs (Java Virtual Machines [Java, EMCA/Javascript, Scala, Closure, etc]).
oloed /
RoboRemote is a remote control framework for Robotium. The goal of RoboRemote is to allow for more complex test scenarios by letting the automator write their tests using standard desktop Java/JUnit. All of the Robotium Solo commands are available. RoboRemote also provides some convencience classes to assist in common tasks such as interacting with list views.
vk0708 /
This repository contains a collection of Java-based automation testing scripts and frameworks for automating functional and regression tests. It is designed for testers, developers, and automation engineers looking to integrate Java with popular testing tools such as Selenium, TestNG, JUnit, and others. The goal is to provide reusable, maintainable
bnyari196 /
A Java-based Suit 21 card game where the goal is to score exactly 21 using cards from a single suit. Includes JUnit tests to ensure the functionality and reliability of game mechanics.
KhadejaK /
The goal of this project is to write a program that will automatically generate and solve mazes. Each time you run the program, it will generate and print a new random maze and the solution. You will use depth-first search (DFS) and breadth-first search (BFS). Submit your code, and also JUnit test cases for it.