Creating Tests

This section describes how you can create Tests using the C-SAPS™ platform. 

There are two ways of creating Automated Test, using Bq Genie to record your actions, or using the Grid like interface to manually create tests. We suggest a combination of these two approaches. 

First, create the bulk of your test by recording your actions and then use the Grid interface to perform modifications like parameterization and other such maintenance tasks.

In Bqurious, tests could be regular tests or business components.

Business Components #

Business Components are reusable tests that can be called from other regular tests and they differ from regular tests in the following ways:

  1. Can not include any other business component
  2. Can be called from regular tests 
  3. Can not be run as standalone tests
  4. Parameterization via data grid is limited to default data set.

Modules #

Modules are a way to organize your Tests and Business Components in folders. Modules could be feature names, defect numbers or any other way you want to organize your Tests and Components.

Organizing your tests in well defined Modules give you the ability to generate more meaningful analytics.

Adding a New Module #

Adding a New Test #