System tests in Java

Looking for an infrastructure to test your system in Java. We have a tomcat-based web application (Spring, Hibernate, etc.) with a well-defined API that can be easily opened as RMI (or in any other way).

We want to test this API. The structure must test a running server. Tests will be initiated by Jenkins or run by developers or QA Automation.

Most of the tests will be written by developers, so we want them to be similar to what they are familiar with (java, all of the technologies listed above). The ability to test performance is an advantage.

Any success stories or failures / tips will be appreciated.

+5
source share
2 answers

Fitnesse - . wiki HTML. . .

+1

API ( , Java), JUnit. / Java. (EasyMock ..), , . , SOAPUI. , , .

+1

All Articles