Showing posts with label VisualStudio. Show all posts
Showing posts with label VisualStudio. Show all posts

November 17, 2019

Start Selenium Grid (Hub-Node) from a single BAT file

Start Selenium Grid (Hub-Node) from a single BAT file

We can setup BAT file to start the selenium Grid , Start Hub in local host and to add Node to the hub. For this to make simple we have ...
Setting Up Selenium Grid (C#) for Parallel/Distributed test execution

Setting Up Selenium Grid (C#) for Parallel/Distributed test execution

We can use Selenium Grid to execute our test parallely in multiple machines with different configurations. Setup Selenium Grid You can...
How to copy a File to output folder (Debug/Release folder)

How to copy a File to output folder (Debug/Release folder)

If we need to get any file inside the project as a build artifact, we need to add that file to the output folder of the build. We can use...
How to do Parallel testing in MsTest-Selenium

How to do Parallel testing in MsTest-Selenium

You can use the Parallel Test functionality of MsTest to run multiple test cases in parallel. We can set tests to run at the Assembly le...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...