Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

Test framework use JMeter to perform load tests.

Core package provides different tests made for different versions of Sakai.

You could create your own package see custom test in 10 minutes.

Run Tests

In order to run test type:

mvn clean test site [-Dtest-artifactId=your-package] [-Dtest-version=X.Y.Z]

By default groupId is org.sakaiproject.qa.testcases so probably you don't have to change it.

Complete explanation of all options could be found at readme.txt file in the source repository.

Test Results

Results of maven command are stored in html format inside tests/target/site dir.
Here is an example of create results.

In order to index all the results in one page type:

mvn site -Preport

This command produces the complete site.

 

 

  • No labels