Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

September 15, 2022

How to send email from current Outlook instance using Java + VBScript

How to send email from current Outlook instance using Java + VBScript

If we are using .Net, we can easily access outlook and send emails using its own libraries. But what if we are using Java? Here we can seek ...

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

November 23, 2019

Read/write text file line by line in Java

Read/write text file line by line in Java

What if our data is not stored in a format oriented file types like Excel,Json or XML ? There should be a way to read content from a norma...
How to Enable multi-threading in selenium java for faster execution

How to Enable multi-threading in selenium java for faster execution

What happens if we have one test and when we start the test then we need to do a specific set of steps in parallel. This absolutely looks ...

November 20, 2019

How to use AutoIT and Send Keys to do File upload in selenium

How to use AutoIT and Send Keys to do File upload in selenium

As we all know, selenium being a web automation tool it has no inbuilt option use the windows dialog-based operations. So we h...
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...