Selenium Upload File Example

Upload files is a very general function on the web. But when you want to implement it in the selenium testing automation script, a dialog box will always pop up which selenium can not handle. This article will tell you 3 methods to use selenium webdriver to upload files on an Html web page.

Interview Questions and Answers For Selenium Webdriver You May Want To Know

Question 1: What is Selenium? Selenium as the most famous automation testing suites is made to support functional automation test for web applications. You can run selenium testing script in all popular web browsers and various operating system. It is totally open source and free. Selenium suite is a package which include numerous test tools. …

Interview Questions and Answers For Selenium Webdriver You May Want To Know Read More »

How To Use Apache Tomcat To Develop Java Web Applications

Apache Tomcat is considered to be the most preferred and regular web application container on the market. It is the first java web server that implement Java EE Servlet specification. It has been donated to Apache Software Foundation by Sun Microsystem in 1999, from then on it is called Jakarta Tomcat as well as Apache Tomcat …

How To Use Apache Tomcat To Develop Java Web Applications Read More »