ERP 2.50:Automated Testing/Other tools
We have found some useful tools that have helped us a lot when writing the test scripts.
Firebug
Firebug is a Firefox extension that lets you inspect the HTML file of a web page on an easy way. With it you can also edit and debug the code of a page.
Xpath Checker
Xpath Checker is an extension for [www.mozilla.com/firefox/ Firefox] that shows the XPath of an element on a web page. In addition, you can write your own XPath expressions and see the elements that match.