
Showing posts with label Azure. Show all posts
Showing posts with label Azure. Show all posts
July 4, 2022
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...
Labels:
Agent Jobs,
Azure,
AzureTasks,
C#,
Chrome,
ErrorFix,
ErrorHandling,
Release Pipeline,
RunSettings,
Selenium,
WebDriver
June 9, 2022
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
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
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...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...