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...
How to scroll until the web element is in the center of screen using Selenium + .Net + Java Script

How to scroll until the web element is in the center of screen using Selenium + .Net + Java Script

 When we are using any type of reporting , if given the command to take a screenshot it takes the currently visible screen of the applicatio...

September 12, 2022

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report

 If anyone is using the new version of Extent report may have seen that now we are getting two HTML files instead of one Dashboard.html Inde...
How to Change git repo URL without impacting the uncommitted /unsynched code

How to Change git repo URL without impacting the uncommitted /unsynched code

 What happens if the repo URL that we are using is suddenly changed and a new URL is provided. If there are no uncommitted codes, we can sim...
Fix "The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program." error while using PyCharm

Fix "The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program." error while using PyCharm

If git is not confiugured correctly, we may get the following error in PyCharm while trying to execute any git command. git : The term '...
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...