We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
In my opinion, the coverage gives you the percentage of tes...
Dec 29 '19
Gtest is the optimal test framework for c\c++, it has every...
Aug 4 '19
Great article, Kevin! Brilliant!
Aug 7 '18
Great, thanks :)
Jul 8 '18
I think it's a very nice idea to let the students write the...
Jun 20 '18
I think that high coverage is always a good thing, but sinc...
Jun 10 '18
For me, thinking like a programmer means thinking how to wr...
Jun 3 '18
As a user, I believe that speed is more important. As a dev...
Thanks a lot! I couldn't agree more :) Which framework do y...
May 31 '18
Thanks Mark! The products are pretty much the same. So far ...
May 29 '18
No problem, I'm glad you liked it! :)
May 27 '18
Hi Kevin, Great article, I really enjoyed reading it. Just...
It's not related to BDD. Legacy code has many definitions, ...
May 16 '18
Thanks! what about legacy code? what is your definition for...
May 15 '18
I actually read an article about this exact subject: typemo...
May 13 '18
Yes. My team and I are working with their product for .NET ...
Thanks for the comment! What is the full definition of BDD ...
Shortly, unit tests are methods that test small pieces of y...
May 10 '18
Thanks a lot! Have you heard about Typemock by any chance?
Hi Jan, I didn't quite understand why using verifications t...
That's great! Have you heard about Typemock by any chance? ...
Hi Jan, I really agree with what you're saying here. In m...
May 9 '18
Hi Kyle, great article! I actually started applying TDD a f...
May 8 '18
Great article! I agree that nothing is too simple to test. ...
May 2 '18
We use Typemock Isolator. It's a user-friendly tool, that a...
Apr 26 '18
I agree, if you understand the principles of unit testing, ...
Apr 22 '18
Great article! I started working with unit testing a few mo...
Apr 18 '18
I think it's great you're teaching unit testing! I agree th...
Great article! "Writing unit tests the right way is a skill...
Apr 10 '18
Great article! I agree, writing a public to-do really impro...
Apr 4 '18
Ok, thanks a lot for your answers! I've learned a lot :)
Mar 27 '18
I'm asking because I'm new to the unit testing world, and m...
I understand what you mean, but mocks can help you test mor...
Mar 25 '18
Which languages do you work with? do you perform unit testi...
Thanks! I'm asking because my team and I are working with T...
Mar 22 '18
Why do you tend to avoid mocking?
Do you know any frameworks for C#/C++?
Thanks! Which unit testing/mocking frameworks do you use?
Were you satisfied with these frameworks? Have you heard ab...
Hi Elena, great article!I really enjoyed reading it :) Whic...
I agree that testers should only interact with the product ...
Mar 21 '18
What do you think about unit testing?
Mar 20 '18
About the developers, you wrote: "They have a very technica...
Mar 18 '18
Hi Jason! What is the blue phase you're talking about? I've...
Feb 26 '18
Do you use any unit testing frameworks?
Feb 20 '18
Great article! I also thought that unit tests are unnecessa...
Feb 19 '18
Alright, thanks for your answers!
Feb 6 '18
Thanks! Have you heard about Typemock by any chance? We sta...
Feb 1 '18
Thanks for your answer! I agree - sometimes mocking is nece...
Jan 31 '18
Sounds interesting :) Any suggestions for mocking framework...
I'll try that :) Which languages do you work with? do you u...
Jan 30 '18
Great article! When testing your legacy code, do you prefer...
Jan 29 '18
That's an interesting idea, Nick. Maybe I'll try it myself....
Jan 25 '18
"The hard part is that might mean working on nothing at all...
Jan 15 '18
All 60 comments
How much testing should cover
In my opinion, the coverage gives you the percentage of tes...
What do you use for testing c/c++ apps?
Gtest is the optimal test framework for c\c++, it has every...
Stop lying to yourself when testing
Great article, Kevin! Brilliant!
Why You're Not Writing UI Tests
Great, thanks :)
5 Pillars of Learning Programming
I think it's a very nice idea to let the students write the...
How high is your projects code coverage?
I think that high coverage is always a good thing, but sinc...
Think Like a Programmer??
For me, thinking like a programmer means thinking how to wr...
Speed vs. Design: Which matters more?
As a user, I believe that speed is more important. As a dev...
Why You're Not Writing UI Tests
Thanks a lot! I couldn't agree more :) Which framework do y...
Mocking frameworks for C/C++ on Linux
Thanks Mark! The products are pretty much the same. So far ...
How much code coverage is enough?
I think that high coverage is always a good thing, but sinc...
How would you convince your company to implement unit tests?
No problem, I'm glad you liked it! :)
Why You're Not Writing UI Tests
Hi Kevin, Great article, I really enjoyed reading it. Just...
Explain Unit Testing like I'm five
It's not related to BDD. Legacy code has many definitions, ...
Explain Unit Testing like I'm five
Thanks! what about legacy code? what is your definition for...
How would you convince your company to implement unit tests?
I actually read an article about this exact subject: typemo...
Everything That's Not Tested Will Break
Yes. My team and I are working with their product for .NET ...
Explain Unit Testing like I'm five
Thanks for the comment! What is the full definition of BDD ...
Explain Unit Testing like I'm five
Shortly, unit tests are methods that test small pieces of y...
Everything That's Not Tested Will Break
Thanks a lot! Have you heard about Typemock by any chance?
Everything That's Not Tested Will Break
Hi Jan, I didn't quite understand why using verifications t...
How To Get Started With Test Driven Development Today
That's great! Have you heard about Typemock by any chance? ...
Everything That's Not Tested Will Break
Hi Jan, I really agree with what you're saying here. In m...
How To Get Started With Test Driven Development Today
Hi Kyle, great article! I actually started applying TDD a f...
How Simple is too Simple to Test?
Great article! I agree that nothing is too simple to test. ...
Why We Test – Do things faster with Test-Driven Development
We use Typemock Isolator. It's a user-friendly tool, that a...
Why We Test – Do things faster with Test-Driven Development
I agree, if you understand the principles of unit testing, ...
My testing epiphany
Great article! I started working with unit testing a few mo...
Why We Test – Do things faster with Test-Driven Development
I think it's great you're teaching unit testing! I agree th...
Why We Test – Do things faster with Test-Driven Development
Great article! "Writing unit tests the right way is a skill...
Resist the ‘quick fix’
Great article! I agree, writing a public to-do really impro...
What do Testers really do?
Ok, thanks a lot for your answers! I've learned a lot :)
What do Testers really do?
I'm asking because I'm new to the unit testing world, and m...
Try ending today with a failing test for a great start tomorrow
I understand what you mean, but mocks can help you test mor...
What do Testers really do?
Which languages do you work with? do you perform unit testi...
Unit testing: best practices
Thanks! I'm asking because my team and I are working with T...
Try ending today with a failing test for a great start tomorrow
Why do you tend to avoid mocking?
Why You Should Be Unit Testing
Do you know any frameworks for C#/C++?
100 days practicing TDD
Thanks! Which unit testing/mocking frameworks do you use?
Unit testing: best practices
Were you satisfied with these frameworks? Have you heard ab...
Unit testing: best practices
Hi Elena, great article!I really enjoyed reading it :) Whic...
What do Testers really do?
I agree that testers should only interact with the product ...
What do Testers really do?
What do you think about unit testing?
What do Testers really do?
About the developers, you wrote: "They have a very technica...
100 days practicing TDD
Hi Jason! What is the blue phase you're talking about? I've...
Why You Should Be Unit Testing
Do you use any unit testing frameworks?
Why You Should Be Unit Testing
Great article! I also thought that unit tests are unnecessa...
Testing legacy code, part 1: How to start
Alright, thanks for your answers!
Testing legacy code, part 1: How to start
Thanks! Have you heard about Typemock by any chance? We sta...
Testing legacy code, part 1: How to start
Thanks for your answer! I agree - sometimes mocking is nece...
Try ending today with a failing test for a great start tomorrow
Sounds interesting :) Any suggestions for mocking framework...
Try ending today with a failing test for a great start tomorrow
I'll try that :) Which languages do you work with? do you u...
Testing legacy code, part 1: How to start
Great article! When testing your legacy code, do you prefer...
Try ending today with a failing test for a great start tomorrow
That's an interesting idea, Nick. Maybe I'll try it myself....
Why it’s hard to get stuff done
"The hard part is that might mean working on nothing at all...