Unanswered question

Neoload integration with Selenium and Appium C#

Dear Team,

I am very new to understand this great tool and wanted to learn this tool because i wanted to learn how this tool help me to integrated selenium C# and Appium C# coding with neoload .I am practicing on selenium C# with small program but i wanted to learn performance testing who can integrated selenium / appium script with C# programming language .So I went though steps in documentation and unable to run the example code and didn't get the point how we can integrated with selenium/appium C# script with neoload for chrome or any browser and perform load testing for web or mobile application .Could you please have a look on shared screen shot and help me to share valuable document with any simple example for understanding the concept/getting some confidence.Thanks for giving valuable time

AMIT G.
AMIT G.

AMIT G.

Level
0
14 / 100
points

Answers

Alexis N.
Alexis N.

Alexis N.

Level
2
1255 / 2000
points
Team

Hi,

You should use:

var options = new ChromeOptions();
NLWebDriverFactory.AddProxyCapabilitiesIfNecessary(options);
var webDriver = new ChromeDriver(options);

It's in Example 2 of that page: https://www.neotys.com/documents/doc/neoload/latest/en/ht...