|
[TDD] Long running test suite
A common approach is to split your tests by type (unit, integration, UI), or at least by speed (fast, slow). Then, always run the fast tests before check-in, but let the build/CI server run the slow t
A common approach is to split your tests by type (unit, integration, UI), or at least by speed (fast, slow). Then, always run the fast tests before check-in, but let the build/CI server run the slow t
|
By
Steven Smith
·
|
|
[TDD] Long running test suite
We use https://rubygems.org/gems/parallel_tests . Be sure not to run more parallel test processes than you have CPU cores available, or the tests won't run as fast as they can. -- Albert Davidson Chou
We use https://rubygems.org/gems/parallel_tests . Be sure not to run more parallel test processes than you have CPU cores available, or the tests won't run as fast as they can. -- Albert Davidson Chou
|
By
Al Chou
·
|
|
Long running test suite
Hello, To those who have experienced test suites that run long, say ~25 minutes, what are some techniques you have used to mitigate it? We still would like to be able to check in often and run the tes
Hello, To those who have experienced test suites that run long, say ~25 minutes, what are some techniques you have used to mitigate it? We still would like to be able to check in often and run the tes
|
By
Joselito D. Moreno
·
|
|
[TDD] How to use TDD to test a process? 14 messages
Sailor.gao, your question is not very clear. I suppose you want to know if method Record actually calls GetUser then Delete or Save? So, either you reason by the side effects (such as the record has g
Sailor.gao, your question is not very clear. I suppose you want to know if method Record actually calls GetUser then Delete or Save? So, either you reason by the side effects (such as the record has g
|
By
Donaldson, John
·
|
|
How to use TDD to test a process?
I try to use stub but it seems not very good. I want to know how should I write the test case, and how many should it be? Could someone help me? Thank U! logic like this: public class User { public in
I try to use stub but it seems not very good. I want to know how should I write the test case, and how many should it be? Could someone help me? Thank U! logic like this: public class User { public in
|
By
Jack Gao
·
|
|
TDD Database migration code 2 messages
My google searches are giving me bad results... :( Does anyone know of any good articles, or have any good hints, on how to do TDD for writing PostgresSQL, or database code? I need to write a custom s
My google searches are giving me bad results... :( Does anyone know of any good articles, or have any good hints, on how to do TDD for writing PostgresSQL, or database code? I need to write a custom s
|
By
Avi Kessner
·
|
|
[TDD] TDD Database migration code 6 messages
Are you talking about test driving database access code from a general purpose language? Or are you talking about test driving stuff inside the database engine? There is http://pgtap.org/ but I would
Are you talking about test driving database access code from a general purpose language? Or are you talking about test driving stuff inside the database engine? There is http://pgtap.org/ but I would
|
By
Adam Sroka
·
|
|
[TDD] Behavioral challenges in adopting TDD 2 messages
This may not seem like a real answer. Save it and come back after all else fails. Forget about all that stuff and start doing TDD. Do it by yourself. Do it with a partner if you can. Stop trying to ma
This may not seem like a real answer. Save it and come back after all else fails. Forget about all that stuff and start doing TDD. Do it by yourself. Do it with a partner if you can. Stop trying to ma
|
By
Charlie Poole
·
|
|
[TDD] Node.js / javascript TDD Tutorials 2 messages
TDD in Node.js is not substantially different than TDD in any other language. There are a dizzying array of frameworks to choose from. I have a strong preference for Jasmine as the test framework, par
TDD in Node.js is not substantially different than TDD in any other language. There are a dizzying array of frameworks to choose from. I have a strong preference for Jasmine as the test framework, par
|
By
Adam Sroka
·
|
|
[TDD] Node.js / javascript TDD Tutorials
James Shore has an extensive video course on the subject: http://www.letscodejavascript.com/
James Shore has an extensive video course on the subject: http://www.letscodejavascript.com/
|
By
Matteo Vaccari
·
|
|
[TDD] Behavioral challenges in adopting TDD
Hi there, A short answer: Patience, love, and understanding, fostered by someone who's been there/done that. Do you have any TDD-experienced folks in the team who can work with your senior dev? A prim
Hi there, A short answer: Patience, love, and understanding, fostered by someone who's been there/done that. Do you have any TDD-experienced folks in the team who can work with your senior dev? A prim
|
By
Jeff Langr
·
|
|
Behavioral challenges in adopting TDD
HI, I am anticipating following challenges in TDD adoption. Any suggestion how to deal with such situations? The list is long :-). Thanks, 1. You have a very experienced, senior andtechnically sound d
HI, I am anticipating following challenges in TDD adoption. Any suggestion how to deal with such situations? The list is long :-). Thanks, 1. You have a very experienced, senior andtechnically sound d
|
By
Pooja Wandile
·
|
|
Node.js / javascript TDD Tutorials
Following the previous Java thread, I'm looking for recommended and updated sources (tutorials/books/courses/etc) on TDDing javascript applications, mainly server side. Thanks, R.
Following the previous Java thread, I'm looking for recommended and updated sources (tutorials/books/courses/etc) on TDDing javascript applications, mainly server side. Thanks, R.
|
By
robi.yagel
·
|
|
Examples of TDD/Junit antipatterns 2 messages
A BIG thanks to all who responded to my earlier post. During our discussion, we had this topic on TDD/Junit antipatterns. We did a bit of study and research on our own and are looking for examples tha
A BIG thanks to all who responded to my earlier post. During our discussion, we had this topic on TDD/Junit antipatterns. We did a bit of study and research on our own and are looking for examples tha
|
By
Pooja Wandile
·
|
|
[TDD] Examples of TDD/Junit antipatterns
It's been 10+ years of TDD, so people have had similar questions in the past. Search and you shall find :) http://stackoverflow.com/questions/333682
It's been 10+ years of TDD, so people have had similar questions in the past. Search and you shall find :) http://stackoverflow.com/questions/333682
|
By
Gishu
·
|
|
[TDD] Suggestion, advice on TDD adoption 9 messages
It really really helps to have a coach working with your team and its code. C. Keith Ray http://agilesolutionspace.blogspot.com/ twitter: @ckeithray
It really really helps to have a coach working with your team and its code. C. Keith Ray http://agilesolutionspace.blogspot.com/ twitter: @ckeithray
|
By
Keith Ray
·
|
|
[TDD] Suggestion, advice on TDD adoption 3 messages
Al makes a good point, although I wouldn’t say, “orders of magnitude more difficult.” You are going to spend a lot of time writing tests for code that already exists and then having to break that code
Al makes a good point, although I wouldn’t say, “orders of magnitude more difficult.” You are going to spend a lot of time writing tests for code that already exists and then having to break that code
|
By
Adam Sroka
·
|
|
[TDD] Suggestion, advice on TDD adoption
TDD with existing non-TDD'ed code often is actually WELC (Working Effectively with Legacy Code, see the book of that title by Michael Feathers), which is orders of magnitude more difficult. I advise y
TDD with existing non-TDD'ed code often is actually WELC (Working Effectively with Legacy Code, see the book of that title by Michael Feathers), which is orders of magnitude more difficult. I advise y
|
By
Al Chou
·
|
|
Suggestion, advice on TDD adoption
HI, We have recently started using TDD. We have gone through the training, learned some of the TDD good practices/challenges, using junit, mockito tools/framework etc. Since its an early start to the
HI, We have recently started using TDD. We have gone through the training, learned some of the TDD good practices/challenges, using junit, mockito tools/framework etc. Since its an early start to the
|
By
Pooja Wandile
·
|
|
[TDD] Giving Up on TDD 5 messages
I have to shake my head that the need for TDD still isn't better understood. I guess the current generation has been living their whole life where "Nothing ever works", that they see no need to ensure
I have to shake my head that the need for TDD still isn't better understood. I guess the current generation has been living their whole life where "Nothing ever works", that they see no need to ensure
|
By
Avi Kessner
·
|