Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

November 28, 2019

How to get a console output window in Visual studio to see real time logs

How to get a console output window in Visual studio to see real time logs

In eclipse we do have console output window to show all the logs we write during tests. All the strings written using  System.out.println(...
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...