Showing posts with label File Download. Show all posts
Showing posts with label File Download. Show all posts

November 24, 2019

 How to Verify file download in C# + Selenium

How to Verify file download in C# + Selenium

Sometimes there comes scenario which we need to ensure a file is downloaded to PC when we click on the download button. For this we can us...
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...