Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Decide carefully, what you need to create for the application, a business component or a module and follow the below steps accordingly.

Info

Please note
Components are test cases. The only thing that makes a business component unique is that it is reusable and can be called in a test case created within module.

Creating a component :

  1. Click on the Design Menu from the left pane and click on Test Cases.


    The following screen will be made available to you.

  2. Click on Add Component button to create a reusable component within Business Component folder.

  3. A new screen will appear where you need to enter details (metadata) about this business component.
    Fill in the mandatory details that include Title, Type, Priority, Test Path, Category, Designer and Reviewer of this test case and save the component. 

  4. Click on the Test Steps tab.

  5. This screen allows you to add steps for your test.
    Steps can either be recorded using the Bqurious Recorder or added in the extremely easy grid like interface.

Creating a test case within a module

Pre-requisite :
User should already be on the Test case creation screen.

...

Info

Test Cases are organized into Business Components and Modules.
Business Components are a collection of Reusable Test Cases that can be included as an Action in other Test Cases. One caveat of Business Components is that they can not contain other business component.
Modules allow you to structure your test cases in logical groups.



Using the Recorder

Let’s use the Bqurious Recorder to Record our first test. Click on the Record button to record the steps.
In the following popup, enter the URL to your application. For example, https://www.snapdeal.com is used here for demonstration.

...

Info

BqGenie does not capture passwords. The user needs to enter the password manually in the test script.

Creating Test Suite
How to execute a Test Case via Test Suite?
Understanding Execution Screen