Performance Test Data Generation
Default parameters for Test Data
The table below shows configurable parameters and their default values:
Variable
Default Value
PROJECT_COUNT
20
Number of projects
BROWSE_USER_COUNT
7
Number of browser users per projects
SEARCH_USER_COUNT
1
Number of search users per projects
CREATE_USER_COUNT
2
Number of item creator users per projects
To modify the variables start jmeter with the command below:
$ jmeter -t cb-performance-test-setup.jmx
Now click on Create Codebeamer Performance Test Environment. To change a value just double click on the variable available in column Value as on the screen-shot below:
File->Save menu item can be used to save the modifications.
Run data generation
* 
It must be always ensured that the tests run again a new Codebeamer instance where the installation (including post install) is just completed. The tests can not be repeated, always a new Codebeamer instance must be available.
* 
The tests/scripts require that jmeter is in your PATH.
The initial accounts, projects and some working items are created with script performance-test-setup:
./performance-test-setup protocol server port sysadmin_name sysadmin_password context_path
example:
$ ./performance-test-setup http localhost 8080 bond 007 /cb/
Please refer to Check+Test+Results to analyse the results.
Was this helpful?