bubik Wiki
Brought to you by:
bwilczek
Bubik's environment consists of:
This sourceforge project provides the framework, projects for testing specific applications should be created using the following directory structure:
<projects_root_dir> # this path is referred in bubik.ini 'project_dir' setting
<my_project_1> # set 'default_project' in bubik.ini to 'my_project_1' to work on in
tests # directory where tests are saved (required)
MyTestA # test name
MyTestA.test # test logic implementation (required)
MyTestA.csv # parameters for multiple execution of same test
const # directory where ini files with project's constants and settings
handlers # directory storing project specific handlers
reporters # directory storing project specific reporters
<my_project_2>
...
<my_project_n>
Once these directories for new project are created settings in bubik.ini should be updated. When this is done it's time to create some tests for this project.