selenium Testing 

File Upload in Selenium 2/Webdriver

While testing in selenium you may enter a situation where you might have to upload a file for testing. for example, if we consider uploading a file for Olx.in testing there is a file upload required a place where you have to upload a file to test. please find the below snippet for file uploading in selenium. If you have any doubt comment down  below How to upload file to ftp using C#(C-Sharp) – aspx,ashx and ajax Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur,…

Read More
linux Tech News Windows 

Get faster internet browsing experience with new DNS -1.1.1.1

The 1.1.1.1 DNS has a partnership with Cloudflare and APNIC, is introducing faster internet browsing experience. How much faster is this? AS DNS 1.1.1.1 claim they are 28% faster than current speed. How to setup on my device?   Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
Windows Windows Server 

How to host SignalR with SSL/https or adding new port to SSL

To host SignalR server and client in a secure hosting, you have to bind a port to SSL to run as https. next comes why to bind a new port to SSL when 443 default already available? Why, because if you are self-hosting outside IIS and 443 is already assigned you have to add a new port to SSL. Follow below steps to find a solution. Binding a new port to SSL Self-hosting under HttpListener is good, but one of the negative aspects of not being part of IIS is…

Read More