Tag - Selenium Framework

Retrieve Test Data from Json

Retrieve Test Data from Json file in C# Selenium Framework | Devstringx

When we write an automation framework one of the many challenges is to use test data in our test scripts. One way is to hardcode the test data in our test scripts but this approach is not extensible, what if...

Read more...
NUnit Selenium Framework

Integrate Extent Report with in NUnit Selenium Framework Screenshots | Devstringx

Setting up Visual Studio Download the latest version of Visual Studio. Select NUnit 3 Test project. 3. Give a project name and click next. 4. As we are creating a selenium framework, we need selenium packages and a browser driver. If you are...

Read more...