https://github.com/romanx/testingproject
An example project for different test techniques.
https://github.com/romanx/testingproject
Last synced: 4 months ago
JSON representation
An example project for different test techniques.
- Host: GitHub
- URL: https://github.com/romanx/testingproject
- Owner: Romanx
- Created: 2014-05-01T10:56:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T10:24:24.000Z (about 11 years ago)
- Last Synced: 2025-01-28T20:44:16.973Z (6 months ago)
- Language: Java
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TestingProject
==============An example project for different test techniques.
# Dependencies
All dependencies required for building and running the application are included in the maven build file. To build the project you will need- Maven
- SonarQube (http://www.sonarqube.org/) : For static analysis.# Build
Clone the git repository and run `mvn compile` to build the project.# Create Debian Installer
Either run `mvn install` which will generate the deb.# Create RPM Installer (Linux Only)
Go to the pom.xml, uncomment the executions section which looks like:
```
generate-rpm
rpm
```
Then run `mvn install` this will generate the installer. This does not work on windows due to rpmbuild not existing.