January 3, 2023

Verify Zip file contents without extracting using C# + Selenium

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...

October 17, 2022

Steps to get Tricentis Tosca Trial license activated (60 Days)

Steps to get Tricentis Tosca Trial license activated (60 Days)

TOSCA is an automation tool that can do functional and regression testing for software products. It also includes GUI, command line interfac...

October 14, 2022

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

There will be several occasions while automating a web application where we need to move our control to the next tab. This may occur if the ...

October 5, 2022

Quick Fix 'Windows protected your PC Microsoft Defender SmartScreen prevented an unrecognized app from starting' error in Windows

Quick Fix 'Windows protected your PC Microsoft Defender SmartScreen prevented an unrecognized app from starting' error in Windows

 The following error is shown when we try to run any application which is created from any other PC. Windows protected your PC Microsoft Def...

September 15, 2022

How to send email from current Outlook instance using Java + VBScript

How to send email from current Outlook instance using Java + VBScript

If we are using .Net, we can easily access outlook and send emails using its own libraries. But what if we are using Java? Here we can seek ...
How to append Pass/Fail status to name of extent report HTML itself

How to append Pass/Fail status to name of extent report HTML itself

ExtentReport is an open-source reporting library used in test automation. It provides an HTML report after execution which contains differen...

September 14, 2022

How to add a local project to git/azure repo using git bash

How to add a local project to git/azure repo using git bash

Whether we are using an eclipse or Visual studio we can always add our project to git repo without the help of IDE. Git Bash is such a to...
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...