| Applies to Web Automation using Java Selenium Framework |
TABLE OF CONTENTS
3. Integrating algoQA with LambdaTest
1. Overview
This article provides you the instructions on how to integrate algoQA with LambdaTest for performing web test automation. It includes prerequisites, configuring the necessary files and running the tests.
2. Prerequisites
- Ensure Make sure you have an appropriate licensed version to perform web test automation in the Lambdatest.
- Upon obtaining the license, login with your credentials and navigate to the Dashboard page, click Access key button on the top-right corner to view the access key, as shown. Your username will be displayed alongside the registered username. For example, if your registered username is John Davis, it will appear as "John Davis" in place of 'username'.

3. Integrating algoQA with LambdaTest
Perform the following:
- Login to your LambdaTest account.
- Paste your LambdaTest Username and Access Key in the test scripts for generating a secure remote connection with algoQA through LambdaTest Remote URL.
- Example of a Remote URL= "http://username:accesskey@hub.lambdatest.com/wd/hub"
- Navigate to LambdaTest Automation Capabilities Generator for declaring desired capabilities. For instance, if you wish to test on macOS High Sierra using Firefox browser then desired capabilities for Java frameworks would look like below.

- In algoQA, after generating test case in a project, Generate Script.
- Follow the procedure described in the Generate and Execute Scripts of the Web Automation for generating the scripts.
- After generating the Java Selenium scripts, navigate to the script downloaded folder to open Application Settings File. For example, you can find Applications.XML file in an algoQA script generated folder for a web automation available at - ScriptGeneration_202310311222.zip\AlgoAFScript_202310311222\src\test\java.
In the Applications Settings file, update the following:
Field Description URL https://www.lambdatest.com/ BrowserType Lambda Username Parimala.bc Access key HyDKmA3cf32RImwztkupVWUrZJFLFLWWyMRghDrUvNPSJXKymm LambdaTestBuild EnvironmentName LambdaTestURL lambdatesturl.com 
Navigate back to pom.xml directory and open 'Command Prompt' in the same directory.
- Run the following command to execute the script:
mvn test
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article