Difference between revisions of "AppSuite:Load Tests"

 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
= App Suite Load Tests =
+
= OX App Suite Load Tests =
  
We're maintaining load tests for various APIs based on App Suite Clients implemented with Gatling (http://www.gatling.io/). To use it, clone the following repository:
+
We're providing load tests for various OX App Suite APIs and maintain simulations that correspond to specific client implementations. To use it, clone the following repository:
  
 
<code>
 
<code>
$ git clone https://code.open-xchange.com/git/wd/testing/performance -b develop
+
$ git clone https://gitlab.open-xchange.com/qa/performance.git
 
</code>
 
</code>
  
Documentation can be found at <code>com.openexchange.test.performance.gatling/project/doc</code>.
+
Documentation can be found at <code>com.openexchange.test.performance.gatling/project/doc</code>. Please checkout the branch that corresponds to the version of OX App Suite to be tested.
 +
 
 +
[[Category: AppSuite]] [[Category: Testing]]

Latest revision as of 17:19, 11 July 2017

OX App Suite Load Tests

We're providing load tests for various OX App Suite APIs and maintain simulations that correspond to specific client implementations. To use it, clone the following repository:

$ git clone https://gitlab.open-xchange.com/qa/performance.git

Documentation can be found at com.openexchange.test.performance.gatling/project/doc. Please checkout the branch that corresponds to the version of OX App Suite to be tested.