Posts

Showing posts from September, 2019

Episode 5: Delivering With Confidence: Unit Testing - Part - II

In this fifth episode we discuss the aspects of unit testing: Types of changes in code: structural and behavioral Fast tests make you fast Learning Tests Broken console.log? Single asserts in tests Tests and code handover. Why trust tests? Slow tests, leaving process boundaries and unpredictability in tests. What are: test doubles, mocks, dummies, stubs, spies and fakes? To mock or not to mock. To get updates, you can subscribe to the podcast on:  Apple iTunes ,  Google Podcasts ,  player.fm ,  RSS feed ,  FeedBurner ,  Stitcher Radio  or  TuneIn  . If you have any suggestions, thoughts or recommendations, please feel free to comment below. You can also reach me on podcast's twitter handle  @TechNggets  or my personal account  @nikhilwanpal .

Episode 4: Delivering With Confidence: Unit Testing - Part - I

This is the forth episode of podcast "Tech Nuggets and Thoughts". In this episode, we talk about Unit Testing covering points such as: What is testing? What are software requirements? The test pyramid Importance of business in software and what it means for testing. Test principles: F.I.R.S.T Test First approach What is a unit, in unit testing? To get updates, you can subscribe to the podcast on:  Apple iTunes ,  Google Podcasts ,  player.fm ,  RSS feed ,  FeedBurner ,  Stitcher Radio  or  TuneIn  . If you have any suggestions, thoughts or recommendations, please feel free to comment below. You can also reach me on podcast's twitter handle  @TechNggets  or my personal account  @nikhilwanpal .