Category: Selenium
-
Selenium 2 Cookbook | Packt
Selenium 2 Cookbook Book & eBook | Packt Publishing Technical & IT Book and eBook Store
-
An Introduction to Testing Web Applications with twill and Selenium – O’Reilly Media
An Introduction to Testing Web Applications with twill and Selenium – O’Reilly Media To cheap not to own it – I thought a little, now I am reading it.
-
Selenium+XPather: e.g. verifyTextPresent vs. verifyElementPresent
Selenium usually records string clicks and tests instead of true native language independent XPath expressions. But you can always find the right XPath expression yourself (resp. with the help of XPather, a Firefox extension), and make use of it in your selenium code. Caveat: the XPath expression, that XPather tells you, needs yet another ‘/’…