Merge pull request #517 from Moshe-Immerman/patch-5
added testing tools
This commit is contained in:
@ -773,10 +773,12 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
* [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers.
|
||||
* [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability.
|
||||
* [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations.
|
||||
* [Burst](https://github.com/square/burst) - A unit testing library for varying test data.
|
||||
* [Citrus](http://citrusframework.org/) - Integration testing framework with focus on client- and serverside messaging.
|
||||
* [ConcurrentUnit](https://github.com/jhalterman/concurrentunit) - Toolkit for testing multi-threaded and asynchronous applications.
|
||||
* [Cucumber](https://github.com/cucumber/cucumber-jvm) - BDD testing framework.
|
||||
* [Cukes-REST](https://github.com/ctco/cukes-rest) - A collection of Gherkin steps for REST-service testing using Cucumber.
|
||||
* [Galen](https://github.com/galenframework/galen) - Layout and functional testing framework for websites.
|
||||
* [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance.
|
||||
* [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL.
|
||||
* [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
|
||||
@ -797,9 +799,11 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
* [pojo-tester](http://www.pojo.pl/) - Automatically performs tests on basic POJO-methods.
|
||||
* [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers.
|
||||
* [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition.
|
||||
* [Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
|
||||
* [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services.
|
||||
* [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests.
|
||||
* [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications.
|
||||
* [Spock](https://github.com/spockframework/spock) - Spock is a developer testing and specification framework for Java and Groovy applications.
|
||||
* [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
|
||||
* [Truth](https://github.com/google/truth) - Google's assertion and proposition framework.
|
||||
* [WireMock](http://wiremock.org/) - Stubs and mocks web services.
|
||||
|
Reference in New Issue
Block a user