In C++, returning objects by value typically means creating a new instance of an object on the stack. This requires…
Read moreTest Driving a Blockchain Application: A Simple Example
We define blockchain, the challenges in blockchain application testing and walk through a simple example of testing a blockchain application.
Read moreTechnical Skills Are Essential but Overrated
Read in this month’s interview Anton Angelov insights on what skills developers should have!
Read moreApril Newsletter: Approaching Unit Testing from a Leadership Perspective
What Refactoring Is and Is Not Before you begin yet another frustrated rant about refactoring, take a look here to…
Read moreHow to Master TDD and Become a Star Developer
Test-driven development (TDD) is not something that happens “by accident”. Sure, at first the idea might seem simple enough (theory…
Read moreWhy Unit Testing Sounds Great in Theory, But Fails in Practice? Learn How to Turn This Around!
Does this sound familiar: – Read books or seen tutorials about unit testing and the idea looked simple enough? –…
Read moreSURVEY: 85% of Developers Unit Test [INFOGRAPHIC]
85% of developers unit test, as discovered by a recent survey conducted by Jared Brown (@jaredbrown; CTO and Co-Founder at Hubstaff). …
Read moreSpecial Report: State of Testing 2013
PractiTest, in collaboration with Tea-time with Testers, published their First Annual STATE OF TESTING Report for 2013 (yep, it’s a…
Read more5 Resources to Train Your Team about Unit Testing
Want to learn more about unit testing or train your team so that they can be better unit testers? Here…
Read more4 Common .NET Debugging Mistakes You Should Really Stop Making
Michael Parshin (Senior Consultant at Code Value) wrote an insightful article, in which he lists 4 debugging mistakes .NET devs…
Read more