search
HomeDatabaseMysql TutorialSQLUnit 环境搭建_MySQL

1 技术需要积累 

前几天去一位笛友小赖家玩,才知道他的笛子吹得好不是偶然。是因为他真的用功了,电脑里面下载有超多的视频、教程等!这真的很让我震撼!一直是在公司做技术,但资料考不出来,而我整理了多少技术资料呢?
所以,有了把这些天用到的数据库测试工具 SQLUnit 搭建环境和简单使用方法整理出来的想法。没准以后又会再用得到呢~

2 环境要求 

环境快速搭建
1. SQLUnit
2. Apache Ant
Apache Ant入门示例
3. Java 

3 编译 

进入 SQLUnit 根目录
// 编译成发布版的 jar 文件ant installant test

4 MySQL 连接测试示例 

参照 sqlunit-5.0/test/mysql/README 说明。由于 MySQL 不支持存储过程,以下测试,均是演示非存储过程的测试。

4.1 建立数据库 

create database sqlunitdb;use sqlunitdb;

4.2 编辑连接信息 

编辑 sqlunit-5.0/test/mysql/connectiontest.xml 中,修改成正确的用户名和密码。

4.3 拷贝测试目标到根目录 

cp connectiontest.xml ../../

4.4 执行 

ant -Dlog.format=canoo -Doutput.file=demotest.xml -Dtestfile=connectiontest.xml sqlunit-flat canoo2html
测试结果将生成为 xml 和 html 文件,例如 html 的显示结果如下图所示:

5 问题及解决 

5.1 Problem: failed to create task or type sqlunit. Cause: The name is undefined. 

不应该在 build.xml 中增加测试目标,当时我采用的方式是在 build.xml 中添加了如下测试目标,调用时出现了错误。
 
 
                 haltOnFailure="false" debug="false" />
 

正确执行测试的方式,应该是在 build.xml 目录下,放置测试的 xml 文件,然后执行生成测试 html 结果的文件方式,即可。 

5.2 BUILD FAILED 无法编译样式表 

修改 canoo2html_result_transform.xsl 文件。注释第二行引用到的 TestResults.xsl 文件。

5.3 com.mysql.jdbc.Driver not found in specified Context 

将 mysql 的连接库放到 lib 文件夹即可。例如,直接将 mysql-connector-java-5.1.12-bin.jar 文件拷贝到 lib 文件夹中。
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How do you alter a table in MySQL using the ALTER TABLE statement?How do you alter a table in MySQL using the ALTER TABLE statement?Mar 19, 2025 pm 03:51 PM

The article discusses using MySQL's ALTER TABLE statement to modify tables, including adding/dropping columns, renaming tables/columns, and changing column data types.

How do I configure SSL/TLS encryption for MySQL connections?How do I configure SSL/TLS encryption for MySQL connections?Mar 18, 2025 pm 12:01 PM

Article discusses configuring SSL/TLS encryption for MySQL, including certificate generation and verification. Main issue is using self-signed certificates' security implications.[Character count: 159]

How do you handle large datasets in MySQL?How do you handle large datasets in MySQL?Mar 21, 2025 pm 12:15 PM

Article discusses strategies for handling large datasets in MySQL, including partitioning, sharding, indexing, and query optimization.

What are some popular MySQL GUI tools (e.g., MySQL Workbench, phpMyAdmin)?What are some popular MySQL GUI tools (e.g., MySQL Workbench, phpMyAdmin)?Mar 21, 2025 pm 06:28 PM

Article discusses popular MySQL GUI tools like MySQL Workbench and phpMyAdmin, comparing their features and suitability for beginners and advanced users.[159 characters]

How do you drop a table in MySQL using the DROP TABLE statement?How do you drop a table in MySQL using the DROP TABLE statement?Mar 19, 2025 pm 03:52 PM

The article discusses dropping tables in MySQL using the DROP TABLE statement, emphasizing precautions and risks. It highlights that the action is irreversible without backups, detailing recovery methods and potential production environment hazards.

How do you represent relationships using foreign keys?How do you represent relationships using foreign keys?Mar 19, 2025 pm 03:48 PM

Article discusses using foreign keys to represent relationships in databases, focusing on best practices, data integrity, and common pitfalls to avoid.

How do you create indexes on JSON columns?How do you create indexes on JSON columns?Mar 21, 2025 pm 12:13 PM

The article discusses creating indexes on JSON columns in various databases like PostgreSQL, MySQL, and MongoDB to enhance query performance. It explains the syntax and benefits of indexing specific JSON paths, and lists supported database systems.

How do I secure MySQL against common vulnerabilities (SQL injection, brute-force attacks)?How do I secure MySQL against common vulnerabilities (SQL injection, brute-force attacks)?Mar 18, 2025 pm 12:00 PM

Article discusses securing MySQL against SQL injection and brute-force attacks using prepared statements, input validation, and strong password policies.(159 characters)

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software