Wednesday, October 8, 2008

Automation-Selenium

Good Tools To Know, and Work Easily With Selenium and Other OpenSource Tools.

Chris Pederick’s Web Developer toolbar for Firefox and Internet Explorer
• http://chrispederick.com/work/webdeveloper/

XPath Helpers
XPather
https://addons.mozilla.org/extensions/moreinfo.php?id=1192

XPath Checker
https://addons.mozilla.org/extensions/moreinfo.php?id=1095

Selenium is supporting UI-Element concept.
To know more about what is UI-Element and how can we use this etc,
first we need to understand the concepts of JSON (JavaScript Object Notation).
http://en.wikipedia.org/wiki/JSON ,
and Playback of scripts depends on JavaScript we need to have any idea about JScript
http://www.w3schools.com/js/default.asp


Many Opensource tools dont support Regular Expression to verify the content of HTML page (eg:Shai,Selenium,Watir...) , before knowing how to verifyhtmltext (placing a checkpoint on a text) with the tools, we need to know about XPATH. Lets have a look its easy and fun.
http://www.zvon.org/xxl/XPathTutorial/General/examples.html



No comments: