Showing posts with label .Net. Show all posts
Showing posts with label .Net. Show all posts

October 14, 2022

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

There will be several occasions while automating a web application where we need to move our control to the next tab. This may occur if the ...

September 15, 2022

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

August 2, 2022

Fix 'Element should have been select but was mat-select' error while Angular application automation using selenium

Fix 'Element should have been select but was mat-select' error while Angular application automation using selenium

 The controls of angular applications are a bit different, so it may cause some issues if we try to automate the application using selenium....

July 28, 2022

Fix 'The unit test adapter failed to connect to the data source or to read the data' in Visual Studio

Fix 'The unit test adapter failed to connect to the data source or to read the data' in Visual Studio

 If we are trying to data drive a test method, we may come across the below error in the visual studio.   Message:  The unit test adapter fa...
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...