Showing posts with label Azure. Show all posts
Showing posts with label Azure. Show all posts

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

July 4, 2022

Get Azure VM Chrome version using PowerShell script and use the output value in Azure Pipeline tasks

Get Azure VM Chrome version using PowerShell script and use the output value in Azure Pipeline tasks

We might have seen the following error while using chrome driver in selenium  Message:   Initialization method Project_BeforeTest threw exce...

June 9, 2022

How to fix "Selenium Tests running twice" issue in Azure Release pipeline

How to fix "Selenium Tests running twice" issue in Azure Release pipeline

 There can be a scenario sometimes that your test scripts will be executed in the Azure release pipeline twice even if the parallelization o...

December 8, 2021

How to build a .Net Core selenium project in Azure release pipeline

How to build a .Net Core selenium project in Azure release pipeline

 If we are using only .Net framework for the selenium test project creation, we can directly use Visual Studio Build Task and Publish Artifa...

April 23, 2020

Getting controls of all action classes to one base class object

Getting controls of all action classes to one base class object

If you have five type of actions classes in your framework and you want to control methods in all those classes from a single class. The ob...
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...