Document toolboxDocument toolbox

Bamboo

You need to install Bamboo in order to execute offline package using Bamboo.

Bamboo Installation

Start and Configure Bamboo

Once you have installed Bamboo on your system, navigate to the installed location and execute the start-bamboo.bat using the command line.

If you use Bamboo as service, you won’t be able to see the browser during test case execution. So it is recommended to start Bamboo executing the start-bamboo.bat using the command line.

Once you have executed the start-bamboo.bat file successfully, a Tomcat window will be displayed.

Refer to the Bamboo documentation for step-by-step configuration guide.

Test Case Execution and Reports

Once you have started and configured Bamboo, you can now start executing your test cases using Bamboo.

To execute your test cases using Bamboo:

  1. From the top menu items, click Create and select Create a new plan.
    The Configure Plan screen is displayed.
  2. In the Project and build plan name section, enter project and plan details.
  3. In the Repository Host section, select Subversion.
  4. Enter Display Name.
  5. In the Repository root URL, enter URL to the offline package.
  6. Enter Subversion (SVN) Username.
  7. Select Authentication type as Password.
  8. Enter SVN Password.
  9. Click Test Connection to check the connection.
  10. Click Configure Plan.
    The Configure tasks screen appears.
  11. Click Add task.
    The Task types screen appears.
  12. Select Script from the list.
  13. Enter details in the Script Configuration section.
    • In the Script body field, enter the command that will initiate the execution of Offline Package. (qualitiaofflline.exe)
    • Click Save.
  14. Click Add task.
  15. From the Task types screen, select Inject Bamboo Variables.
    • Enter Task Description.
    • In the Path to properties file path, enter qer.properties.
      This file is auto-generated during execution and placed in the same folder where executable qualitiaoffline.exe exists.
    • Enter Namespace as per the user understanding.
  16. Once you have added all the tasks, select the Yes please! check box and then click Create.
  17. From the top-right corner, click Actions and then select Configure Plan.
  18. In the left pane, select Plan Configuration.
  19. In the right pane, select the Stages tab.
  20. Click the Default Job link.
    All the tasks are listed under the Tasks section.
  21. Select the Artifact tab.

  22. Click Artifact Definition.
    The Create Artifact Definition screen is displayed.

  23. Enter Name, Location, Copy Pattern and then click Create.

  24. Once the artifact is defined successfully, click the Run button select Run Now.
    Bamboo will start executing your test cases present in the offline package.

    • To view detailed logs, select the Logs tab.
    • To view Qualitia Reports, select the Artifacts tab and then click Qualitia Reports in the Artifacts column.

Not finding what you need?