Menu

Project creation

Bartek Wilczek

Bubik's environment consists of:

  • framework that provides basic test execution mechanics and is generic to all possible projects
  • projects consisting of tests, and related code specific to given application under test

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.


Related

Wiki: Home
Wiki: Test creation

MongoDB Logo MongoDB