Showing posts with label WorkAround. Show all posts
Showing posts with label WorkAround. Show all posts

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

September 5, 2022

Thread.Sleep equivalent in Java Script (Node JS)

Thread.Sleep equivalent in Java Script (Node JS)

As we know, in Node JS the code is executed asynchronously. Asynchronous functions are functions that do not block the execution of the prog...
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...