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

November 12, 2019

How to check all broken links in a web page using Selenium Java

How to check all broken links in a web page using Selenium Java

To check if all the links inside a web page are working fine or not, at first we need to get all the links inside the web page. To do t...

November 10, 2019

Disable SSL verification while using HttpsURLConnection - Java

Disable SSL verification while using HttpsURLConnection - Java

If your website is not SSL secured, you can use below coded before sending a HTTP request to URL to bypass connection issue 1 2 3 ...
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...