QMetry BDD Installation Guide (Podman)

QMetry BDD Installation Guide (Podman)

This guide walks you through the installation process of QMetry BDD.
Setting up QMetry BDD with your on-premise QMetry Test Management installation enables seamless integration of behavior-driven development practices into your testing workflow. With QMetry BDD, you can manage feature files, automate test executions, and streamline collaboration between business and technical teams.

QMetry BDD Installation Options

You can install QMetry BDD on the same server where the QTM Application is installed.

Pre-requisites for the Installation

  1. Make sure QMetry Application is pre-installed. Refer QMetry and Reports Installation on Linux - 2 Tier (RHEL8, RHEL9 & Podman). Follow Steps 1 to 7 mentioned in the Install QMetry Application section. Please note that Step 7 is mandatory.

  2. Active MQ server is configured with QTM Application.

  3. All the servers must support the commands: unzip, curl, vim.

  4. On a machine with internet access, download the podman images. Refer to Download and Restore Container Images of QMetry Products

  5. Ensure Proxy Servers are not blocking downloads from the Internet.

  6. Install podman and podman-compose using root user. Follow the Podman and Podman-Compose Installation section for steps.

  7. Restore these podman images on the machine where you want to install QMetry. Refer to Restore Container Images of QMetry Products

  8. Get the QMetryBDD.zip from QMetry Support.

 

In case of rootless installation

It is mandatory to follow the steps mentioned for Podman and  Podman-Compose Installation.

Required Ports

Installation

Ports that need to be enabled and should be available for use

Installation

Ports that need to be enabled and should be available for use

Active MQ Server

8181 & 61616

Installing QMetry BDD Server

  1. Copy the QMetryBDD.zip installation file received from QMetry Support to your server and unzip it. Navigate to the directory where these files are saved.

unzip QMetryBDD.zip cd QMetryBDD
  1. Run the following commands.

sudo su chmod +x bdd.sh ./bdd.sh
  1. Select Installation Type: Online or Offline

Options

Allowed Values

Default Value

Recommended Value

Options

Allowed Values

Default Value

Recommended Value

Do you want to make an online installation (Y/N)?

Y, y, N, n

Y

Y

  1. Enter configuration parameters as requested:

Prompt

Description

Example

Prompt

Description

Example

Enter QMetry Database Host IP/DNS Name:

Host address where QMetry database is running.

Note: In case of AWS installation enter the private IP of the AWS instance where the QTM Application's database is installed.

QTM Application's database host

Enter QMetry Database Port (3306)

Database port number.

3306

Enter QMetry Database Schema (qmetry)

Schema name to be used by QMetry BDD.

qmetry

Enter QMetry Database UserName (root)

Database user with necessary rights.

root

Enter QMetry Database Password

Password for the above database user.

qmetry

Enter ActiveMQ Host URL

Host URL of ActiveMQ messaging service.

localhost:61616

Enter ActiveMQ UserName

Username for ActiveMQ authentication.

admin

Enter ActiveMQ Password:

Password for ActiveMQ user.

-

  1. Enter the podman credentials provided by the support team.

The installation may take a while.

  1. Once the installation is complete, execute the following command.

podman ps
  1. Check for confirmation message - QMetry BDD Installation has been completed successfully.

image-20250904-104555.png

If you are facing any issues during the installation process, kindly generate a support ticket on Support Portal for assistance.