Back to QMetry Test Management for Bamboo Product Home Page
Back to QMetry Products Help Page

Getting Started

QMetry Test Management for Bamboo is a free add-on. Once you are done with its installation, follow these steps to set up a simple build Plan.

1. Launch Bamboo in a web browser.

2. Let's Create a simple plan. Open Create drop-down menu and select Create a new Plan. If you are using Bamboo for the first time, just click on the Create your first build plan button.


3. The Configure plan page opens. Provide Project name, Plan name and other details related to the plan. You can even link a code repository with the plan.

4. Finally, click on the Configure plan button.



5. The next screen of Configure tasks opens.

Note: Bamboo follows a hierarchical order: Plan > Stage > Job > Task.

This task remains under default Job and the default Job remains under default Stage.

Set up repository for the newly created test plan. Add “Source Code Checkout” task that uses the repository you created earlier.

 

 6. Add a Builder Task type. Maven 3.x task is added here.

Click on the Add task button to add more tasks to the plan.

 

7. Click on the Add task button to add more tasks to the plan.

8. The Task types wizard opens next. Select task “QMetry Test Management for Bamboo” from the “All” tab.



9. Configure the QMetry Test Management for Bamboo task.



Parameters

Parameter

Required

Description

Automation API URL

Yes

QMetry Test Management URL

Automation API Key

Yes

Your API Key. API Key is unique for a specific user in a single project. The result will be imported for the project associated with the given API Key.

Test Result File PathYesYour result file to be uploaded
Test Suite KeyNoKey of the test suite exists in QMetry. In the absence of Key, a new test suite will be created.
PlatformNoName of Platform on which test run to be executed.
CycleNoBuild Id (Cycle Id) 

Format 


Yes

Supported Formats 

  1. junit/xml
  2. cucumber/json
  3. testng/xml
  4. qas/jason

     


10. Open the Run drop-down menu at top right and select the Run plan option.


11. You can see the success message in the logs for the job.



12. Now open test execution page in QMetry and review your test run results.


Back to QMetry Test Management for Bamboo Product Home Page
Back to QMetry Products Help Page