Selenium Tutorials

Basic HTML concepts required for Selenium

What is HTML?

As you know HTML Hyper Text Markup Language used for describing web pages. The basic structure of an HTML document includes tags, attributes and elements.
Each tag represents a document content. HTML contains tags with angle brackets like <html > and plain text. There are two tags one is start tag and second tag is end tag. Every tag should end with a forward slash before the tag name.

Syntax:

Introduction to selenium

What is Selenium?

Selenium is a web Automation tool which can used to perform testing ONLY on Web Applications not Desktop based applications.

There are others tool which can be used to automate both web applications and windows applications like QTP (Quick Test Professional) . As every one aware that QTP is Licensed Tool AND Selenium is Open source tool, download it configure it and enjoy.