| Author |
Batch Load Unit test ?
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
What is Batch Load Unit test ?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Kri, I've never heard that term. Google hasn't either, so I'm going to interpret all the keywords separately. batch - Automatically feed a test multiple input files. load - Test how code behaves with many users. unit test - Test a unit of code. Typically without a database.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by Jeanne Boyarsky: unit test - Test a unit of code. Typically without a database.
Not typically. By definition
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Originally posted by Lasse Koskela: Not typically. By definition
Not to quibble, but it depends on whose definition you are using. I agree with the one that says no server or database may be involved. But I've seen so many people use the term "unit test" to refer to component level integration testing - in books, on interviews, etc. One of my interview questions (if someone says they use JUnit) is how they define a unit test. I don't hold any answer against them (except for something like they haven't heard of a unit test), but the responses are fascinating. So if some books are using this definition and people believe it, I felt it useful to at least mention it. Especially given that "batch load unit test" makes no sense to me!
|
 |
 |
|
|
subject: Batch Load Unit test ?
|
|
|