Archives
First alpha release of abbot.swt 0.1.0
Submitted by Opensourcetesting.org - latest news on Thu, 06/03/2008 - 10:42.Abbot is a simple framework for unit and functional testing of Java GUIs. The first alpha release of abbot.swt 0.1.0 has been released.
Review of Selenium Users Meetup
Submitted by Opensourcetesting.org - latest news on Thu, 06/03/2008 - 10:45.Matt Raible has posted up a great article on his blog about the Selenium Users Meeting at the Google Campus.
"Last night, I attended the inaugural Selenium User Group meetup at Google's Campus in Mountain View. It was an excellent event, with many of the core committers on hand to present and answer questions. Each presenter had about 5 minutes to speak and we learned many things about the Selenium Project itself, what's coming in the future and how Google has standardized on Selenium as their integration testing tool of choice."
TotT: Understanding Your Coverage Data
Submitted by noreply@blogger.com (dastels) on Thu, 06/03/2008 - 17:22.Code coverage (also called test coverage) measures which lines of source code have been executed by tests. A common misunderstanding of code coverage data is the belief that:
My source code has a high percentage of code coverage; therefore, my code is well-tested.
The above statement is FALSE! High coverage is a necessary, but not sufficient, condition.
The above statement is FALSE! High coverage is a necessary, but not sufficient, condition.
Well-tested code =======> High coverage
Well-tested code <===X=== High coverage
