Versions Compared

Key

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

...

  • It is quite easy to take a screenshot of the test case execution, just select the checkbox for screenshot under Test Steps tab of test creation.  

  • Also, if you wish to stop the execution automatically after a certain step (for debugging), simply select the checkbox of breakpoint for that particular step and you are good to go.

  • BQ also provides the facility to add notes / comments for each test step, in the test creation window itself.

  • The type of technology used can also be viewed in the Test case screen itself. For ex., if you have selected Web as the application type, the test case creation screen will show the type as WEB in front of each  step. While if you have selected the type as Mobile Native,  the test case creation screen will show the type as MOB in front of each step.

  • You can mark the tests as per their status (In-Progress, Completed, On-Hold, Block) by selecting one of these options after clicking on the Mark Test button.

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.

...