April 11, 2010
What do you think, are there any real heroes in the field of software testing? Are there people you admire as an expert in testing? I think that everybody has his own examples, a (rol) model he or she will look up to. Are there people you follow via Twitter for these reasons? This can [...]
Read the full article →
April 8, 2010
HttpUnit is a set of Libraries to facilitate the automation testing of web applications.
In contrast to the Selenium Testing Framework, which is an in-browser web automation testing tool, HttpUnit can run tests without requiring a browser.
Written in Java, HttpUnit emulates the relevant portions of browser behavior, including form submission, JavaScript, basic http authentication, cookies and [...]
Read the full article →