Using XPath in Web Application Testing (Selenium)

Using XPath in Web Application Testing (Selenium)

With Selenium making waves in Web Application testing and more testers are taking to it like duck to water. Let’s discuss the importance of using XPath for Automation Testing using Selenium.
Continue reading “Using XPath in Web Application Testing (Selenium)”

Selenium Pattern Matching using Regular expressions

Selenium Pattern Matching using Regular expressions

 

Selenium Regular Expression patterns are the most frequenty used and the most useful.

Continue reading “Selenium Pattern Matching using Regular expressions”

Selenium – Pattern Matching through globs i.e. globbing

Selenium Pattern Matching using globs

Patterns, the magic input typically in querying scenarios. These are the basis on which querying can be made simple and yet powerful. In order to verify text contents of websites, it is equally important to verify these through matching patterns. Continue reading “Selenium – Pattern Matching through globs i.e. globbing”

Running a Selenium RC test using C#

Running a Selenium RC test using C#

What is Selenium RC?