Law of Demeter Coding Violations & How to Fix Them

12 years ago

The article lists down Law of Demeter Violations and presents solutions on how to fix them. The code samples are…

Unit Tests – Mocking vs Stubbing Vs Spying

12 years ago

The article lists down some good reads (from different webpages on internet) on unit testing concepts such as mocking, stubbing…

Top 5 Unit Testing Best Practices

12 years ago

The article lists down top 5 unit testing best practices that one could adopt to be able to write great…

Junit & Mock Framework Mockito Code Samples – Part 1

12 years ago

The article represents code samples for Junit tests and Mockito, a mocking framework. In addition, it describes different aspects of…

JUnit Tests Code Samples for Testing Exception Scenarios

12 years ago

The article presents an example of unit tests which tests both happy path and exception scenario. Business Requirement User trying…

Unit Tests – An Alternate Functional Requirements Documentation

12 years ago

The article presents a perspective on how unit tests could be written in a way that they could be used…

Mobile Testing Tools & Methodologies used @ Expedia

12 years ago

The article lists down tools & methodologies used for testing Expedia mobile apps (both mobile web & native). Test-driven Development…

Tea-Time Java Quiz #1

12 years ago

Tea-Time Java Quiz is intended to be quick 5 questions Java quiz which one could quickly take from time-to-time to…

Content Framework for Lunch & Learn Sessions on IT Applications

12 years ago

The article represents a framework using which one could plan their content for taking an introductory session on their applications.…

APIs Performance Testing with Twitter Iago

12 years ago

The article talks about performance testing tool, Iago, which is created at Twitter for testing their core database interfaces, storage…