word = unit test, sentence = integration test

Main menu:

Topics

Recent Posts

Blog

 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "testing"

Live from TSSJS – Testing in the Cloud with Andrew

March 17th, 2011 by Scott Selikoff

This afternoon I’m live blogging from TheServerSide Symposium, attending ”Breaking all the Rules:  The Myth of Testing and Deployment in the Cloud” presented by fellow CodeRanch Andrew Monkhouse. 1.  CodeRanch History Andrew opens his talk with a discussion of CodeRanch performance, traffic, and memory usage.  He mentions there have been serious issues in the past that [...]

Test smells breakout at the server side java symposium

March 16th, 2011 by Jeanne Boyarsky

While I’ve read about this topic a lot, I wanted to come to do the topic to see how Lasse Koskela presents. [I've learned so much from him over the years as a moderator at coderanch ] He speaks in the same voice that he writes – casual and easy to follow. I really liked [...]

word = unit test, sentence = integration test

January 30th, 2011 by Jeanne Boyarsky

I was trying to explain to a manager the difference between unit testing and integration testing.  I used a few different styles for explaining, but one jumped out at me as “have to blog about that one.” The Analogy unit tests represent testing a word integration tests represent testing a sentence Why this works If [...]