Skip to content

andreea-qa/NUnitDataDriven

Repository files navigation

NUnitDataDriven

This is a demo project that shows how to find elements by text using Selenium C# and LambdaTest.

Setting up environment variables

To use LambdaTest Selenium grid, you need to set environment variables from the terminal:

For macOS:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY

For Linux:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY

For Windows:

set LT_USERNAME=LT_USERNAME
set LT_ACCESS_KEY=LT_ACCESS_KEY

Browser Capabilities

Using the Automation Capabilities Generator , you can configure the browser settings you want to use in your tests:

automation_capabilities

Execute the tests

Run your tests from Visual Studio and you will be able to see the results in the LambdaTest Dashboard:

test_results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages