Category: software testing
-
Rocky Nook book: Improving the Test Process – Implementing Improvement and Change – A Study Guide for the ISTQB Expert Level Module
Improving the Test Process: This book covers the syllabus for the Improving the Test Process module of the International Software Testing Qualifications Board (ISTQB) Expert Level exam. To obtain certification as a professional tester at the Expert Level, candidates may choose to take a course given by an ISTQB accredited training provider and then sit…
-
chromatic in “Modern Perl” on Testing
Managing Real Programs (Modern Perl 2011-2012)
-
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 ‘/’…