Skip to content

Jasmine3014/DB-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project connects to a MySQL database to enable data retrieval and updates. It demonstrates proper JDBC usage, SQL syntax, and basic operations like fetching and updating user data.

To Run This Project

  • Set up MySQL and restore the testdb.sql file.
  • Clone the repository and install Maven dependencies.
  • Update database credentials in the DBTest class.
  • Run tests with JUnit.

Technologies

  • Java 12
  • JUnit 5
  • MySQL 8.0.31
  • JDBC

Test Cases

image

About

Database Auto Tests based on MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages