---
title: QMetry integration with TestingBot
description: Integrate TestingBot with QMetry.
source_url:
  html: https://testingbot.com/support/integrations/qmetry
  md: https://testingbot.com/support/integrations/qmetry/index.md
---
# QMetry

QMetry Automation Studio offers multi-language scripting to automated testing.   
 The product provides partial codeless automation, targeted to manual users or beginners.   
 The framework offers a test recorder which allows users to record test cases and generate code.

This guide documents how to use QMetry with TestingBot to run automated tests on various platforms.

## Configuration

To get started with running a cloud test using QMetry, you'll need to specify some settings:

1. Add `driver.name=remotedrivername` in either **application.properties** , **env.properties** or **testrun\_config.xml**  
 Where `remotedrivername` is either **chromeRemoteDriver** , **firefoxRemoteDriver** or another valid remote drivername. 

2. Set the `remote.server` to use the TestingBot Hub: 

3. Specify the capabilities for your test. You'll need to specify this in the same file. 

4. Update the `driver.name` parameter in `web.config`

5. You can now run the test from the command line. The test will run on the TestingBot browser grid. 

## TestingBot Tunnel

You can use [TestingBot Tunnel](https://testingbot.com/support/tunnel) to test websites that are not publicly available.

For example a webpage on your staging server, or local computer. To get started, please see the steps below:

- Download and run [TestingBot Tunnel](https://testingbot.com/support/tunnel) with a specific tunnel identifier that you chose:

- Now you will need to specify the same `tunnel-identifier` in the capabilities, to let TestingBot know it should use the tunnel you just created: 

### Looking for more help?

Have questions or need more information? Reach out via email or Slack.

[Email us](https://testingbot.com/contact/new)[Slack Join our Slack](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
