Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanx/testingproject
An example project for different test techniques.
https://github.com/romanx/testingproject
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T10:24:24.000Z (over 10 years ago)
- Last Synced: 2023-08-07T12:07:47.238Z (over 1 year 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.