Showing posts with label OrderedTests. Show all posts
Showing posts with label OrderedTests. Show all posts

March 6, 2021

How to Combine, Order and Run test methods programmatically as ordered tests using visual studio ( Coded UI + .Net )

How to Combine, Order and Run test methods programmatically as ordered tests using visual studio ( Coded UI + .Net )

 Since the ordered tests in visual studio are depreciated, we now need to find another way to combine different test methods and run them in...
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...