Project

General

Profile

task #9459

Updated by Andreas Kohlbecker about 3 years ago

There is already a test suite http://int.e-taxonomy.eu/jenkins/job/utis-jmeter-tests/ which could be repaired. 

 Otherwise we may want to use another test tool like Gatling, ... 
 This descission may also depend on the kinds of tests that are to be applied: 
 Which tests to we need to implement? 

 * API Functional Tests (Tools: Gatling, Rest Assured + Hamcrest to do assertions, jMeter?, ....) 
 * Load tests (Tools: Gatling, jMeter?, ...) 
 * Soak Tests  
 * Peak Tests 

 For a brief introduction into the different test types and on a quite subjective and    selective overview on existing tools, see for example: https://dzone.com/articles/5-types-of-tests-to-perform-on-your-apis 

 Comparison of [gatling, jmeter and grinder](https://www.baeldung.com/gatling-jmeter-grinder-comparison)   

Back