Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

LambdaTest is a scalable cloud-based cross browser testing platform designed to offer all website or web app testing needs to cloud infrastructure. LambdaTest platform helps you ensure your web app elements render seamlessly across every desktop and mobile web browser with support of manual, visual, and automated testing.

This integration between LambdaTest and QMetry Automation Studio enables you to automate the cross-browser automation testing.

QMetry Automation Studio users can now -

  • extend testing environments in the cloud

  • ensure full test coverage

  • analyze and extract Selenium test logs

  • detect and annotate errors

  • integrate with continuous integration and continuous delivery (CI/CD) tools

Integrating LambdaTest with QMetry Automation Studio enables you to execute test cases directly from QAS instance on LambdaTest. You can see the detailed test logs of your automated test case execution that includes time stamp, Command logs, Network logs, Selenium logs, video log of the test execution.

Configure LambdaTest in QAS

You can execute the test case in Local as well as on Remote servers like LambdaTest.

Step 1. Select Execute > Remote.

The Manage Capabilities screen opens.

Select the LambdaTest tab on the screen and provide the capabilities.

  • Username and Access Token: Get your username and Token Key from LambdaTest.

 More Details...
  1. Log into LambdaTest.

  2. Go to Profile and select the Profile tab.

  3. Use the username and copy the Access Token from the screen.

Click Save to save the Capability.

Enter name to save the capability with.

Execute Test Case in LambdaTest

The saved capability is added to the list at right.

You can start execution by clicking Start.

The execution is initiated.

The message pops up once the execution process is completed.

View the Executed Test Case in LambdaTest

In LambdaTest, check the Automation section.

You can find the test case you executed in QMetry Automation Studio at the bottom of the screen.

Click on the test case to view the Automation Logs details.

The test case execution is recorded on LambdaTest. You can play the recorded execution on LambdaTest.

Execute Test Cases on LambdaTest through CI/CD

You can export the test case code as per your Language and Framework to execute the test case through CI/CD.

  • For example, for Java - “mvn clean test” command is used.

Note: Test Cases will be exported as per last execution (local/remote).

Note: Remote capabilities are applied at test case level so that users can execute Local and Remote test cases simultaneously through CI/CD.

  • No labels