Showing posts with label Selenium. Show all posts
Showing posts with label Selenium. Show all posts

November 3, 2020

How to clear chrome cache and browser history programmatically using Selenium C#

How to clear chrome cache and browser history programmatically using Selenium C#

While automating some test cases we may come across situations where we need to clear the browser history between two steps. Since we are sc...
How to use SSO login while automating your application using selenium C#

How to use SSO login while automating your application using selenium C#

We may come across several situations in which we need to use our SSO access to login to an application. But while launching a new browser u...

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

December 15, 2019

How to apply Test filter criteria in Azure VsTest task and in MsTest framework

How to apply Test filter criteria in Azure VsTest task and in MsTest framework

If we consider an automation suite, we can have different kinds of suites like smoke tests, regression tests, module based tests etc. Te...

December 14, 2019

Multi Agent test execution in Azure

Multi Agent test execution in Azure

As we already know we can add multiple agent machines to an agent pool and use those agent pools to run jobs. Now what if we can run the ...
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...