Blogs1 - 10 of 62 recent posts for tag:"unit test"
30
Dec
2011
Leichter testen mit Moq

42 days ago by Johnny Graber

Moq ist ein kleines und sehr einfaches Mock-Framework für .Net / C#. Obwohl es solche Frameworks wie Sand am Meer gibt, so sticht Moq doch heraus. Allzu oft ist das Aufsetzen eines Mocks sehr umständlich und der Test Code wird unnötig kompliziert. Moq dagegen nutzt eine sehr klare Syntax und verfügt ...

Johnny's Blog - graberj.wordpress.com

25
Dec
2011
No more development, TDD begins with MoreUnit

47 days ago by Adrian Elsener

Do you program or do you already TDD? If you prefer to do TDD you will love the eclipse plug-in called MoreUnit. It is as simple as powerful. All it does is executing tests from corresponding productive class and makes it very simple to change between them. Just press Ctrl-J (like Jump) to jump from ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

21
Dec
2011
Integrating error-detection techniques to find more bugs in embedded C software

51 days ago by Gabi Manole

Integrating error-detection techniques to find more bugs in embedded C software

Carte noua - cartenoua.com

20
Dec
2011
Effective Testing: The “Swiss Cheese” model

52 days ago by glennan

Why do we test? Software development is a collaborative effort. You bring in input from customers, managers, developers, and QA and synthesize a result. You do this because mistakes in requirements or architecture are expensive, possibly leading to lost sales. When we develop products we want them t ...

Sticky Bits - blog.feabhas.com · Rank: 188,801 · 3 references

YouNeedTests: a python3 based C++ unit testing tool

53 days ago by shi

(Image retrieved from http://blog.hinshelwood.com/. According to google image search this image is labeled for reuse. Please let me know if you disagree.) Unit testing in C++ Perhaps you recognize the following story. You're finished writing C++ code, and now you want to add some unit tests, because ...

TechnoGems - technogems.blogspot.com

19
Dec
2011
[97Programmer] API 디자인의 황금률

53 days ago by arload

특히 많은 사용자들을 위한 경우, API 설계는 어렵습니다. 만약 여러분이 수 백에서 수 천의 사용자들이 사용할 API 를 설계한다면, 미래에 이것이 얼마나 바뀔 것인지, 그리고 변경 사항이 클라이언트 코드를 손상시킬 수 있는지 여부를 고려해야 합니다. 그 이상으로, 여러분은 API 사용자가 여러분에게 어떻게 영향을 미칠지 생각해야 합니다. 만약에 여러분의 API 클래스 중 하나가 내부적으로 자신의 함수들 중에 하나를 사용한다면, 사용자가 여러분의 클래스의 서브클래스를 만들고 오버라이드override 할 수 있으며, 그리고 그것은 ...

arload - my Load to be ... - arload.wordpress.com · 5 references

14
Dec
2011
Summary of Testing Techniques Blogs

59 days ago by Roger Hughes

As I’ve just about come to the end of my series of blogs on testing techniques, today’s blog lists for review purposes my eight blogs on this subject so far - there may be more... Read more »

Captain Debug's Blog - captaindebug.com · 2 references

09
Dec
2011
Asserting a mock with test framework

63 days ago by mehfuzh

When asserting an expected call for its number of occurrences or may be just to verify if the setup/arrange is acted as intended, the tool generally raises assertion that points us to the reason why the test failed. Different mocking tools use different exception classes therefore there is no common ...

Mehfuz's WebLog - weblogs.asp.net/mehfuzh/default.aspx · 29 references

Unit Test the Data Access Layer with NHibernate

64 days ago by Ghassan Karwchan

Unit test data access layer, is tricky, because you might have run the unit test against the database. But there are many different solutions to this issue. I am going to cover these solutions. There are solutions based on how to design your code, and there are solutions based on tools that allow yo ...

Software Crafter - blog.gisspan.com · 1 reference

06
Dec
2011
Why You Should Write Unit Tests - Testing Techniques 8

67 days ago by Roger Hughes

I’ve had lots of reaction to my recent blog on ‘What you Should Test’, some agreeing with me for varying reasons and others thinking that I’m totally dangerous for suggesting that certain classes may not need unit tests. Having dealt with What to test, today’s blog deals with Why you should write un ...

Captain Debug's Blog - captaindebug.com · 2 references

Previous1234567